Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rs104 SharpPixelF32_t *sharp = g_sharp_image + index;
105 sharp->red = in.r * g_kOneOver255;
106 sharp->green = in.g * g_kOneOver255;
107 sharp->blue = in.b * g_kOneOver255;
109 sharp->red =
110 ApplyLUT_Float(sharp->red, g_camera_response.lut_remove_crf_float);
111 sharp->green =
112 ApplyLUT_Float(sharp->green, g_camera_response.lut_remove_crf_float);
113 sharp->blue =
114 ApplyLUT_Float(sharp->blue, g_camera_response.lut_remove_crf_float);
[all …]
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;
56 sharp->matte = (uchar)(dilation_radius + 1 - (int)half_sqrt((float)min_dist));
57 // If sharp->matte > 0, depth must be within the depth range of this layer.
58 sharp->dilated_depth = (uchar)depth;
[all …]
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.
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
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()
1716 pit_sharp = (st->sharp > 0) ? MAX_16 : MIN_16; in Decoder_amr()
1730 L_temp = (Word32)st->sharp << 1; in Decoder_amr()
1733 pit_sharp = (st->sharp > 0) ? MAX_16 : MIN_16; in Decoder_amr()
1745 L_temp = (Word32)st->sharp << 1; in Decoder_amr()
[all …]
Ddec_amr.h128 Word16 sharp; member
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dpit_shrp.c30 Word16 sharp, /* input : pitch sharpening factor (Q15) */ in Pit_shrp() argument
41 L_tmp += *x++ * sharp; in Pit_shrp()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
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()
Dpvamrwbdecoder_acelp.h288 int16 sharp, /* input : pitch sharpening factor (Q15) */
/frameworks/opt/vcard/tests/res/raw/
Dv21_invalid_comment_line.vcf7 NOTE;ENCODING=QUOTED-PRINTABLE:This is an (sharp ->=
8 #<- sharp) example. This message must NOT be ignored.
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dspstproc.cpp188 Word16 *sharp, /* o : pitch sharpening value */ in subframePostProc() argument
224 *sharp = gain_pit; in subframePostProc()
228 *sharp = SHARPMAX; in subframePostProc()
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()
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()
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()
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()
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()
Dspstproc.h125 Word16 *sharp, /* o : pitch sharpening value */
Dcod_amr.h168 Word16 sharp; member
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dacelp.h457 Word16 sharp, /* input : pitch sharpening factor (Q15) */
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dlstb.txt399 "It is a woman's writing, done with a sharp-pointed pen, but the
646 evening, with a sharp wind and a fine rain beating upon our faces, a
667 chair beside the fire, and heard a sharp cry from within the room. An
2044 incriminating; but, bar a big sharp knife such as most sailors have,
2709 colour, broken only by the sharp yellow squares of the windows and
2933 him!" Then I heard a sudden sharp intake of her breath, and she
4162 lower door. I saw him stoop and strain until with a sharp crash it
4320 heard a shuffling sound outside, and then two sharp taps with the
4550 "Stand back! Stand right back!" said he with the sharp imperiousness
4649 the dying man had intercepted me. I heard the sharp snap of a twisted
[all …]
Dadvs.txt254 As he spoke there was the sharp sound of horses' hoofs and grating
255 wheels against the curb, followed by a sharp pull at the bell. Holmes
605 drives out at five every day, and returns at seven sharp for dinner.
2312 we heard the sharp clang of the bell.
2790 insinuating manner, and a pair of wonderfully sharp and penetrating
2924 so very sharp you ought to be sharp enough to know that it is you who
4337 sharp cry of surprise as we sat together at the breakfast-table.
5979 crackling fire, for a sharp frost had set in, and the windows were
6489 man, with a sharp face and trim side-whiskers was helping a boy to
8020 sharp-eyed coroner, indeed, who could distinguish the two little dark
[all …]
Dmems.txt71 while Sherlock Holmes, with his sharp, eager face framed in his
273 by some very sharp instrument. It was clear, however, that Straker
687 The double track turned sharp off and took the direction of King's
1293 He spoke in little, sharp, jerky outbursts, and it seemed to me that
1475 later I heard a sharp creaking which could only come from the hinges
2175 "Of course I was pleased to hear this. I had always been pretty sharp
2581 His words were interrupted by a sharp rat-tat from the direction of
3841 a very good girl, but of an excitable Welsh temperament--had a sharp
6711 he. "Two have been cut by a not very sharp knife, and two have had
8502 receive us--a small, foxy man with a sharp but by no means amiable
[all …]
Dretn.txt187 my strange old book-collector, his sharp, wizened face peering out
602 loud, sharp click, as if a spring or bolt had fallen into its place.
2672 masculine feet they were, with peculiarly long, sharp toes. Holmes
3264 stopped also. Then I laid a trap for him. There is a sharp turning of
3601 gave it a sharp cut with the whip, and we flew back along the road.
5849 the dawn, when we all started as a low but sharp click came from the
6206 through him sharp, for I knew that it was him or me. That's how he
6830 The door opened. There was a sharp snick as the electric light was
6951 was no sound or movement. I heard a sharp rustle, the night air blew
7319 represented an alert, sharp-featured simian man with thick eyebrows,
[all …]
Dcase.txt1623 fire. I was hesitating as to what I should do when there was a sharp
4087 with heavy oaken beams, and the uneven floors sagged into sharp
5091 as we heard the outer door open and shut. Then came the sharp,
5093 the door softly behind him, took a sharp glance around him to see
5883 that the surface was chipped as by a sharp blow.
6274 stone, had struck with a sharp crack against the parapet, and had
6448 There was a quick step on the stairs, a sharp tap at the door, and a
6697 breakfast he was sharp and fierce in manner, and made no allusion to
7129 his torn throat. The sharp teeth had passed dangerously near the
7569 The sister turned a sharp, fierce look upon him. "This is my
/frameworks/wilhelm/doc/
DDoxyfile392 # rather than with sharp brackets.
/frameworks/native/docs/
DDoxyfile474 # rather than with sharp brackets.

12