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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dderinging_chroma.cpp24 uint8 *Rec_C,
57 ptr = &Rec_C[h_blk];
70 ptr = &Rec_C[addr_v + h0 - 1];
125 ptr = &Rec_C[(int32)v_blk * width];
136 ptr = &Rec_C[addr_v];
192 ptr = &Rec_C[(int32)v_blk * width + h_blk];
201 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff);
203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff);
23 Deringing_Chroma( uint8 *Rec_C, int width, int height, int16 *QP_store, int, uint8 *pp_mod ) argument

Completed in 57 milliseconds