Searched refs:thres (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | deringing_chroma.cpp | 35 int thres; in Deringing_Chroma() local 64 thres = (max_blk + min_blk + 1) >> 1; in Deringing_Chroma() 79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 131 thres = (max_blk + min_blk + 1) >> 1; in Deringing_Chroma() 145 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 152 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 161 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 199 thres = (max_blk + min_blk + 1) >> 1; in Deringing_Chroma() [all …]
|
D | deringing_luma.cpp | 34 int thres[4], range[4], max_range_blk, max_thres_blk; in Deringing_Luma() local 65 thres[blks] = (max_blk + min_blk + 1) >> 1; in Deringing_Luma() 71 max_thres_blk = thres[blks]; in Deringing_Luma() 87 thres[blks] = max_thres_blk; in Deringing_Luma() 94 thr = thres[blks]; in Deringing_Luma() 119 thres[blks] = (max_blk + min_blk + 1) >> 1; in Deringing_Luma() 125 max_thres_blk = thres[blks]; in Deringing_Luma() 141 thres[blks] = max_thres_blk; in Deringing_Luma() 148 thr = thres[blks]; in Deringing_Luma() 177 thres[blks] = (max_blk + min_blk + 1) >> 1; in Deringing_Luma() [all …]
|
D | chvr_filter.cpp | 45 int max_diff, thres, v0, h0, min_blk, max_blk; in CombinedHorzVertRingFilter() local 451 thres = (max_blk + min_blk + 1) >> 1; in CombinedHorzVertRingFilter() 458 DeringAdaptiveSmoothMMX(ptr, width, thres, max_diff); in CombinedHorzVertRingFilter() 467 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff); in CombinedHorzVertRingFilter() 535 thres = (max_blk + min_blk + 1) >> 1; in CombinedHorzVertRingFilter() 546 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff); in CombinedHorzVertRingFilter()
|
D | mp4dec_lib.h | 288 void DeringAdaptiveSmoothMMX(uint8 *img, int incr, int thres, int mxdf);
|