Searched refs:TF_SUB_BLOCK (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.h | 29 #define TF_SUB_BLOCK BLOCK_16X16 macro
|
D | temporal_filter.c | 754 av1_full_pixel_search(cpi, x, TF_SUB_BLOCK, &best_ref_mv1_full, in temporal_filter_find_matching_mb_c() 763 &cpi->fn_ptr[TF_SUB_BLOCK], 0, mv_sf->subpel_iters_per_step, in temporal_filter_find_matching_mb_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.h | 31 #define TF_SUB_BLOCK BLOCK_16X16 macro
|
D | vp9_temporal_filter.c | 565 vp9_full_pixel_search(cpi, x, TF_SUB_BLOCK, &best_ref_mv1_full, in temporal_filter_find_matching_mb_c() 574 x->errorperbit, &cpi->fn_ptr[TF_SUB_BLOCK], 0, in temporal_filter_find_matching_mb_c()
|