Home
last modified time | relevance | path

Searched refs:srcs (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME4 --enable-postproc --disable-install-srcs --enable-multi-res-encoding \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
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
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/
Dvp9_postproc.c320 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer, in vp9_deblock() local
335 vp9_post_proc_down_and_across(srcs[i], dsts[i], in vp9_deblock()
346 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer, in vp9_denoise() local
362 const uint8_t *const src = srcs[i] + 2 * src_stride + 2; in vp9_denoise()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1891 uint8_t *srcs[4] = {src_fb->y_buffer, src_fb->u_buffer, src_fb->v_buffer, in scale_and_extend_frame_nonnormative() local
1904 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i], in scale_and_extend_frame_nonnormative()
1908 vp9_resize_plane(srcs[i], in_h_uv, in_w_uv, src_strides[i], in scale_and_extend_frame_nonnormative()
1923 uint8_t *srcs[4] = {src_fb->y_buffer, src_fb->u_buffer, src_fb->v_buffer, in scale_and_extend_frame() local
1941 uint8_t *src = srcs[i] + y / factor * in_h / out_h * src_stride + in scale_and_extend_frame()