Searched defs:subblock_mvs (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | temporal_filter.c | 140 bool allow_me_for_sub_blks, MV *subblock_mvs, in tf_motion_search() 340 MV *subblock_mvs, int *subblock_mses) { in tf_determine_block_partition() 402 const MV *subblock_mvs, uint8_t *pred) { in tf_build_predictor() 632 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_apply_temporal_filter_c() 793 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_highbd_apply_temporal_filter_c() 925 MV subblock_mvs[4] = { kZeroMv, kZeroMv, kZeroMv, kZeroMv }; in av1_tf_do_filtering_row() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | temporal_filter_test.cc | 178 const MV subblock_mvs[4] = { { 0, 0 }, { 5, 5 }, { 7, 8 }, { 2, 10 } }; in RunTest() local 564 const MV subblock_mvs[4] = { { 0, 0 }, { 5, 5 }, { 7, 8 }, { 2, 10 } }; in RunTest() local
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | temporal_filter_neon_dotprod.c | 220 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_apply_temporal_filter_neon_dotprod()
|
H A D | highbd_temporal_filter_neon.c | 288 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_highbd_apply_temporal_filter_neon()
|
H A D | temporal_filter_neon.c | 198 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_apply_temporal_filter_neon()
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | temporal_filter_sse2.c | 226 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_apply_temporal_filter_sse2()
|
H A D | highbd_temporal_filter_sse2.c | 246 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_highbd_apply_temporal_filter_sse2()
|
H A D | highbd_temporal_filter_avx2.c | 371 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_highbd_apply_temporal_filter_avx2()
|
H A D | temporal_filter_avx2.c | 553 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_apply_temporal_filter_avx2()
|