Home | History | Annotate | Download | only in src

Lines Matching defs:v_blk

36     int v_blk, h_blk;
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*width)>>3)+h_blk)>>3] >> 2) + 4;
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);