Searched refs:blk_indx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dderinging_luma.cpp42 int mb_indx, blk_indx; local
171 blk_indx = mb_indx + (BLK_V / 8) * width / 8 + BLK_H / 8;
173 if ((pp_mod[blk_indx]&0x4) != 0)
198 blk_indx = mb_indx + h_blk / 8;
199 if ((pp_mod[blk_indx]&0x4) != 0)

Completed in 121 milliseconds