Searched refs:srcs (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A DMakefile419 .install-srcs: $(addprefix $(DIST_DIR)/src/,$(INSTALL-SRCS))
423 rm -f .install-srcs
430 INSTALL_TARGETS += .install-docs .install-srcs .install-libs .install-bins
H A Dgen_msvs_proj.sh565 generate_filter srcs "Source Files" "c;cc;cpp;def;odl;idl;hpj;bat;asm;asmx"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_postproc.c320 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer, local
335 vp9_post_proc_down_and_across(srcs[i], dsts[i],
346 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer, local
362 const uint8_t *const src = srcs[i] + 2 * src_stride + 2;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1891 uint8_t *srcs[4] = {src_fb->y_buffer, src_fb->u_buffer, src_fb->v_buffer, local
1904 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i],
1908 vp9_resize_plane(srcs[i], in_h_uv, in_w_uv, src_strides[i],
1923 uint8_t *srcs[4] = {src_fb->y_buffer, src_fb->u_buffer, src_fb->v_buffer, local
1941 uint8_t *src = srcs[i] + y / factor * in_h / out_h * src_stride +

Completed in 70 milliseconds