Searched refs:av1_use_intra_edge_upsample (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libaom/av1/common/ |
H A D | reconintra.h | 148 static inline int av1_use_intra_edge_upsample(int bs0, int bs1, int delta, in av1_use_intra_edge_upsample() function
|
H A D | reconintra.c | 1229 upsample_above = av1_use_intra_edge_upsample(txwpx, txhpx, p_angle - 90, in build_directional_and_filter_intra_predictors() 1235 upsample_left = av1_use_intra_edge_upsample(txhpx, txwpx, p_angle - 180, in build_directional_and_filter_intra_predictors() 1534 upsample_above = av1_use_intra_edge_upsample(txwpx, txhpx, p_angle - 90, in highbd_build_directional_and_filter_intra_predictors() 1540 upsample_left = av1_use_intra_edge_upsample(txhpx, txwpx, p_angle - 180, in highbd_build_directional_and_filter_intra_predictors()
|
/aosp_15_r20/external/libaom/test/ |
H A D | dr_prediction_test.cc | 213 av1_use_intra_edge_upsample(bw_, bh_, p_angle - 90, 0); in RunTest() 215 av1_use_intra_edge_upsample(bw_, bh_, p_angle - 180, 0); in RunTest()
|