Home
last modified time | relevance | path

Searched defs:p_angle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dreconintra.c1086 PREDICTION_MODE mode, int p_angle, FILTER_INTRA_MODE filter_intra_mode, in build_directional_and_filter_intra_predictors()
1386 PREDICTION_MODE mode, int p_angle, FILTER_INTRA_MODE filter_intra_mode, in highbd_build_directional_and_filter_intra_predictors()
1786 int p_angle = 0; in av1_predict_intra_block() local
/aosp_15_r20/external/libaom/test/
H A Ddr_prediction_test.cc204 void RunTest(bool speedtest, bool needsaturation, int p_angle) { in RunTest()