Searched refs:bestsad (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 821 if (thissad < bestsad) { \ 824 if (thissad < bestsad) { \ 825 bestsad = thissad; \ 855 unsigned int bestsad; in vp8_hex_search() local 882 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride) + in vp8_hex_search() 1014 return bestsad; in vp8_hex_search() 1037 unsigned int bestsad; in vp8_diamond_search_sad_c() local 1072 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride) + in vp8_diamond_search_sad_c() 1099 if (thissad < bestsad) { in vp8_diamond_search_sad_c() 1105 if (thissad < bestsad) { in vp8_diamond_search_sad_c() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 955 if (thissad < bestsad) { \ 958 if (thissad < bestsad) { \ 959 bestsad = thissad; \ 1033 int bestsad = INT_MAX; in vp9_pattern_search() local 1045 bestsad = vfp->sdf(what->buf, what->stride, get_buf_from_mv(in_what, ref_mv), in vp9_pattern_search() 1182 return bestsad; in vp9_pattern_search() 1203 int bestsad = INT_MAX; in vp9_pattern_search_sad() local 1219 bestsad = vfp->sdf(what->buf, what->stride, get_buf_from_mv(in_what, ref_mv), in vp9_pattern_search_sad() 1345 cost_list[0] = bestsad; in vp9_pattern_search_sad() 1382 cost_list[0] = bestsad; in vp9_pattern_search_sad() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 1008 if (thissad < bestsad) { \ 1011 if (thissad < bestsad) { \ 1012 bestsad = thissad; \ 1070 const int use_mvcost, const int bestsad) { in calc_int_sad_list() argument 1080 cost_list[0] = bestsad; in calc_int_sad_list() 1131 int bestsad = INT_MAX; in pattern_search() local 1148 bestsad = vfp->sdf(what->buf, what->stride, in pattern_search() 1275 cost_list[0] = bestsad; in pattern_search() 1312 cost_list[0] = bestsad; in pattern_search() 1361 use_mvcost, bestsad); in pattern_search() [all …]
|