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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dderinging_chroma.cpp36 int v_blk, h_blk; local
120 for (v_blk = BLKSIZE; v_blk < height; v_blk += BLKSIZE)
122 v0 = v_blk - 1;
124 max_diff = (QP_store[((((int32)v_blk*width)>>3))>>3] >> 2) + 4;
125 ptr = &Rec_C[(int32)v_blk * width];
133 for (v_pel = v0; v_pel < v_blk + BLKSIZE - 1; v_pel++)
189 if ((pp_mod[(v_blk/8)*(width/8)+h_blk/8]&0x4) != 0)
191 max_diff = (QP_store[((((int32)v_blk*widt
[all...]
H A Dderinging_luma.cpp36 int v_blk, h_blk; local
78 for (v_blk = 0; v_blk < MBSIZE; v_blk += BLKSIZE)
80 v0 = ((v_blk - 1) >= 1) ? (v_blk - 1) : 1;
96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
132 for (v_blk = MB_V; v_blk < MB_V + MBSIZE; v_blk
[all...]

Completed in 695 milliseconds