| /external/libaom/test/ | 
| D | dr_prediction_test.cc | 63                 const uint8_t *above, const uint8_t *left, int upsample_above,  in z1_wrapper()75                 const uint8_t *above, const uint8_t *left, int upsample_above,  in z2_wrapper()
 87                 const uint8_t *above, const uint8_t *left, int upsample_above,  in z3_wrapper()
 100                     int upsample_above, int upsample_left, int dx, int dy,  in z1_wrapper_hbd()
 114                     int upsample_above, int upsample_left, int dx, int dy,  in z2_wrapper_hbd()
 127                     int upsample_above, int upsample_left, int dx, int dy,  in z3_wrapper_hbd()
 
 | 
| /external/libaom/aom_dsp/x86/ | 
| D | intrapred_sse4.c | 127     int H, int W, __m128i *dst, const uint8_t *above, int upsample_above,  in dr_prediction_z1_HxW_internal_sse4_1()208                                         int upsample_above, int dx) {  in dr_prediction_z1_4xN_sse4_1()
 219                                         int upsample_above, int dx) {  in dr_prediction_z1_8xN_sse4_1()
 230                                          int upsample_above, int dx) {  in dr_prediction_z1_16xN_sse4_1()
 242     int upsample_above, int dx) {  in dr_prediction_z1_32xN_internal_sse4_1()
 327                                          int upsample_above, int dx) {  in dr_prediction_z1_32xN_sse4_1()
 339                                          int upsample_above, int dx) {  in dr_prediction_z1_64xN_sse4_1()
 437                                  int upsample_above, int dx, int dy) {  in av1_dr_prediction_z1_sse4_1()
 463                                         const uint8_t *left, int upsample_above,  in dr_prediction_z2_Nx4_sse4_1()
 581                                         const uint8_t *left, int upsample_above,  in dr_prediction_z2_Nx8_sse4_1()
 [all …]
 
 | 
| D | intrapred_avx2.c | 1047     int N, __m128i *dst, const uint16_t *above, int upsample_above, int dx) {  in highbd_dr_prediction_z1_4xN_internal_avx2()1117     int N, __m128i *dst, const uint16_t *above, int upsample_above, int dx) {  in highbd_dr_prediction_32bit_z1_4xN_internal_avx2()
 1189                                              int upsample_above, int dx,  in highbd_dr_prediction_z1_4xN_avx2()
 1205     int N, __m128i *dst, const uint16_t *above, int upsample_above, int dx) {  in highbd_dr_prediction_32bit_z1_8xN_internal_avx2()
 1288     int N, __m128i *dst, const uint16_t *above, int upsample_above, int dx) {  in highbd_dr_prediction_z1_8xN_internal_avx2()
 1372                                              int upsample_above, int dx,  in highbd_dr_prediction_z1_8xN_avx2()
 1388     int N, __m256i *dstvec, const uint16_t *above, int upsample_above, int dx) {  in highbd_dr_prediction_32bit_z1_16xN_internal_avx2()
 1467     int N, __m256i *dstvec, const uint16_t *above, int upsample_above, int dx) {  in highbd_dr_prediction_z1_16xN_internal_avx2()
 1525                                               int upsample_above, int dx,  in highbd_dr_prediction_z1_16xN_avx2()
 1541     int N, __m256i *dstvec, const uint16_t *above, int upsample_above, int dx) {  in highbd_dr_prediction_32bit_z1_32xN_internal_avx2()
 [all …]
 
 | 
| /external/libaom/av1/common/ | 
| D | reconintra.c | 521                             int upsample_above, int dx, int dy) {  in av1_dr_prediction_z1_c()559                             int upsample_above, int upsample_left, int dx,  in av1_dr_prediction_z2_c()
 629                          int upsample_above, int upsample_left, int angle) {  in dr_predictor()
 656                                    const uint16_t *left, int upsample_above,  in av1_highbd_dr_prediction_z1_c()
 696                                    const uint16_t *left, int upsample_above,  in av1_highbd_dr_prediction_z2_c()
 768                                 const uint16_t *left, int upsample_above,  in highbd_dr_predictor()
 1258     int upsample_above = 0;  in build_intra_predictors_high()  local
 1429     int upsample_above = 0;  in build_intra_predictors()  local
 
 | 
| /external/libaom/aom_dsp/arm/ | 
| D | intrapred_neon.c | 643     int H, int W, uint8x8_t *dst, const uint8_t *above, int upsample_above,  in dr_prediction_z1_HxW_internal_neon_64()708                                       const uint8_t *above, int upsample_above,  in dr_prediction_z1_4xN_neon()
 721                                       const uint8_t *above, int upsample_above,  in dr_prediction_z1_8xN_neon()
 733     int H, int W, uint8x16_t *dst, const uint8_t *above, int upsample_above,  in dr_prediction_z1_HxW_internal_neon()
 809                                        const uint8_t *above, int upsample_above,  in dr_prediction_z1_16xN_neon()
 820     int N, uint8x16x2_t *dstvec, const uint8_t *above, int upsample_above,  in dr_prediction_z1_32xN_internal_neon()
 904                                        const uint8_t *above, int upsample_above,  in dr_prediction_z1_32xN_neon()
 916                                        const uint8_t *above, int upsample_above,  in dr_prediction_z1_64xN_neon()
 1004                                int upsample_above, int dx, int dy) {  in av1_dr_prediction_z1_neon()
 1052                                       int upsample_above, int upsample_left,  in dr_prediction_z2_Nx4_neon()
 [all …]
 
 |