Home
last modified time | relevance | path

Searched refs:Rec_Y (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dderinging_luma.cpp24 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()
Dadaptive_smooth_no_mmx.cpp213 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()
Dmp4dec_lib.h289 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,