Home
last modified time | relevance | path

Searched defs:upsample_left (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_sse4.c464 int upsample_left, int dx, int dy) { in dr_prediction_z2_Nx4_sse4_1()
582 int upsample_left, int dx, int dy) { in dr_prediction_z2_Nx8_sse4_1()
711 int upsample_left, int dx, int dy) { in dr_prediction_z2_HxW_sse4_1()
906 int upsample_above, int upsample_left, int dx, in av1_dr_prediction_z2_sse4_1()
928 const uint8_t *left, int upsample_left, in dr_prediction_z3_4x4_sse4_1()
944 const uint8_t *left, int upsample_left, in dr_prediction_z3_8x8_sse4_1()
964 const uint8_t *left, int upsample_left, in dr_prediction_z3_4x8_sse4_1()
977 const uint8_t *left, int upsample_left, in dr_prediction_z3_8x4_sse4_1()
992 const uint8_t *left, int upsample_left, in dr_prediction_z3_8x16_sse4_1()
1008 const uint8_t *left, int upsample_left, in dr_prediction_z3_16x8_sse4_1()
[all …]
H A Dintrapred_avx2.c1980 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2106 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_Nx4_avx2()
2230 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_Nx8_avx2()
2380 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_Nx8_avx2()
2525 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_32bit_z2_HxW_avx2()
2721 const uint16_t *left, int upsample_above, int upsample_left, int dx, in highbd_dr_prediction_z2_HxW_avx2()
2873 int upsample_left, int dx, int dy, in av1_highbd_dr_prediction_z2_avx2()
2915 int upsample_left, int dy, in highbd_dr_prediction_z3_4x4_avx2()
2936 int upsample_left, int dy, in highbd_dr_prediction_z3_8x8_avx2()
2957 int upsample_left, int dy, in highbd_dr_prediction_z3_4x8_avx2()
[all …]
/aosp_15_r20/external/libaom/test/
H A Ddr_prediction_test.cc69 int upsample_left, int dx, int dy, int bd) { in z1_wrapper()
81 int upsample_left, int dx, int dy, int bd) { in z2_wrapper()
93 int upsample_left, int dx, int dy, int bd) { in z3_wrapper()
105 int upsample_above, int upsample_left, int dx, int dy, in z1_wrapper_hbd()
119 int upsample_above, int upsample_left, int dx, int dy, in z2_wrapper_hbd()
132 int upsample_above, int upsample_left, int dx, int dy, in z3_wrapper_hbd()
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dintrapred_neon.c1557 int upsample_left, int dy, int r, int min_base_y, int frac_bits_y, in dr_prediction_z2_Nx4_left_neon()
1642 int upsample_left, int dy, int r, int min_base_y, int frac_bits_y) { in dr_prediction_z2_Nx8_left_neon()
1848 int upsample_above, int upsample_left, in dr_prediction_z2_Nx4_neon()
1943 int upsample_above, int upsample_left, in dr_prediction_z2_Nx8_neon()
2052 int upsample_above, int upsample_left, int dx, in av1_dr_prediction_z2_neon()
2135 const uint8_t *left, int upsample_left, in dr_prediction_z3_4x4_neon()
2147 const uint8_t *left, int upsample_left, in dr_prediction_z3_8x8_neon()
2158 const uint8_t *left, int upsample_left, in dr_prediction_z3_4x8_neon()
2172 const uint8_t *left, int upsample_left, in dr_prediction_z3_8x4_neon()
2183 const uint8_t *left, int upsample_left, in dr_prediction_z3_8x16_neon()
[all …]
H A Dhighbd_intrapred_neon.c2113 int upsample_left, int dx, int dy, in highbd_dr_prediction_z2_4x4_neon()
2235 int upsample_left, int dx, int dy, in highbd_dr_prediction_z2_4x8_neon()
2360 int upsample_left, int dx, int dy, in highbd_dr_prediction_z2_8x4_neon()
2495 int upsample_left, int dx, int dy, in highbd_dr_prediction_z2_8x8_neon()
2668 int upsample_left, int dx, int dy, in av1_highbd_dr_prediction_z2_neon()
2964 const uint16_t *left, int upsample_left, in av1_highbd_dr_prediction_z3_neon()
/aosp_15_r20/external/libaom/av1/common/
H A Dreconintra.c572 int upsample_above, int upsample_left, int dx, in av1_dr_prediction_z2_c()
611 int upsample_left, int dx, int dy) { in av1_dr_prediction_z3_c()
642 int upsample_above, int upsample_left, int angle) { in dr_predictor()
710 int upsample_left, int dx, int dy, int bd) { in av1_highbd_dr_prediction_z2_c()
749 const uint16_t *left, int upsample_left, in av1_highbd_dr_prediction_z3_c()
782 int upsample_left, int angle, int bd) { in highbd_dr_predictor()
1206 int upsample_left = 0; in build_directional_and_filter_intra_predictors() local
1511 int upsample_left = 0; in highbd_build_directional_and_filter_intra_predictors() local
/aosp_15_r20/external/libdav1d/src/arm/
H A Dipred.h153 const int upsample_left = enable_intra_edge_filter ? in ipred_z2_neon() local
247 const int upsample_left = enable_intra_edge_filter ? in ipred_z3_neon() local
/aosp_15_r20/external/libdav1d/src/
H A Dipred_tmpl.c474 const int upsample_left = enable_intra_edge_filter ? in ipred_z2_c() local
556 const int upsample_left = enable_intra_edge_filter ? in ipred_z3_c() local
/aosp_15_r20/external/libdav1d/src/x86/
H A Dipred16_avx512.asm1315 .upsample_left: ; h4/h8 label
H A Dipred_avx512.asm1964 .upsample_left: ; h4/h8 label
H A Dipred16_sse.asm1801 .upsample_left: ; w4/w8 label
H A Dipred_sse.asm2154 .upsample_left: ; w4/w8 label
H A Dipred16_avx2.asm1927 .upsample_left: ; h4/h8 label
H A Dipred_avx2.asm2220 .upsample_left: ; h4/h8 label