Searched defs:filter_weight (Results 1 – 6 of 6) sorted by relevance
| /external/libvpx/libvpx/test/ |
| D | yuv_temporal_filter_test.cc | 57 int filter_weight) { in GetModIndex() 72 int filter_weight) { in GetModIndex() 94 int filter_weight) { in GetModIndex() 194 const int filter_weight = GetFilterWeight(row, col, block_height, in ApplyReferenceFilter() local 238 const int filter_weight = GetFilterWeight( in ApplyReferenceFilter() local 327 const int *filter_weight) { in CompareTestWithParam() 452 const int *filter_weight) { in RunTestFilterWithParam() 524 for (int filter_weight = 0; filter_weight <= 2; filter_weight++) { in TEST_P() local 550 int filter_weight[4]; in TEST_P() local 581 const int filter_weight = 1; in TEST_P() local [all …]
|
| /external/libaom/libaom/test/ |
| D | temporal_filter_yuv_test.cc | 59 int filter_weight) { in GetModIndex() 75 int filter_weight) { in GetModIndex() 98 int filter_weight) { in GetModIndex() 260 const int filter_weight = GetFilterWeight(row, col, block_height, in ApplyReferenceFilter() local 304 const int filter_weight = GetFilterWeight( in ApplyReferenceFilter() local 554 const int *filter_weight) { in CompareTestWithParam() 655 const int *filter_weight) { in RunTestFilterWithParam() 694 for (int filter_weight = 0; filter_weight <= 2; filter_weight++) { in TEST_P() local 720 int filter_weight[4]; in TEST_P() local 751 const int filter_weight = 1; in TEST_P() local [all …]
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_temporal_filter.c | 196 int filter_weight) { in mod_index() 217 int strength, int filter_weight) { in highbd_mod_index() 311 const int filter_weight = in vp9_apply_temporal_filter_c() local 455 const int filter_weight = get_filter_weight( in vp9_highbd_apply_temporal_filter_c() local 499 const int filter_weight = get_filter_weight( in vp9_highbd_apply_temporal_filter_c() local
|
| /external/libvpx/libvpx/vp8/encoder/ |
| D | temporal_filter.c | 72 int strength, int filter_weight, in vp8_temporal_filter_apply_c() 193 unsigned int filter_weight; in vp8_temporal_filter_iterate_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()
|
| /external/libaom/libaom/av1/encoder/ |
| D | temporal_filter.c | 391 const int filter_weight, in av1_apply_temporal_filter_self() 484 static INLINE int adjust_filter_weight_yuv(const int filter_weight, in adjust_filter_weight_yuv() 610 const int filter_weight = subblock_filter_weights[subblock_idx]; in av1_apply_temporal_filter_yuv_c() local
|