Home
last modified time | relevance | path

Searched refs:dst_ybc (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
Dyv12extend_arm.c15 struct yv12_buffer_config *dst_ybc);
18 struct yv12_buffer_config *dst_ybc) { in vp8_yv12_copy_frame_neon() argument
19 vp8_yv12_copy_frame_func_neon(src_ybc, dst_ybc); in vp8_yv12_copy_frame_neon()
20 vp8_yv12_extend_frame_borders_neon(dst_ybc); in vp8_yv12_copy_frame_neon()
Dvp8_vpxyv12_copyframe_func_neon.asm22 ; YV12_BUFFER_CONFIG *dst_ybc);
Dvp8_vpxyv12_copysrcframe_func_neon.asm25 ; YV12_BUFFER_CONFIG *dst_ybc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12extend.c126 YV12_BUFFER_CONFIG *dst_ybc) { in vp8_yv12_copy_frame_c() argument
129 uint8_t *dst = dst_ybc->y_buffer; in vp8_yv12_copy_frame_c()
135 assert(src_ybc->y_width == dst_ybc->y_width); in vp8_yv12_copy_frame_c()
136 assert(src_ybc->y_height == dst_ybc->y_height); in vp8_yv12_copy_frame_c()
142 dst += dst_ybc->y_stride; in vp8_yv12_copy_frame_c()
146 dst = dst_ybc->u_buffer; in vp8_yv12_copy_frame_c()
151 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c()
155 dst = dst_ybc->v_buffer; in vp8_yv12_copy_frame_c()
160 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c()
163 vp8_yv12_extend_frame_borders_c(dst_ybc); in vp8_yv12_copy_frame_c()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvpx_scale_rtcd.h37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
38 …yv12_copy_frame_neon(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
41 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
42 …vpx_yv12_copy_y_neon(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
Dvp8_rtcd.h382 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
383 …12_copy_partial_frame_neon(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dvpx_scale_rtcd.pl22 …8_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";
25 …d vpx_yv12_copy_y/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dpicklpf_arm.c20 YV12_BUFFER_CONFIG *dst_ybc) in vp8_yv12_copy_partial_frame_neon() argument
43 dst_y = dst_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvpx_scale_rtcd.h36 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
39 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
Dvp8_rtcd.h286 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvpx_scale_rtcd.h36 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
39 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
Dvp8_rtcd.h286 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvpx_scale_rtcd.h37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
49 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
Dvp8_rtcd.h482 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvpx_scale_rtcd.h36 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
39 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
Dvp8_rtcd.h329 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvpx_scale_rtcd.h36 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
39 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
Dvp8_rtcd.h304 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpicklpf.c27 YV12_BUFFER_CONFIG *dst_ybc) in vp8_yv12_copy_partial_frame_c() argument
50 dst_y = dst_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Drtcd_defs.pl528 …yv12_copy_partial_frame/, "struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";