Home
last modified time | relevance | path

Searched refs:sharp (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A Dlayered_filter_fast_f32.rscript109 sharp->red =
113 sharp->blue =
144 sharp->dilated_depth = sharp->actual_depth;
213 if (sharp->active == 0 && sharp->dilated_depth) {
237 if (sharp->active == 0 && sharp->dilated_depth) {
268 for (; sharp != last_sharp; sharp++, integral++) {
289 for (; sharp != last_sharp; sharp++, integral++) {
431 // sharp = (1 - factor) * sharp + factor * fuzzy.
432 sharp->red += factor * (fuzzy->red - sharp->red);
433 sharp->green += factor * (fuzzy->green - sharp->green);
[all …]
H A Dlayered_filter_f32_helper.rsh16 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the
17 // depth of the closest pixel to sharp->dilated_depth.
18 // When this function is called, the initial value of sharp->dilated_depth is
19 // sharp->actual_depth and must be non-zero. However, sharp->actual_depth may or
21 static inline void ComputeLayerMatteHelper(SharpPixelF32_t *sharp, uint32_t x,
33 int depth = sharp->actual_depth;
36 sharp - kernel_center_y * image_size->width - kernel_center_x;
57 // If sharp->matte > 0, depth must be within the depth range of this layer.
58 sharp->dilated_depth = (uchar)depth;
62 // the sharp depth.
[all …]
H A Dlayered_filter_d1new_helper.rsh33 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the
34 // depth of the closest pixel to sharp->dilated_depth.
35 // When this function is called, the initial value of sharp->dilated_depth is
36 // sharp->actual_depth and must be non-zero. However, sharp->actual_depth may or
77 // If sharp->matte > 0, depth must be within the depth range of this layer.
117 // If sharp->matte > 0, depth must be within the depth range of this layer.
122 // the sharp depth.
H A Dlayered_filter_fast_d1new.rscript238 // the sharp depth.
284 // the sharp depth.
327 // from the back-most to the sharp depth.
396 // the sharp depth.
410 // At this point, sharp->dilated_depth must be within the depth range of
482 // Does not reset sharp->actual_depth, which will be used in future
536 // Does not reset sharp->actual_depth, which will be used in future
604 // Does not reset sharp->actual depth, which will be used in future
613 // sharp = (1 - factor) * sharp + factor * fuzzy.
651 // Does not reset sharp->actual depth, which will be used in future
[all …]
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/
H A Ddec_amr.cpp416 state->sharp = SHARPMIN; in Decoder_amr_reset()
1679 L_temp = (Word32)st->sharp << 1; in Decoder_amr()
1682 pit_sharp = (st->sharp > 0) ? MAX_16 : MIN_16; in Decoder_amr()
1696 L_temp = (Word32)st->sharp << 1; in Decoder_amr()
1699 pit_sharp = (st->sharp > 0) ? MAX_16 : MIN_16; in Decoder_amr()
1713 L_temp = (Word32)st->sharp << 1; in Decoder_amr()
1730 L_temp = (Word32)st->sharp << 1; in Decoder_amr()
1745 L_temp = (Word32)st->sharp << 1; in Decoder_amr()
2041 st->sharp = gain_pit; in Decoder_amr()
2043 if (st->sharp > SHARPMAX) in Decoder_amr()
[all …]
H A Ddec_amr.h128 Word16 sharp; member
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dspstproc.cpp188 Word16 *sharp, /* o : pitch sharpening value */ in subframePostProc() argument
224 *sharp = gain_pit; in subframePostProc()
228 *sharp = SHARPMAX; in subframePostProc()
H A Dc2_9pf.cpp324 Word16 sharp; in code_2i40_9bits() local
334 sharp = (pitch_sharp > 0) ? MAX_16 : MIN_16; in code_2i40_9bits()
338 sharp = (Word16) L_temp; in code_2i40_9bits()
348 sharp, in code_2i40_9bits()
410 sharp, in code_2i40_9bits()
H A Dcod_amr.cpp536 st->sharp = SHARPMIN; in cod_amr_reset()
1339 st->sharp = SHARPMIN; in cod_amr()
1448 sharp_save = st->sharp; in cod_amr()
1507 cbsearch(xn2, st->h1, T0, st->sharp, gain_pit, res2, in cod_amr()
1527 st->mem_err, st->mem_w0, st->exc, &st->sharp, pOverflow); in cod_amr()
1547 st->exc, &st->sharp, pOverflow); in cod_amr()
1548 st->sharp = sharp_save; in cod_amr()
1586 st->exc, &st->sharp, pOverflow); in cod_amr()
H A Dc2_11pf.cpp248 Word16 sharp; in code_2i40_11bits() local
251 sharp = pitch_sharp << 1; in code_2i40_11bits()
260 sharp, in code_2i40_11bits()
321 sharp, in code_2i40_11bits()
H A Dc3_14pf.cpp221 Word16 sharp; in code_3i40_14bits() local
225 sharp = pitch_sharp << 1; in code_3i40_14bits()
234 sharp, in code_3i40_14bits()
294 sharp, in code_3i40_14bits()
H A Dc4_17pf.cpp232 Word16 sharp; in code_4i40_17bits() local
235 sharp = pitch_sharp << 1; in code_4i40_17bits()
244 sharp, in code_4i40_17bits()
306 sharp, in code_4i40_17bits()
H A Dspstproc.h125 Word16 *sharp, /* o : pitch sharpening value */
H A Dcod_amr.h168 Word16 sharp; member
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dpit_shrp.c30 Word16 sharp, /* input : pitch sharpening factor (Q15) */ in Pit_shrp() argument
41 L_tmp += *x++ * sharp; in Pit_shrp()
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Dpit_shrp.cpp117 int16 sharp, /* input : pitch sharpening factor (Q15) */ in Pit_shrp() argument
126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp); in Pit_shrp()
H A Dpvamrwbdecoder_acelp.h288 int16 sharp, /* input : pitch sharpening factor (Q15) */
/aosp12/frameworks/opt/vcard/tests/res/raw/
H A Dv21_invalid_comment_line.vcf7 NOTE;ENCODING=QUOTED-PRINTABLE:This is an (sharp ->=
8 #<- sharp) example. This message must NOT be ignored.
/aosp12/hardware/interfaces/vibrator/1.0/
H A Dtypes.hal31 * This effect should produce a sharp, crisp click sensation.
37 * This effect should produce two sequential sharp, crisp click sensations with a minimal
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/
H A Dnavigation_state.proto173 // A sharp left turn to enter a turnpike or freeway. See TURN_SHARP_LEFT
174 // for the definition of sharp.
177 // for the definition of sharp.
223 // Entrance and sharp right turn exit (e.g. "At the roundabout, take Nth
226 // sharp.
242 // Entrance and sharp left turn exit (e.g. "At the roundabout, take Nth
245 // sharp.
266 // Entrance and sharp right turn exit (e.g. "At the roundabout, take Nth
269 // sharp.
285 // Entrance and sharp left turn exit (e.g. "At the roundabout, take Nth
[all …]
/aosp12/hardware/interfaces/vibrator/1.2/
H A Dtypes.hal41 * This should produce a sharp striking sensation, like a click but stronger.
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dacelp.h457 Word16 sharp, /* input : pitch sharpening factor (Q15) */
/aosp12/build/soong/cc/
H A Dcc.go1955 if sharp := strings.LastIndex(name, "#"); sharp != -1 && sharp != len(name)-1 {
1956 version := name[sharp+1:]
1957 libname := name[:sharp]
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal760 * sharp focus (depth of field).</p>
831 * of the lens that can be brought into sharp focus.</p>
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_emoji.combined.gz ... 107 shortcut=√,f=14 108 word=sharp,f=114,not_a_word=true 109 shortcut ...

12