Searched defs:subblock_mvs (Results  1 – 7 of 7) sorted by relevance
| /external/libaom/av1/encoder/ | 
| D | temporal_filter.c | 91                              const int mb_col, MV *ref_mv, MV *subblock_mvs,  in tf_motion_search()273                                          MV *subblock_mvs, int *subblock_mses) {  in tf_determine_block_partition()
 335                                const MV *subblock_mvs, uint8_t *pred) {  in tf_build_predictor()
 562     const int num_planes, const double *noise_levels, const MV *subblock_mvs,  in av1_apply_temporal_filter_c()
 715     const int num_planes, const double *noise_levels, const MV *subblock_mvs,  in av1_highbd_apply_temporal_filter_c()
 834       MV subblock_mvs[4] = { kZeroMv, kZeroMv, kZeroMv, kZeroMv };  in av1_tf_do_filtering_row()  local
 
 | 
| /external/libaom/test/ | 
| D | temporal_filter_test.cc | 177     const MV subblock_mvs[4] = { { 0, 0 }, { 5, 5 }, { 7, 8 }, { 2, 10 } };  in RunTest()  local442     const MV subblock_mvs[4] = { { 0, 0 }, { 5, 5 }, { 7, 8 }, { 2, 10 } };  in RunTest()  local
 
 | 
| /external/libaom/av1/encoder/x86/ | 
| D | temporal_filter_sse2.c | 197     const int num_planes, const double *noise_levels, const MV *subblock_mvs,  in av1_apply_temporal_filter_sse2()
 | 
| D | highbd_temporal_filter_sse2.c | 211     const int num_planes, const double *noise_levels, const MV *subblock_mvs,  in av1_highbd_apply_temporal_filter_sse2()
 | 
| D | temporal_filter_avx2.c | 221     const int num_planes, const double *noise_levels, const MV *subblock_mvs,  in av1_apply_temporal_filter_avx2()
 | 
| D | highbd_temporal_filter_avx2.c | 336     const int num_planes, const double *noise_levels, const MV *subblock_mvs,  in av1_highbd_apply_temporal_filter_avx2()
 | 
| /external/libaom/av1/encoder/arm/neon/ | 
| D | temporal_filter_neon.c | 303     const int num_planes, const double *noise_levels, const MV *subblock_mvs,  in av1_apply_temporal_filter_neon()
 |