Home
last modified time | relevance | path

Searched defs:mb_pels (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c72 const int mb_pels = mb_height * mb_width; in tf_motion_search() local
308 const int mb_pels = mb_height * mb_width; // Number of pixels. in tf_build_predictor() local
399 const int mb_pels = mb_height * mb_width; in av1_apply_temporal_filter_self() local
528 const int mb_pels = mb_height * mb_width; in av1_apply_temporal_filter_yuv_c() local
664 const int mb_pels = mb_height * mb_width; in av1_apply_temporal_filter_planewise_c() local
870 const int mb_pels = mb_height * mb_width; in tf_normalize_filtered_frame() local
940 const int mb_pels = mb_height * mb_width; in tf_do_filtering() local
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c235 const int mb_pels = mb_height * mb_width; in av1_apply_temporal_filter_planewise_sse2() local
Dtemporal_filter_avx2.c257 const int mb_pels = mb_height * mb_width; in av1_apply_temporal_filter_planewise_avx2() local
Dtemporal_filter_sse4.c940 const int mb_pels = block_height * block_width; in apply_temporal_filter_yuv() local
1905 const int mb_pels = block_height * block_width; in highbd_apply_temporal_filter_yuv() local
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc418 const int mb_pels = MAX_WIDTH * MAX_HEIGHT; in ApplyTestFilter() local
492 const int mb_pels = MAX_WIDTH * MAX_HEIGHT; in ApplyTestFilter() local