Home
last modified time | relevance | path

Searched defs:filter_weight (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dtemporal_filter_test.cc36 int h, int filter_strength, int filter_weight, in reference_filter()
127 const int filter_weight = 2; in TEST_P() local
189 for (int filter_weight = 0; filter_weight <= 2; ++filter_weight) { in TEST_P() local
232 const int filter_weight = 2; in TEST_P() local
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c72 int strength, int filter_weight, in vp8_temporal_filter_apply_c()
192 unsigned int filter_weight; in vp8_temporal_filter_iterate_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c101 int filter_weight, uint32_t *accumulator, in vp9_temporal_filter_apply_c()
169 int filter_weight, uint32_t *accumulator, uint16_t *count) { in vp9_highbd_temporal_filter_apply_c()
296 unsigned int filter_weight; in vp9_temporal_filter_iterate_row_c() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c245 int32_t strength, int32_t filter_weight, in vp8_temporal_filter_apply_msa()