Searched refs:thissme (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 1188 int thissme; in rd_check_segment() local 1255 thissme = cpi->diamond_search_sad(x, c, e, in rd_check_segment() 1261 if (thissme < bestsme) in rd_check_segment() 1263 bestsme = thissme; in rd_check_segment() 1278 thissme = cpi->full_search_sad(x, c, e, &mvp_full, in rd_check_segment() 1282 if (thissme < bestsme) in rd_check_segment() 1284 bestsme = thissme; in rd_check_segment() 2237 int thissme; in vp8_rd_pick_inter_mode() local 2313 thissme = cpi->diamond_search_sad(x, b, d, &mvp_full, in vp8_rd_pick_inter_mode() 2322 if (thissme < bestsme) in vp8_rd_pick_inter_mode() [all …]
|
D | pickinter.c | 859 int thissme; in vp8_pick_inter_mode() local 1004 thissme = in vp8_pick_inter_mode() 1011 if (thissme < bestsme) in vp8_pick_inter_mode() 1013 bestsme = thissme; in vp8_pick_inter_mode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 1248 int thissme, n, num00 = 0; in vp9_full_pixel_diamond() local 1268 thissme = cpi->diamond_search_sad(x, mvp_full, &temp_mv, in vp9_full_pixel_diamond() 1272 if (thissme < INT_MAX) in vp9_full_pixel_diamond() 1273 thissme = vp9_get_mvpred_var(x, &temp_mv, ref_mv, fn_ptr, 1); in vp9_full_pixel_diamond() 1279 if (thissme < bestsme) { in vp9_full_pixel_diamond() 1280 bestsme = thissme; in vp9_full_pixel_diamond() 1290 thissme = cpi->refining_search_sad(x, &best_mv, sadpb, search_range, in vp9_full_pixel_diamond() 1293 if (thissme < INT_MAX) in vp9_full_pixel_diamond() 1294 thissme = vp9_get_mvpred_var(x, &best_mv, ref_mv, fn_ptr, 1); in vp9_full_pixel_diamond() 1295 if (thissme < bestsme) { in vp9_full_pixel_diamond() [all …]
|
D | vp9_rdopt.c | 1798 int thissme, bestsme = INT_MAX; in rd_check_segment_txsize() local 1891 thissme = cpi->full_search_sad(x, &mvp_full, in rd_check_segment_txsize() 1896 if (thissme < bestsme) { in rd_check_segment_txsize() 1897 bestsme = thissme; in rd_check_segment_txsize()
|