/external/libyuv/files/source/ |
D | convert_from.cc | 29 const uint8* src_u, int src_stride_u, in I420ToI422() argument 35 if (!src_y || !src_u || !src_v || in I420ToI422() 61 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) && in I420ToI422() 79 CopyRow(src_u, dst_u, halfwidth); in I420ToI422() 80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth); in I420ToI422() 81 src_u += src_stride_u; in I420ToI422() 85 CopyRow(src_u, dst_u, halfwidth); in I420ToI422() 109 const uint8* src_u, int src_stride_u, in I420ToI444() argument 115 if (!src_y || !src_u|| !src_v || in I420ToI444() 144 src_u, dst_u); in I420ToI444() [all …]
|
D | convert_argb.cc | 53 const uint8* src_u, int src_stride_u, in I444ToARGB() argument 57 if (!src_y || !src_u || !src_v || in I444ToARGB() 86 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I444ToARGB() 89 src_u += src_stride_u; in I444ToARGB() 98 const uint8* src_u, int src_stride_u, in I422ToARGB() argument 102 if (!src_y || !src_u || !src_v || in I422ToARGB() 138 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I422ToARGB() 141 src_u += src_stride_u; in I422ToARGB() 150 const uint8* src_u, int src_stride_u, in I411ToARGB() argument 154 if (!src_y || !src_u || !src_v || in I411ToARGB() [all …]
|
D | convert.cc | 32 const uint8* src_u, int src_stride_u, in I420Copy() argument 38 if (!src_y || !src_u || !src_v || in I420Copy() 48 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Copy() 60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy() 127 const uint8* src_u, int src_stride_u, in I422ToI420() argument 133 if (!src_y || !src_u || !src_v || in I422ToI420() 142 src_u = src_u + (height - 1) * src_stride_u; in I422ToI420() 154 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) && in I422ToI420() 170 HalfRow(src_u, src_stride_u, dst_u, halfwidth); in I422ToI420() 171 src_u += src_stride_u * 2; in I422ToI420() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 34 const uint8* src_u, int src_stride_u, in I420ToI4xx() argument 52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I420ToI4xx() 65 const uint8* src_u, int src_stride_u, in I420ToI422() argument 74 src_u, src_stride_u, in I420ToI422() 87 const uint8* src_u, int src_stride_u, in I420ToI444() argument 96 src_u, src_stride_u, in I420ToI444() 109 const uint8* src_u, int src_stride_u, in I420ToI411() argument 118 src_u, src_stride_u, in I420ToI411() 148 const uint8* src_u, int src_stride_u, in I422ToYUY2() argument 153 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u, in I422ToYUY2() [all …]
|
D | convert_to_argb.cc | 182 const uint8* src_u; in ConvertToARGB() local 189 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 192 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 198 src_u, halfwidth, in ConvertToARGB() 207 const uint8* src_u; in ConvertToARGB() local 211 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 216 src_u, halfwidth, in ConvertToARGB() 226 const uint8* src_u; in ConvertToARGB() local 232 src_u = sample + src_width * abs_src_height + in ConvertToARGB() 235 src_u = sample + src_width * abs_src_height + in ConvertToARGB() [all …]
|
D | row_common.cc | 1090 const uint8* src_u, in I444ToARGBRow_C() argument 1096 uint8 u = (src_u[0] + src_u[1] + 1) >> 1; in I444ToARGBRow_C() 1103 src_u += 2; in I444ToARGBRow_C() 1108 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C() 1114 const uint8* src_u, in I444ToARGBRow_C() argument 1120 YuvPixel(src_y[0], src_u[0], src_v[0], in I444ToARGBRow_C() 1124 src_u += 1; in I444ToARGBRow_C() 1133 const uint8* src_u, in I422ToARGBRow_C() argument 1139 YuvPixel(src_y[0], src_u[0], src_v[0], in I422ToARGBRow_C() 1142 YuvPixel(src_y[1], src_u[0], src_v[0], in I422ToARGBRow_C() [all …]
|
D | row_neon.cc | 171 const uint8* src_u, in I444ToARGBRow_NEON() argument 187 "+r"(src_u), // %1 in I444ToARGBRow_NEON() 201 const uint8* src_u, in I422ToARGBRow_NEON() argument 217 "+r"(src_u), // %1 in I422ToARGBRow_NEON() 231 const uint8* src_u, in I411ToARGBRow_NEON() argument 247 "+r"(src_u), // %1 in I411ToARGBRow_NEON() 261 const uint8* src_u, in I422ToBGRARow_NEON() argument 278 "+r"(src_u), // %1 in I422ToBGRARow_NEON() 292 const uint8* src_u, in I422ToABGRRow_NEON() argument 309 "+r"(src_u), // %1 in I422ToABGRRow_NEON() [all …]
|
D | convert_to_i420.cc | 220 const uint8* src_u; in ConvertToI420() local 227 src_u = sample + src_width * abs_src_height + in ConvertToI420() 230 src_u = sample + src_width * abs_src_height + in ConvertToI420() 236 src_u, halfwidth, in ConvertToI420() 247 const uint8* src_u; in ConvertToI420() local 253 src_u = sample + src_width * abs_src_height + in ConvertToI420() 256 src_u = sample + src_width * abs_src_height + in ConvertToI420() 262 src_u, halfwidth, in ConvertToI420() 273 const uint8* src_u; in ConvertToI420() local 277 src_u = sample + src_width * (abs_src_height * 2 + crop_y) + crop_x; in ConvertToI420() [all …]
|
D | row_neon64.cc | 172 const uint8* src_u, in I444ToARGBRow_NEON() argument 187 "+r"(src_u), // %1 in I444ToARGBRow_NEON() 201 const uint8* src_u, in I422ToARGBRow_NEON() argument 216 "+r"(src_u), // %1 in I422ToARGBRow_NEON() 230 const uint8* src_u, in I411ToARGBRow_NEON() argument 245 "+r"(src_u), // %1 in I411ToARGBRow_NEON() 259 const uint8* src_u, in I422ToBGRARow_NEON() argument 274 "+r"(src_u), // %1 in I422ToBGRARow_NEON() 288 const uint8* src_u, in I422ToABGRRow_NEON() argument 303 "+r"(src_u), // %1 in I422ToABGRRow_NEON() [all …]
|
D | convert_argb.cc | 50 const uint8* src_u, int src_stride_u, in I444ToARGB() argument 60 if (!src_y || !src_u || !src_v || in I444ToARGB() 106 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I444ToARGB() 109 src_u += src_stride_u; in I444ToARGB() 118 const uint8* src_u, int src_stride_u, in I422ToARGB() argument 128 if (!src_y || !src_u || !src_v || in I422ToARGB() 175 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) && in I422ToARGB() 183 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width); in I422ToARGB() 186 src_u += src_stride_u; in I422ToARGB() 195 const uint8* src_u, int src_stride_u, in I411ToARGB() argument [all …]
|
D | rotate.cc | 351 const uint8* src_u, int src_stride_u, in I420Rotate() argument 360 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 || in I420Rotate() 370 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Rotate() 381 src_u, src_stride_u, in I420Rotate() 391 RotatePlane90(src_u, src_stride_u, in I420Rotate() 402 RotatePlane270(src_u, src_stride_u, in I420Rotate() 413 RotatePlane180(src_u, src_stride_u, in I420Rotate()
|
D | planar_functions.cc | 123 const uint8* src_u, int src_stride_u, in I422Copy() argument 130 if (!src_y || !src_u || !src_v || in I422Copy() 139 src_u = src_u + (height - 1) * src_stride_u; in I422Copy() 146 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Copy() 154 const uint8* src_u, int src_stride_u, in I444Copy() argument 160 if (!src_y || !src_u || !src_v || in I444Copy() 169 src_u = src_u + (height - 1) * src_stride_u; in I444Copy() 177 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Copy() 203 const uint8* src_u, int src_stride_u, in I420ToI400() argument 448 const uint8* src_u, int src_stride_u, in I420Mirror() argument [all …]
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 28 const uint8* src_u, int src_stride_u, 37 const uint8* src_u, int src_stride_u, 46 const uint8* src_u, int src_stride_u, 63 const uint8* src_u, int src_stride_u, 71 const uint8* src_u, int src_stride_u, 79 const uint8* src_u, int src_stride_u, 86 const uint8* src_u, int src_stride_u, 93 const uint8* src_u, int src_stride_u, 100 const uint8* src_u, int src_stride_u, 107 const uint8* src_u, int src_stride_u, [all …]
|
D | row.h | 502 const uint8* src_u, 507 const uint8* src_u, 512 const uint8* src_u, 517 const uint8* src_u, 522 const uint8* src_u, 527 const uint8* src_u, 532 const uint8* src_u, 537 const uint8* src_u, 542 const uint8* src_u, 547 const uint8* src_u, [all …]
|
D | convert_argb.h | 42 const uint8* src_u, int src_stride_u, 50 const uint8* src_u, int src_stride_u, 58 const uint8* src_u, int src_stride_u, 66 const uint8* src_u, int src_stride_u, 121 const uint8* src_u, int src_stride_u, 129 const uint8* src_u, int src_stride_u,
|
D | planar_functions.h | 54 const uint8* src_u, int src_stride_u, 65 const uint8* src_u, int src_stride_u, 103 const uint8* src_u, int src_stride_u, 115 const uint8* src_u, int src_stride_u, 159 const uint8* src_u, int src_stride_u, 167 const uint8* src_u, int src_stride_u, 175 const uint8* src_u, int src_stride_u, 335 const uint8* src_u, int src_stride_u, 343 const uint8* src_u, int src_stride_u,
|
D | scale.h | 56 const uint8* src_u, int src_stride_u, 67 const uint16* src_u, int src_stride_u, 79 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
|
/external/libyuv/files/include/libyuv/ |
D | convert_from.h | 28 const uint8* src_u, int src_stride_u, 37 const uint8* src_u, int src_stride_u, 46 const uint8* src_u, int src_stride_u, 65 const uint8* src_u, int src_stride_u, 72 const uint8* src_u, int src_stride_u, 79 const uint8* src_u, int src_stride_u, 86 const uint8* src_u, int src_stride_u, 93 const uint8* src_u, int src_stride_u, 100 const uint8* src_u, int src_stride_u, 107 const uint8* src_u, int src_stride_u, [all …]
|
D | format_conversion.h | 65 const uint8* src_u, int src_stride_u, 72 const uint8* src_u, int src_stride_u, 79 const uint8* src_u, int src_stride_u, 86 const uint8* src_u, int src_stride_u, 97 const uint8* src_u, int src_stride_u,
|
D | convert_argb.h | 43 const uint8* src_u, int src_stride_u, 51 const uint8* src_u, int src_stride_u, 59 const uint8* src_u, int src_stride_u, 67 const uint8* src_u, int src_stride_u,
|
D | planar_functions.h | 65 const uint8* src_u, int src_stride_u, 150 const uint8* src_u, int src_stride_u, 158 const uint8* src_u, int src_stride_u, 166 const uint8* src_u, int src_stride_u, 250 const uint8* src_u, int src_stride_u, 258 const uint8* src_u, int src_stride_u,
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 377 static void mbloop_filter_horizontal_edge_uv_msa(uint8_t *src_u, uint8_t *src_v, in mbloop_filter_horizontal_edge_uv_msa() argument 394 temp_src = src_u - (pitch << 2); in mbloop_filter_horizontal_edge_uv_msa() 411 src_u -= (pitch * 3); in mbloop_filter_horizontal_edge_uv_msa() 412 SD4(p2_d, p1_d, p0_d, q0_d, src_u, pitch); in mbloop_filter_horizontal_edge_uv_msa() 413 src_u += 4 * pitch; in mbloop_filter_horizontal_edge_uv_msa() 414 SD(q1_d, src_u); in mbloop_filter_horizontal_edge_uv_msa() 415 src_u += pitch; in mbloop_filter_horizontal_edge_uv_msa() 416 SD(q2_d, src_u); in mbloop_filter_horizontal_edge_uv_msa() 499 static void mbloop_filter_vertical_edge_uv_msa(uint8_t *src_u, uint8_t *src_v, in mbloop_filter_vertical_edge_uv_msa() argument 515 LD_UB8(src_u - 4, pitch, row0, row1, row2, row3, row4, row5, row6, row7); in mbloop_filter_vertical_edge_uv_msa() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_skin_detection.c | 58 const uint8_t *src_u = cpi->Source->u_buffer; in vp9_compute_skin_map() local 90 uint8_t usource = src_u[uvpos * src_uvstride + uvpos]; in vp9_compute_skin_map() 93 uint8_t usource2 = src_u[(uvpos + 1) * src_uvstride + uvpos]; in vp9_compute_skin_map() 96 uint8_t usource3 = src_u[uvpos * src_uvstride + (uvpos + 1)]; in vp9_compute_skin_map() 99 uint8_t usource4 = src_u[(uvpos + 1) * src_uvstride + (uvpos + 1)]; in vp9_compute_skin_map() 119 src_u += uv_bsize; in vp9_compute_skin_map() 124 src_u += (src_uvstride << shuv) - (num_bl << shuv); in vp9_compute_skin_map()
|
/external/webrtc/talk/media/base/ |
D | videoframe.cc | 49 const uint8_t* src_u = GetUPlane(); in Write() local 51 if (!src_y || !src_u || !src_v) { in Write() 70 result = stream->Write(src_u + row * u_pitch, half_width, NULL, error); in Write() 171 const uint8_t* src_u = GetUPlane(); in StretchToPlanes() local 181 src_u += iwidth_offset / 2; in StretchToPlanes() 190 src_u += iheight_offset / 2 * GetUPitch(); in StretchToPlanes() 196 libyuv::Scale(src_y, src_u, src_v, in StretchToPlanes()
|
/external/libyuv/files/unit_test/ |
D | scale_test.cc | 34 align_buffer_page_end(src_u, src_uv_plane_size) in TestFilter() 57 src_u[(i * src_stride_uv) + j] = (random() & 0xff); in TestFilter() 72 src_u + (src_stride_uv * b) + b, src_stride_uv, in TestFilter() 81 src_u + (src_stride_uv * b) + b, src_stride_uv, in TestFilter() 93 src_u + (src_stride_uv * b) + b, src_stride_uv, in TestFilter() 107 src_u + (src_stride_uv * b) + b, src_stride_uv, in TestFilter() 159 free_aligned_buffer_page_end(src_u) in TestFilter()
|