Searched refs:INTRA_EDGE_FILT (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 35 #define INTRA_EDGE_FILT 3 macro 1024 const int kernel[INTRA_EDGE_FILT][INTRA_EDGE_TAPS] = { { 0, 4, 8, 4, 0 }, in av1_filter_intra_edge_c() 1057 const int kernel[INTRA_EDGE_FILT][INTRA_EDGE_TAPS] = { { 0, 4, 8, 4, 0 }, in av1_filter_intra_edge_high_c()
|