Searched defs:upsample_left (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/test/ |
D | dr_prediction_test.cc | 65 int upsample_left, int dx, int dy, int bd) { in z1_wrapper() 77 int upsample_left, int dx, int dy, int bd) { in z2_wrapper() 89 int upsample_left, int dx, int dy, int bd) { in z3_wrapper() 101 int upsample_above, int upsample_left, int dx, int dy, in z1_wrapper_hbd() 115 int upsample_above, int upsample_left, int dx, int dy, in z2_wrapper_hbd() 128 int upsample_above, int upsample_left, int dx, int dy, in z3_wrapper_hbd()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_avx2.c | 1962 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_Nx4_avx2() 2088 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_Nx4_avx2() 2212 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_Nx8_avx2() 2362 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_Nx8_avx2() 2507 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_HxW_avx2() 2703 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_HxW_avx2() 2855 int upsample_left, int dx, int dy, in av1_highbd_dr_prediction_z2_avx2() 2897 int upsample_left, int dy, in highbd_dr_prediction_z3_4x4_avx2() 2918 int upsample_left, int dy, in highbd_dr_prediction_z3_8x8_avx2() 2939 int upsample_left, int dy, in highbd_dr_prediction_z3_4x8_avx2() [all …]
|
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 559 int upsample_above, int upsample_left, int dx, in av1_dr_prediction_z2_c() 598 int upsample_left, int dx, int dy) { in av1_dr_prediction_z3_c() 629 int upsample_above, int upsample_left, int angle) { in dr_predictor() 697 int upsample_left, int dx, int dy, int bd) { in av1_highbd_dr_prediction_z2_c() 736 const uint16_t *left, int upsample_left, in av1_highbd_dr_prediction_z3_c() 769 int upsample_left, int angle, int bd) { in highbd_dr_predictor() 1271 int upsample_left = 0; in build_intra_predictors_high() local 1458 int upsample_left = 0; in build_intra_predictors() local
|