/external/libaom/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 69 const uint8_t* src_u, 82 const uint8_t* src_u, 95 const uint8_t* src_u, 108 const uint8_t* src_u, 121 const uint8_t* src_u, 134 const uint8_t* src_u, 147 const uint8_t* src_u, 160 const uint8_t* src_u, 173 const uint8_t* src_u, 186 const uint8_t* src_u, [all …]
|
D | convert_from.h | 29 const uint8_t* src_u, 45 const uint8_t* src_u, 61 const uint8_t* src_u, 86 const uint8_t* src_u, 100 const uint8_t* src_u, 114 const uint8_t* src_u, 126 const uint8_t* src_u, 142 const uint8_t* src_u, 155 const uint8_t* src_u,
|
/external/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 35 const uint8_t* src_u, in I420ToI4xx() argument 61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx() 72 const uint8_t* src_u, in I420ToI010() argument 86 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420ToI010() 94 src_u = src_u + (halfheight - 1) * src_stride_u; in I420ToI010() 105 Convert8To16Plane(src_u, src_stride_u, dst_u, dst_stride_u, 1024, halfwidth, in I420ToI010() 117 const uint8_t* src_u, in I420ToI422() argument 131 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI422() 142 const uint8_t* src_u, in I420ToI444() argument 156 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI444() [all …]
|
D | convert_argb.cc | 53 const uint8_t* src_u, in I420ToARGBMatrix() argument 67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) { in I420ToARGBMatrix() 110 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width); in I420ToARGBMatrix() 114 src_u += src_stride_u; in I420ToARGBMatrix() 125 const uint8_t* src_u, in I420ToARGB() argument 133 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToARGB() 142 const uint8_t* src_u, in I420ToABGR() argument 152 src_u, src_stride_u, dst_abgr, dst_stride_abgr, in I420ToABGR() 161 const uint8_t* src_u, in J420ToARGB() argument 169 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in J420ToARGB() [all …]
|
D | convert_to_argb.cc | 191 const uint8_t* src_u; in ConvertToARGB() local 198 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 201 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 206 r = I420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 213 const uint8_t* src_u; in ConvertToARGB() local 217 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 221 r = J420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 229 const uint8_t* src_u; in ConvertToARGB() local 235 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 238 src_u = sample + src_width * abs_src_height + halfwidth * crop_y + in ConvertToARGB() [all …]
|
/external/libyuv/include/libyuv/ |
D | convert_argb.h | 101 const uint8_t* src_u, 114 const uint8_t* src_u, 127 const uint8_t* src_u, 140 const uint8_t* src_u, 153 const uint8_t* src_u, 166 const uint8_t* src_u, 179 const uint8_t* src_u, 192 const uint8_t* src_u, 205 const uint8_t* src_u, 218 const uint8_t* src_u, [all …]
|
D | convert_from.h | 29 const uint8_t* src_u, 47 const uint8_t* src_u, 63 const uint8_t* src_u, 79 const uint8_t* src_u, 104 const uint8_t* src_u, 118 const uint8_t* src_u, 132 const uint8_t* src_u, 144 const uint8_t* src_u, 160 const uint8_t* src_u, 173 const uint8_t* src_u,
|
D | convert.h | 32 const uint8_t* src_u, 49 const uint8_t* src_u, 64 const uint8_t* src_u, 79 const uint8_t* src_u, 96 const uint8_t* src_u, 113 const uint8_t* src_u, 185 const uint8_t* src_u, 201 const uint8_t* src_u, 218 const uint8_t* src_u, 237 const uint16_t* src_u, [all …]
|
D | scale.h | 78 const uint8_t* src_u, 97 const uint16_t* src_u, 116 const uint16_t* src_u, 145 const uint8_t* src_u, 164 const uint16_t* src_u, 183 const uint16_t* src_u, 211 const uint8_t* src_u, 230 const uint16_t* src_u, 249 const uint16_t* src_u, 294 const uint8_t* src_u,
|
/external/libaom/third_party/libyuv/source/ |
D | convert_argb.cc | 54 const uint8_t* src_u, in I420ToARGBMatrix() argument 68 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) { in I420ToARGBMatrix() 119 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width); in I420ToARGBMatrix() 123 src_u += src_stride_u; in I420ToARGBMatrix() 134 const uint8_t* src_u, in I420ToARGB() argument 142 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToARGB() 151 const uint8_t* src_u, in I420ToABGR() argument 161 src_u, src_stride_u, dst_abgr, dst_stride_abgr, in I420ToABGR() 170 const uint8_t* src_u, in J420ToARGB() argument 178 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in J420ToARGB() [all …]
|
D | convert_to_argb.cc | 187 const uint8_t* src_u; in ConvertToARGB() local 194 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 197 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 202 r = I420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 211 const uint8_t* src_u = sample + src_width * abs_src_height + in ConvertToARGB() local 215 r = J420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 224 const uint8_t* src_u = sample + src_width * abs_src_height + in ConvertToARGB() local 228 r = H420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 237 const uint8_t* src_u = sample + src_width * abs_src_height + in ConvertToARGB() local 241 r = U420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() [all …]
|
D | convert_from.cc | 35 const uint8_t* src_u, in I420ToI4xx() argument 61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx() 72 const uint8_t* src_u, in I420ToI010() argument 86 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) { in I420ToI010() 94 src_u = src_u + (halfheight - 1) * src_stride_u; in I420ToI010() 105 Convert8To16Plane(src_u, src_stride_u, dst_u, dst_stride_u, 1024, halfwidth, in I420ToI010() 117 const uint8_t* src_u, in I420ToI422() argument 131 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI422() 142 const uint8_t* src_u, in I420ToI444() argument 156 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToI444() [all …]
|
D | row_neon.cc | 110 const uint8_t* src_u, in I444ToARGBRow_NEON() argument 123 "+r"(src_u), // %1 in I444ToARGBRow_NEON() 136 const uint8_t* src_u, in I422ToARGBRow_NEON() argument 149 "+r"(src_u), // %1 in I422ToARGBRow_NEON() 162 const uint8_t* src_u, in I422AlphaToARGBRow_NEON() argument 176 "+r"(src_u), // %1 in I422AlphaToARGBRow_NEON() 190 const uint8_t* src_u, in I422ToRGBARow_NEON() argument 203 "+r"(src_u), // %1 in I422ToRGBARow_NEON() 216 const uint8_t* src_u, in I422ToRGB24Row_NEON() argument 228 "+r"(src_u), // %1 in I422ToRGB24Row_NEON() [all …]
|
D | convert_to_i420.cc | 186 const uint8_t* src_u; in ConvertToI420() local 193 src_u = sample + src_width * abs_src_height + in ConvertToI420() 196 src_u = sample + src_width * abs_src_height + halfwidth * (crop_y / 2) + in ConvertToI420() 201 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420() 209 const uint8_t* src_u; in ConvertToI420() local 215 src_u = sample + src_width * abs_src_height + in ConvertToI420() 218 src_u = sample + src_width * abs_src_height + halfwidth * crop_y + in ConvertToI420() 223 r = I422ToI420(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420() 231 const uint8_t* src_u; in ConvertToI420() local 235 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420() [all …]
|
/external/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 28 const uint8_t* src_u, 44 const uint8_t* src_u, 60 const uint8_t* src_u, 85 const uint8_t* src_u, 99 const uint8_t* src_u, 113 const uint8_t* src_u, 125 const uint8_t* src_u, 137 const uint8_t* src_u, 149 const uint8_t* src_u, 161 const uint8_t* src_u, [all …]
|
D | convert_argb.h | 44 const uint8_t* src_u, 57 const uint8_t* src_u, 70 const uint16_t* src_u, 83 const uint16_t* src_u, 96 const uint16_t* src_u, 109 const uint16_t* src_u, 122 const uint16_t* src_u, 135 const uint8_t* src_u, 148 const uint8_t* src_u, 161 const uint8_t* src_u, [all …]
|
/external/libyuv/source/ |
D | convert_to_argb.cc | 187 const uint8_t* src_u; in ConvertToARGB() local 194 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 197 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 202 r = I420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 211 const uint8_t* src_u = sample + src_width * abs_src_height + in ConvertToARGB() local 215 r = J420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 224 const uint8_t* src_u = sample + src_width * abs_src_height + in ConvertToARGB() local 228 r = H420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() 237 const uint8_t* src_u = sample + src_width * abs_src_height + in ConvertToARGB() local 241 r = U420ToARGB(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToARGB() [all …]
|
D | convert_argb.cc | 58 const uint8_t* src_u, in I420ToARGBMatrix() argument 73 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) { in I420ToARGBMatrix() 146 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width); in I420ToARGBMatrix() 150 src_u += src_stride_u; in I420ToARGBMatrix() 161 const uint8_t* src_u, in I420ToARGB() argument 169 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420ToARGB() 178 const uint8_t* src_u, in I420ToABGR() argument 188 src_u, src_stride_u, dst_abgr, dst_stride_abgr, in I420ToABGR() 197 const uint8_t* src_u, in J420ToARGB() argument 205 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v, in J420ToARGB() [all …]
|
D | convert_from.cc | 37 const uint8_t* src_u, in I420ToI4xx() argument 67 r = ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx() 81 const uint8_t* src_u, in I420ToI010() argument 95 if ((!src_y && dst_y) || !src_u || !src_v || !dst_u || !dst_v || width <= 0 || in I420ToI010() 104 src_u = src_u + (halfheight - 1) * src_stride_u; in I420ToI010() 115 Convert8To16Plane(src_u, src_stride_u, dst_u, dst_stride_u, 1024, halfwidth, in I420ToI010() 126 const uint8_t* src_u, in I420ToI012() argument 140 if ((!src_y && dst_y) || !src_u || !src_v || !dst_u || !dst_v || width <= 0 || in I420ToI012() 149 src_u = src_u + (halfheight - 1) * src_stride_u; in I420ToI012() 160 Convert8To16Plane(src_u, src_stride_u, dst_u, dst_stride_u, 4096, halfwidth, in I420ToI012() [all …]
|
D | rotate.cc | 618 const uint8_t* src_u, in I420Rotate() argument 633 if ((!src_y && dst_y) || !src_u || !src_v || width <= 0 || height == 0 || in I420Rotate() 643 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Rotate() 653 return I420Copy(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420Rotate() 658 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 665 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 672 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 688 const uint8_t* src_u, in I422Rotate() argument 704 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 || !dst_y || in I422Rotate() 712 src_u = src_u + (height - 1) * src_stride_u; in I422Rotate() [all …]
|
D | row_neon.cc | 138 const uint8_t* src_u, in I444ToARGBRow_NEON() argument 152 [src_u] "+r"(src_u), // %[src_u] in I444ToARGBRow_NEON() 162 const uint8_t* src_u, in I444ToRGB24Row_NEON() argument 175 [src_u] "+r"(src_u), // %[src_u] in I444ToRGB24Row_NEON() 185 const uint8_t* src_u, in I422ToARGBRow_NEON() argument 199 [src_u] "+r"(src_u), // %[src_u] in I422ToARGBRow_NEON() 209 const uint8_t* src_u, in I444AlphaToARGBRow_NEON() argument 224 [src_u] "+r"(src_u), // %[src_u] in I444AlphaToARGBRow_NEON() 235 const uint8_t* src_u, in I422AlphaToARGBRow_NEON() argument 250 [src_u] "+r"(src_u), // %[src_u] in I422AlphaToARGBRow_NEON() [all …]
|
D | row_neon64.cc | 122 const uint8_t* src_u, in I444ToARGBRow_NEON() argument 136 [src_u] "+r"(src_u), // %[src_u] in I444ToARGBRow_NEON() 146 const uint8_t* src_u, in I444ToRGB24Row_NEON() argument 159 [src_u] "+r"(src_u), // %[src_u] in I444ToRGB24Row_NEON() 169 const uint8_t* src_u, in I422ToARGBRow_NEON() argument 183 [src_u] "+r"(src_u), // %[src_u] in I422ToARGBRow_NEON() 193 const uint8_t* src_u, in I444AlphaToARGBRow_NEON() argument 208 [src_u] "+r"(src_u), // %[src_u] in I444AlphaToARGBRow_NEON() 219 const uint8_t* src_u, in I422AlphaToARGBRow_NEON() argument 234 [src_u] "+r"(src_u), // %[src_u] in I422AlphaToARGBRow_NEON() [all …]
|
D | convert_to_i420.cc | 194 const uint8_t* src_u; in ConvertToI420() local 201 src_u = sample + src_width * abs_src_height + in ConvertToI420() 204 src_u = sample + src_width * abs_src_height + halfwidth * (crop_y / 2) + in ConvertToI420() 209 r = I420Rotate(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420() 217 const uint8_t* src_u; in ConvertToI420() local 223 src_u = sample + src_width * abs_src_height + in ConvertToI420() 226 src_u = sample + src_width * abs_src_height + halfwidth * crop_y + in ConvertToI420() 231 r = I422ToI420(src_y, src_width, src_u, halfwidth, src_v, halfwidth, in ConvertToI420() 239 const uint8_t* src_u; in ConvertToI420() local 243 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420() [all …]
|
/external/libvpx/vp8/common/loongarch/ |
D | loopfilter_filters_lsx.c | 296 static void loop_filter_horizontal_edge_uv_lsx(uint8_t *src_u, uint8_t *src_v, in loop_filter_horizontal_edge_uv_lsx() argument 314 DUP4_ARG2(__lsx_vldx, src_u, -pitch_x4, src_u, -pitch_x3, src_u, -pitch_x2, in loop_filter_horizontal_edge_uv_lsx() 315 src_u, -pitch, p3_u, p2_u, p1_u, p0_u); in loop_filter_horizontal_edge_uv_lsx() 316 q0_u = __lsx_vld(src_u, 0); in loop_filter_horizontal_edge_uv_lsx() 317 DUP2_ARG2(__lsx_vldx, src_u, pitch, src_u, pitch_x2, q1_u, q2_u); in loop_filter_horizontal_edge_uv_lsx() 318 q3_u = __lsx_vldx(src_u, pitch_x3); in loop_filter_horizontal_edge_uv_lsx() 337 __lsx_vstelm_d(q1, src_u + pitch, 0, 0); in loop_filter_horizontal_edge_uv_lsx() 338 __lsx_vstelm_d(q0, src_u, 0, 0); in loop_filter_horizontal_edge_uv_lsx() 339 __lsx_vstelm_d(p0, src_u - pitch, 0, 0); in loop_filter_horizontal_edge_uv_lsx() 340 __lsx_vstelm_d(p1, src_u - pitch_x2, 0, 0); in loop_filter_horizontal_edge_uv_lsx() [all …]
|
/external/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 309 static void mbloop_filter_horizontal_edge_uv_msa(uint8_t *src_u, uint8_t *src_v, in mbloop_filter_horizontal_edge_uv_msa() argument 325 temp_src = src_u - (pitch << 2); in mbloop_filter_horizontal_edge_uv_msa() 342 src_u -= (pitch * 3); in mbloop_filter_horizontal_edge_uv_msa() 343 SD4(p2_d, p1_d, p0_d, q0_d, src_u, pitch); in mbloop_filter_horizontal_edge_uv_msa() 344 src_u += 4 * pitch; in mbloop_filter_horizontal_edge_uv_msa() 345 SD(q1_d, src_u); in mbloop_filter_horizontal_edge_uv_msa() 346 src_u += pitch; in mbloop_filter_horizontal_edge_uv_msa() 347 SD(q2_d, src_u); in mbloop_filter_horizontal_edge_uv_msa() 428 static void mbloop_filter_vertical_edge_uv_msa(uint8_t *src_u, uint8_t *src_v, in mbloop_filter_vertical_edge_uv_msa() argument 443 LD_UB8(src_u - 4, pitch, row0, row1, row2, row3, row4, row5, row6, row7); in mbloop_filter_vertical_edge_uv_msa() [all …]
|