Searched defs:Rec_Y (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dadaptive_smooth_no_mmx.cpp34 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_
212 AdaptiveSmooth_NoMMX( uint8 *Rec_Y, int y_start, int x_start, int y_blk_start, int x_blk_start, int thr, int width, int max_diff ) argument
[all...]
H A Dderinging_luma.cpp24 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],
23 Deringing_Luma( uint8 *Rec_Y, int width, int height, int16 *QP_store, int, uint8 *pp_mod) argument

Completed in 296 milliseconds