Home
last modified time | relevance | path

Searched refs:diamond_search_sad (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h549 vp8_diamond_search_fn_t diamond_search_sad; member
Drdopt.c1067 bestsme = cpi->diamond_search_sad( in rd_check_segment()
1080 thissme = cpi->diamond_search_sad( in rd_check_segment()
2063 bestsme = cpi->diamond_search_sad( in vp8_rd_pick_inter_mode()
2084 thissme = cpi->diamond_search_sad( in vp8_rd_pick_inter_mode()
Dpickinter.c1021 bestsme = cpi->diamond_search_sad( in vp8_pick_inter_mode()
1036 thissme = cpi->diamond_search_sad( in vp8_pick_inter_mode()
Dfirstpass.c435 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search()
456 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
Donyx_if.c2049 cpi->diamond_search_sad = vp8_diamond_search_sad; in vp8_create_compressor()
/external/libaom/libaom/av1/encoder/
Dfirstpass.c239 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg[SS_CFG_SRC], &ref_mv_full, in first_pass_motion_search()
261 tmp_err = cpi->diamond_search_sad( in first_pass_motion_search()
Dspeed_features.c811 cpi->diamond_search_sad = av1_diamond_search_sad; in av1_set_speed_features_framesize_independent()
Dencoder.h840 av1_diamond_search_fn_t diamond_search_sad; member
Dmcomp.c1806 int bestsme = cpi->diamond_search_sad(x, cfg, mvp_full, &temp_mv, step_param, in full_pixel_diamond()
1823 cpi->diamond_search_sad(x, cfg, mvp_full, &temp_mv, step_param + n, in full_pixel_diamond()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h681 vp9_diamond_search_fn_t diamond_search_sad; member
Dvp9_speed_features.c970 cpi->diamond_search_sad = vp9_diamond_search_sad; in vp9_set_speed_features_framesize_independent()
Dvp9_firstpass.c417 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
439 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
Dvp9_mcomp.c2345 int bestsme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, in full_pixel_diamond()
2361 thissme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, in full_pixel_diamond()