Home
last modified time | relevance | path

Searched refs:y_stride (Results 1 – 25 of 92) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dloopfilter_x86.c51 int y_stride, int uv_stride, loop_filter_info *lfi) in vp8_loop_filter_mbh_mmx() argument
53 vp8_mbloop_filter_horizontal_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2); in vp8_loop_filter_mbh_mmx()
65 int y_stride, int uv_stride, loop_filter_info *lfi) in vp8_loop_filter_mbv_mmx() argument
67 vp8_mbloop_filter_vertical_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2); in vp8_loop_filter_mbv_mmx()
79 int y_stride, int uv_stride, loop_filter_info *lfi) in vp8_loop_filter_bh_mmx() argument
81 …vp8_loop_filter_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_… in vp8_loop_filter_bh_mmx()
82 …vp8_loop_filter_horizontal_edge_mmx(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_… in vp8_loop_filter_bh_mmx()
83 …vp8_loop_filter_horizontal_edge_mmx(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev… in vp8_loop_filter_bh_mmx()
93 void vp8_loop_filter_bhs_mmx(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) in vp8_loop_filter_bhs_mmx() argument
95 vp8_loop_filter_simple_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, blimit); in vp8_loop_filter_bhs_mmx()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
Dloopfilter_arm.c50 int y_stride, int uv_stride, loop_filter_info *lfi) in vp8_loop_filter_mbh_armv6() argument
52 vp8_mbloop_filter_horizontal_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2); in vp8_loop_filter_mbh_armv6()
63 int y_stride, int uv_stride, loop_filter_info *lfi) in vp8_loop_filter_mbv_armv6() argument
65 vp8_mbloop_filter_vertical_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2); in vp8_loop_filter_mbv_armv6()
76 int y_stride, int uv_stride, loop_filter_info *lfi) in vp8_loop_filter_bh_armv6() argument
78 …vp8_loop_filter_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->he… in vp8_loop_filter_bh_armv6()
79 …vp8_loop_filter_horizontal_edge_armv6(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->he… in vp8_loop_filter_bh_armv6()
80 …vp8_loop_filter_horizontal_edge_armv6(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->h… in vp8_loop_filter_bh_armv6()
89 void vp8_loop_filter_bhs_armv6(unsigned char *y_ptr, int y_stride, in vp8_loop_filter_bhs_armv6() argument
92 vp8_loop_filter_simple_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, blimit); in vp8_loop_filter_bhs_armv6()
[all …]
Dreconintra_arm.c21 int y_stride,
30 int y_stride = x->dst.y_stride; in vp8_build_intra_predictors_mby_neon() local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left); in vp8_build_intra_predictors_mby_neon()
41 int y_stride,
50 int y_stride = x->dst.y_stride; in vp8_build_intra_predictors_mby_s_neon() local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left); in vp8_build_intra_predictors_mby_s_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_altivec.c56 int y_stride, int uv_stride, loop_filter_info *lfi) in loop_filter_mbh_ppc() argument
58 mbloop_filter_horizontal_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr); in loop_filter_mbh_ppc()
65 int y_stride, int uv_stride, loop_filter_info *lfi) in loop_filter_mbhs_ppc() argument
70 loop_filter_simple_horizontal_edge_ppc(y_ptr, y_stride, lfi->mbflim); in loop_filter_mbhs_ppc()
75 int y_stride, int uv_stride, loop_filter_info *lfi) in loop_filter_mbv_ppc() argument
77 mbloop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr); in loop_filter_mbv_ppc()
84 int y_stride, int uv_stride, loop_filter_info *lfi) in loop_filter_mbvs_ppc() argument
89 loop_filter_simple_vertical_edge_ppc(y_ptr, y_stride, lfi->mbflim); in loop_filter_mbvs_ppc()
94 int y_stride, int uv_stride, loop_filter_info *lfi) in loop_filter_bh_ppc() argument
97 … loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr); in loop_filter_bh_ppc()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
37 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_…
40 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
43 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
46 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
49 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
52 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp9_rtcd.h29 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
30 void vp9_d207_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uin…
31 RTCD_EXTERN void (*vp9_d207_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, …
33 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
34 void vp9_d45_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint…
35 RTCD_EXTERN void (*vp9_d45_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c…
37 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
38 void vp9_d63_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint…
39 RTCD_EXTERN void (*vp9_d63_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c…
41 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t …
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l…
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c54 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; in vp8_yv12_realloc_frame_buffer() local
55 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp8_yv12_realloc_frame_buffer()
60 int uv_stride = y_stride >> 1; in vp8_yv12_realloc_frame_buffer()
84 ybf->y_stride = y_stride; in vp8_yv12_realloc_frame_buffer()
97 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border; in vp8_yv12_realloc_frame_buffer()
147 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; in vp9_realloc_frame_buffer() local
148 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp9_realloc_frame_buffer()
152 int uv_stride = y_stride >> ss_x; in vp9_realloc_frame_buffer()
159 int alpha_stride = y_stride; in vp9_realloc_frame_buffer()
192 if ((fb->fb_stride >= y_stride) && (fb->fb_height_stride >= aligned_height)) { in vp9_realloc_frame_buffer()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dloopfilter_filters.c358 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbh_c() argument
361 vp8_mbloop_filter_horizontal_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2); in vp8_loop_filter_mbh_c()
372 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbv_c() argument
375 vp8_mbloop_filter_vertical_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2); in vp8_loop_filter_mbv_c()
386 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bh_c() argument
389 …vp8_loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_th… in vp8_loop_filter_bh_c()
390 …vp8_loop_filter_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_th… in vp8_loop_filter_bh_c()
391 …vp8_loop_filter_horizontal_edge_c(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_t… in vp8_loop_filter_bh_c()
400 void vp8_loop_filter_bhs_c(unsigned char *y_ptr, int y_stride, in vp8_loop_filter_bhs_c() argument
403 vp8_loop_filter_simple_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, blimit); in vp8_loop_filter_bhs_c()
[all …]
Dmfqe.c127 int y_stride, in multiframe_quality_enhance_block() argument
154 act = (vp8_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse)+128)>>8; in multiframe_quality_enhance_block()
156 sad = (vp8_variance16x16(y, y_stride, yd, yd_stride, &sse)); in multiframe_quality_enhance_block()
163 sad = (vp8_sad16x16(y, y_stride, yd, yd_stride, UINT_MAX) + 128) >> 8; in multiframe_quality_enhance_block()
171 act = (vp8_variance8x8(y, y_stride, VP8_ZEROS, 0, &sse)+32)>>6; in multiframe_quality_enhance_block()
173 sad = (vp8_variance8x8(y, y_stride, yd, yd_stride, &sse)); in multiframe_quality_enhance_block()
180 sad = (vp8_sad8x8(y, y_stride, yd, yd_stride, UINT_MAX) + 32) >> 6; in multiframe_quality_enhance_block()
216 apply_ifactor(y, y_stride, yd, yd_stride, in multiframe_quality_enhance_block()
226 vp8_copy_mem16x16(y, y_stride, yd, yd_stride); in multiframe_quality_enhance_block()
232 vp8_copy_mem8x8(y, y_stride, yd, yd_stride); in multiframe_quality_enhance_block()
[all …]
Dpostproc.c316 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, in vp8_de_mblock()
318 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, in vp8_de_mblock()
367 source->y_buffer + 16 * mbr * source->y_stride, in vp8_deblock()
368 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride, in vp8_deblock()
369 post->y_stride, source->y_width, ylimits, 16); in vp8_deblock()
410 source->y_buffer + 16 * mbr * source->y_stride, in vp8_de_noise()
411 source->y_buffer + 16 * mbr * source->y_stride, in vp8_de_noise()
412 source->y_stride, source->y_stride, source->y_width, limits, 16); in vp8_de_noise()
831 oci->post_proc_buffer.y_stride); in vp8_post_proc_frame()
845 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride); in vp8_post_proc_frame()
[all …]
Dloopfilter.c326 int post_y_stride = post->y_stride; in vp8_loop_filter_frame()
508 (y_ptr, 0, 0, post->y_stride, 0, &lfi); in vp8_loop_filter_frame_yonly()
512 (y_ptr, 0, 0, post->y_stride, 0, &lfi); in vp8_loop_filter_frame_yonly()
517 (y_ptr, 0, 0, post->y_stride, 0, &lfi); in vp8_loop_filter_frame_yonly()
521 (y_ptr, 0, 0, post->y_stride, 0, &lfi); in vp8_loop_filter_frame_yonly()
527 (y_ptr, post->y_stride, lfi_n->mblim[filter_level]); in vp8_loop_filter_frame_yonly()
531 (y_ptr, post->y_stride, lfi_n->blim[filter_level]); in vp8_loop_filter_frame_yonly()
536 (y_ptr, post->y_stride, lfi_n->mblim[filter_level]); in vp8_loop_filter_frame_yonly()
540 (y_ptr, post->y_stride, lfi_n->blim[filter_level]); in vp8_loop_filter_frame_yonly()
549 y_ptr += post->y_stride * 16 - post->y_width; in vp8_loop_filter_frame_yonly()
[all …]
Dextend.c83 copy_and_extend_plane(src->y_buffer, src->y_stride, in vp8_copy_and_extend_frame()
84 dst->y_buffer, dst->y_stride, in vp8_copy_and_extend_frame()
114 int src_y_offset = srcy * src->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect()
115 int dst_y_offset = srcy * dst->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect()
130 src->y_stride, in vp8_copy_and_extend_frame_with_rect()
132 dst->y_stride, in vp8_copy_and_extend_frame_with_rect()
167 YPtr += ybf->y_stride * 14; in vp8_extend_mb_row()
178 YPtr += ybf->y_stride; in vp8_extend_mb_row()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c297 source->y_stride, post->y_stride, in deblock_and_de_macro_block()
300 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, in deblock_and_de_macro_block()
303 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, in deblock_and_de_macro_block()
322 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, in vp9_deblock()
331 const int dst_strides[4] = {dst->y_stride, dst->uv_stride, dst->uv_stride, in vp9_deblock()
348 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, in vp9_denoise()
357 const int dst_strides[4] = {dst->y_stride, dst->uv_stride, dst->uv_stride, in vp9_denoise()
643 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride); in vp9_post_proc_frame()
657 vp9_blit_text(message, ppbuf->y_buffer, ppbuf->y_stride); in vp9_post_proc_frame()
668 y_ptr = post->y_buffer + 4 * post->y_stride + 4; in vp9_post_proc_frame()
[all …]
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_media_info.h237 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
242 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_BUFFER_SIZE()
250 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
257 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
274 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
279 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_VIEW2_OFFSET()
285 y_plane = y_stride * y_sclines; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_media_info.h237 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
242 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_BUFFER_SIZE()
250 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
257 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
274 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
279 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_VIEW2_OFFSET()
285 y_plane = y_stride * y_sclines; in VENUS_VIEW2_OFFSET()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c192 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
232 int y_stride; in vp8_find_best_sub_pixel_step_iteratively() local
234 int pre_stride = x->e_mbd.pre.y_stride; in vp8_find_best_sub_pixel_step_iteratively()
248 y_stride = 32; in vp8_find_best_sub_pixel_step_iteratively()
251 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
252 y = xd->y_buf + y_stride*buf_r1 +buf_c1; in vp8_find_best_sub_pixel_step_iteratively()
255 y_stride = pre_stride; in vp8_find_best_sub_pixel_step_iteratively()
258 offset = (bestmv->as_mv.row) * y_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step_iteratively()
265 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step_iteratively()
[all …]
Dencodeintra.c56 int dst_stride = x->e_mbd.dst.y_stride; in vp8_encode_intra4x4block()
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); in vp8_encode_intra4x4mby()
99 xd->dst.y_buffer - xd->dst.y_stride, in vp8_encode_intra16x16mby()
101 xd->dst.y_stride, in vp8_encode_intra16x16mby()
103 xd->dst.y_stride); in vp8_encode_intra16x16mby()
106 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride); in vp8_encode_intra16x16mby()
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_media_info.h530 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
540 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_BUFFER_SIZE()
548 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
555 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
563 y_ubwc_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in VENUS_BUFFER_SIZE()
589 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
594 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_VIEW2_OFFSET()
600 y_plane = y_stride * y_sclines; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_media_info.h530 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
540 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_BUFFER_SIZE()
548 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
555 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
563 y_ubwc_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in VENUS_BUFFER_SIZE()
589 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
594 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_VIEW2_OFFSET()
600 y_plane = y_stride * y_sclines; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_media_info.h714 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
727 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_BUFFER_SIZE()
738 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
741 MSM_MEDIA_MAX(extra_size, 8 * y_stride); in VENUS_BUFFER_SIZE()
746 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
754 y_ubwc_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in VENUS_BUFFER_SIZE()
767 MSM_MEDIA_MAX(extra_size + 8192, 48 * y_stride); in VENUS_BUFFER_SIZE()
797 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
802 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_VIEW2_OFFSET()
808 y_plane = y_stride * y_sclines; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_media_info.h714 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
727 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_BUFFER_SIZE()
738 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
741 MSM_MEDIA_MAX(extra_size, 8 * y_stride); in VENUS_BUFFER_SIZE()
746 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE()
754 y_ubwc_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in VENUS_BUFFER_SIZE()
767 MSM_MEDIA_MAX(extra_size + 8192, 48 * y_stride); in VENUS_BUFFER_SIZE()
797 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
802 y_stride = VENUS_Y_STRIDE(color_fmt, width); in VENUS_VIEW2_OFFSET()
808 y_plane = y_stride * y_sclines; in VENUS_VIEW2_OFFSET()

1234