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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dderinging_luma.cpp41 int thr, blks, incr; local
56 blks = 0;
65 thres[blks] = (max_blk + min_blk + 1) >> 1;
66 range[blks] = max_blk - min_blk;
68 if (range[blks] >= max_range_blk)
70 max_range_blk = range[blks];
71 max_thres_blk = thres[blks];
73 blks++;
77 blks = 0;
86 if (range[blks]<3
[all...]

Completed in 61 milliseconds