Searched defs:filter_weight (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | temporal_filter_test.cc | 36 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/ |
D | temporal_filter.c | 72 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/ |
D | vp9_temporal_filter.c | 101 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/ |
D | temporal_filter_msa.c | 245 int32_t strength, int32_t filter_weight, in vp8_temporal_filter_apply_msa()
|