Searched refs:Rec_Y (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | deringing_luma.cpp | 24 uint8 *Rec_Y, in Deringing_Luma() argument 62 ptr = &Rec_Y[(int32)(BLK_V) * width + MB_H + BLK_H]; in Deringing_Luma() 96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 117 ptr = &Rec_Y[(int32)(MB_V + BLK_V) * width + BLK_H]; in Deringing_Luma() 150 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 175 ptr = &Rec_Y[(int32)(MB_V + BLK_V) * width + MB_H + BLK_H]; in Deringing_Luma() 212 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 215 DeringAdaptiveSmoothMMX(&Rec_Y[v0*width+h0], in Deringing_Luma()
|
D | adaptive_smooth_no_mmx.cpp | 213 uint8 *Rec_Y, /* i/o */ in AdaptiveSmooth_NoMMX() argument 250 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* initializing pointer to in AdaptiveSmooth_NoMMX() 358 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* advance pointer to in AdaptiveSmooth_NoMMX()
|
D | 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,
|