Home
last modified time | relevance | path

Searched refs:av1_use_intra_edge_upsample (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dreconintra.h148 static inline int av1_use_intra_edge_upsample(int bs0, int bs1, int delta, in av1_use_intra_edge_upsample() function
H A Dreconintra.c1229 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 Ddr_prediction_test.cc213 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()