Home
last modified time | relevance | path

Searched refs:av1_interinter_compound_motion_search (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dcompound_type.c1134 *out_rate_mv = av1_interinter_compound_motion_search(cpi, x, cur_mv, in masked_compound_type_rd()
1377 tmp_rate_mv = av1_interinter_compound_motion_search(cpi, x, cur_mv, in av1_compound_type_rd()
1430 tmp_rate_mv = av1_interinter_compound_motion_search( in av1_compound_type_rd()
1504 tmp_rate_mv = av1_interinter_compound_motion_search(cpi, x, cur_mv, in av1_compound_type_rd()
1550 tmp_rate_mv = av1_interinter_compound_motion_search(cpi, x, cur_mv, in av1_compound_type_rd()
1589 tmp_rate_mv = av1_interinter_compound_motion_search(cpi, x, cur_mv, in av1_compound_type_rd()
H A Dmotion_search_facade.h45 int av1_interinter_compound_motion_search(const AV1_COMP *const cpi,
H A Dmotion_search_facade.c935 int av1_interinter_compound_motion_search(const AV1_COMP *const cpi, in av1_interinter_compound_motion_search() function