HomeSort by relevance Sort by last modified time
    Searched refs:CopyPlane (Results 1 - 17 of 17) sorted by null

  /external/webp/src/enc/
picture_rescale.c 35 static void CopyPlane(const uint8_t* src, int src_stride,
73 CopyPlane(src->y, src->y_stride,
75 CopyPlane(src->u, src->uv_stride,
77 CopyPlane(src->v, src->uv_stride,
80 CopyPlane(src->a, src->a_stride,
84 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
147 CopyPlane(pic->y + y_offset, pic->y_stride,
149 CopyPlane(pic->u + uv_offset, pic->uv_stride,
151 CopyPlane(pic->v + uv_offset, pic->uv_stride,
156 CopyPlane(pic->a + a_offset, pic->a_stride
    [all...]
alpha.c 179 static void CopyPlane(const uint8_t* src, int src_stride,
327 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 35 #include "libyuv/planar_functions.h" // For CopyPlane().
290 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i),
308 CopyPlane(databuf_[i], GetComponentStride(i),
324 CopyPlane(databuf_[i], GetComponentStride(i),
planar_functions.cc 28 void CopyPlane(const uint8* src_y, int src_stride_y,
154 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
155 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
156 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
185 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
186 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
187 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
205 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
225 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
convert.cc 90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
180 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
330 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height);
    [all...]
convert_from.cc 143 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
429 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
convert_argb.cc 43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
rotate.cc     [all...]
scale.cc 17 #include "libyuv/planar_functions.h" // For CopyPlane
    [all...]
  /external/libyuv/files/include/libyuv/
planar_functions.h 31 #define I400ToI400 CopyPlane
35 void CopyPlane(const uint8* src_y, int src_stride_y,
54 // Convert I420 to I400. (calls CopyPlane ignoring u/v).
  /external/libyuv/files/source/
convert_from.cc 73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
133 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
183 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
221 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
convert.cc 58 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
164 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
249 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
309 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
351 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
planar_functions.cc 28 void CopyPlane(const uint8* src_y, int src_stride_y,
74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
convert_argb.cc 45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
    [all...]
scale.cc 18 #include "libyuv/planar_functions.h" // For CopyPlane
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 27 void CopyPlane(const uint8* src_y, int src_stride_y,
87 // Convert I420 to I400. (calls CopyPlane ignoring u/v).
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c     [all...]

Completed in 548 milliseconds