Searched refs:is_second (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mcomp.h | 148 const MV *ref_mv, MV *dst_mv, int is_second, 155 int is_second, int use_accurate_subpel_search);
|
D | mcomp.c | 2585 int is_second, int use_accurate_subpel_search) { in av1_find_best_obmc_sub_pixel_tree_up() argument 2620 y = pd->pre[is_second].buf; in av1_find_best_obmc_sub_pixel_tree_up() 2621 y_stride = pd->pre[is_second].stride; in av1_find_best_obmc_sub_pixel_tree_up() 2745 int is_second) { in get_obmc_mvpred_var() argument 2747 const struct buf_2d *const in_what = &xd->plane[0].pre[is_second]; in get_obmc_mvpred_var() 2762 const MV *center_mv, int is_second) { in obmc_refining_search_sad() argument 2765 const struct buf_2d *const in_what = &xd->plane[0].pre[is_second]; in obmc_refining_search_sad() 2807 const MV *center_mv, int is_second) { in obmc_diamond_search_sad() argument 2809 const struct buf_2d *const in_what = &xd->plane[0].pre[is_second]; in obmc_diamond_search_sad() 2892 const MV *ref_mv, MV *dst_mv, int is_second, in obmc_full_pixel_diamond() argument [all …]
|