OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rec_y
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp
187
uint8 *
rec_y
;
local
212
rec_y
= rec + (width << 3);
223
A = *(
rec_y
- width2);
224
D = *(
rec_y
+ width);
226
C = *
rec_y
;
227
B = *(
rec_y
- width);
274
*(
rec_y
- width2) = A - d2;
277
*(
rec_y
- width) = tmpvar;
280
*
rec_y
= tmpvar;
281
*(
rec_y
+ width) = D + d2
[
all
...]
deringing_luma.cpp
24
uint8 *
Rec_Y
,
62
ptr = &
Rec_Y
[(int32)(BLK_V) * width + MB_H + BLK_H];
96
AdaptiveSmooth_NoMMX(
Rec_Y
, v0, h0, v_blk, h_blk,
117
ptr = &
Rec_Y
[(int32)(MB_V + BLK_V) * width + BLK_H];
150
AdaptiveSmooth_NoMMX(
Rec_Y
, v0, h0, v_blk, h_blk,
175
ptr = &
Rec_Y
[(int32)(MB_V + BLK_V) * width + MB_H + BLK_H];
212
AdaptiveSmooth_NoMMX(
Rec_Y
, v0, h0, v_blk, h_blk,
215
DeringAdaptiveSmoothMMX(&
Rec_Y
[v0*width+h0],
adaptive_smooth_no_mmx.cpp
34
Rec_Y
= pointer to 0th position in buffer containing luminance values
48
thr = value of type int that is compared to the elements in
Rec_Y
to
49
determine if a particular value in
Rec_Y
will be modified by
54
or subtracted from the pixel in
Rec_Y
that is being filtered
69
Buffer pointed to by
Rec_Y
is modified with the filtered
82
weighted averaging of luminance values. *
Rec_Y
contains the luminance values
87
of pelc0 is specified by x_start and y_start in the 1-D array "
Rec_Y
" as
93
incrementing or decrementing "width" elements within
Rec_Y
.
213
uint8 *
Rec_Y
, /* i/o */
250
Rec_Y_ptr = &
Rec_Y
[addr_v + x_start]; /* initializing pointer t
[
all
...]
mp4dec_lib.h
289
void AdaptiveSmooth_NoMMX(uint8 *
Rec_Y
, int v0, int h0, int v_blk, int h_blk,
291
void Deringing_Luma(uint8 *
Rec_Y
, int width, int height, int16 *QP_store,
Completed in 142 milliseconds