Searched defs:upsample_left (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_avx2.c | 1664 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_Nx4_avx2() 1790 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_Nx8_avx2() 1943 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_Nx8_avx2() 2089 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_HxW_avx2() 2292 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_HxW_avx2() 2458 int upsample_left, int dx, int dy, in av1_highbd_dr_prediction_z2_avx2() 2502 int upsample_left, int dy) { in highbd_dr_prediction_z3_4x4_avx2() 2517 int upsample_left, int dy) { in highbd_dr_prediction_z3_8x8_avx2() 2532 int upsample_left, int dy) { in highbd_dr_prediction_z3_4x8_avx2() 2546 int upsample_left, int dy) { in highbd_dr_prediction_z3_8x4_avx2() [all …]
|
/external/libaom/libaom/test/ |
D | dr_prediction_test.cc | 62 int upsample_left, int dx, int dy, int bd) { in z1_wrapper() 74 int upsample_left, int dx, int dy, int bd) { in z2_wrapper() 86 int upsample_left, int dx, int dy, int bd) { in z3_wrapper() 98 int upsample_above, int upsample_left, int dx, int dy, in z1_wrapper_hbd() 112 int upsample_above, int upsample_left, int dx, int dy, in z2_wrapper_hbd() 125 int upsample_above, int upsample_left, int dx, int dy, in z3_wrapper_hbd()
|
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 557 int upsample_above, int upsample_left, int dx, in av1_dr_prediction_z2_c() 596 int upsample_left, int dx, int dy) { in av1_dr_prediction_z3_c() 627 int upsample_above, int upsample_left, int angle) { in dr_predictor() 694 int upsample_left, int dx, int dy, int bd) { in av1_highbd_dr_prediction_z2_c() 733 const uint16_t *left, int upsample_left, in av1_highbd_dr_prediction_z3_c() 766 int upsample_left, int angle, int bd) { in highbd_dr_predictor() 1263 int upsample_left = 0; in build_intra_predictors_high() local 1446 int upsample_left = 0; in build_intra_predictors() local
|