Searched defs:dst_ybc (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_scale/arm/neon/
H A Dyv12extend_arm.c15 struct yv12_buffer_config *dst_ybc);
18 struct yv12_buffer_config *dst_ybc) {
19 vp8_yv12_copy_frame_func_neon(src_ybc, dst_ybc);
20 vp8_yv12_extend_frame_borders_neon(dst_ybc);
17 vp8_yv12_copy_frame_neon(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc) argument
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c20 YV12_BUFFER_CONFIG *dst_ybc)
43 dst_y = dst_ybc->y_buffer + yoffset;
19 vp8_yv12_copy_partial_frame_neon(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc) argument
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c126 YV12_BUFFER_CONFIG *dst_ybc) {
129 uint8_t *dst = dst_ybc->y_buffer;
135 assert(src_ybc->y_width == dst_ybc->y_width);
136 assert(src_ybc->y_height == dst_ybc->y_height);
142 dst += dst_ybc->y_stride;
146 dst = dst_ybc->u_buffer;
151 dst += dst_ybc->uv_stride;
155 dst = dst_ybc->v_buffer;
160 dst += dst_ybc->uv_stride;
163 vp8_yv12_extend_frame_borders_c(dst_ybc);
125 vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc) argument
166 vpx_yv12_copy_y_c(const YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpicklpf.c27 YV12_BUFFER_CONFIG *dst_ybc)
50 dst_y = dst_ybc->y_buffer + yoffset;
26 yv12_copy_partial_frame(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12extend.c224 YV12_BUFFER_CONFIG *dst_ybc) {
227 uint8_t *dst = dst_ybc->y_buffer;
233 assert(src_ybc->y_width == dst_ybc->y_width);
234 assert(src_ybc->y_height == dst_ybc->y_height);
239 assert(dst_ybc->flags & YV12_FLAG_HIGHBITDEPTH);
243 dst += dst_ybc->y_stride;
247 dst = dst_ybc->u_buffer;
252 dst += dst_ybc->uv_stride;
256 dst = dst_ybc->v_buffer;
261 dst += dst_ybc
223 vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc) argument
298 vpx_yv12_copy_y_c(const YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c27 YV12_BUFFER_CONFIG *dst_ybc)
50 dst_y = dst_ybc->y_buffer + yoffset;
26 vp8_yv12_copy_partial_frame_c(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc) argument

Completed in 443 milliseconds