Searched refs:y_stride (Results 1 - 25 of 113) sorted by relevance

12345

/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_x86.c51 int y_stride, int uv_stride, loop_filter_info *lfi)
53 vp8_mbloop_filter_horizontal_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
65 int y_stride, int uv_stride, loop_filter_info *lfi)
67 vp8_mbloop_filter_vertical_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
79 int y_stride, int uv_stride, loop_filter_info *lfi)
81 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
82 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
83 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 12 * y_stride, y_strid
50 vp8_loop_filter_mbh_mmx(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
64 vp8_loop_filter_mbv_mmx(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
78 vp8_loop_filter_bh_mmx(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
93 vp8_loop_filter_bhs_mmx(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
102 vp8_loop_filter_bv_mmx(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
117 vp8_loop_filter_bvs_mmx(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
128 vp8_loop_filter_mbh_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
139 vp8_loop_filter_mbv_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
150 vp8_loop_filter_bh_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
166 vp8_loop_filter_bhs_sse2(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
175 vp8_loop_filter_bv_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
191 vp8_loop_filter_bvs_sse2(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
[all...]
/external/libvpx/libvpx/vp8/common/arm/
H A Dreconintra_arm.c21 int y_stride,
30 int y_stride = x->dst.y_stride; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
41 int y_stride,
50 int y_stride = x->dst.y_stride; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
H A Dloopfilter_arm.c50 int y_stride, int uv_stride, loop_filter_info *lfi)
52 vp8_mbloop_filter_horizontal_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
63 int y_stride, int uv_stride, loop_filter_info *lfi)
65 vp8_mbloop_filter_vertical_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
76 int y_stride, int uv_stride, loop_filter_info *lfi)
78 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
79 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
80 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 12 * y_stride, y_strid
49 vp8_loop_filter_mbh_armv6(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
62 vp8_loop_filter_mbv_armv6(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
75 vp8_loop_filter_bh_armv6(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
89 vp8_loop_filter_bhs_armv6(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
98 vp8_loop_filter_bv_armv6(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
112 vp8_loop_filter_bvs_armv6(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
124 vp8_loop_filter_mbh_neon(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
137 vp8_loop_filter_mbv_neon(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
151 vp8_loop_filter_bh_neon(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
167 vp8_loop_filter_bv_neon(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
[all...]
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_altivec.c56 int y_stride, int uv_stride, loop_filter_info *lfi)
58 mbloop_filter_horizontal_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
65 int y_stride, int uv_stride, loop_filter_info *lfi)
70 loop_filter_simple_horizontal_edge_ppc(y_ptr, y_stride, lfi->mbflim);
75 int y_stride, int uv_stride, loop_filter_info *lfi)
77 mbloop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
84 int y_stride, int uv_stride, loop_filter_info *lfi)
89 loop_filter_simple_vertical_edge_ppc(y_ptr, y_stride, lfi->mbflim);
94 int y_stride, int uv_stride, loop_filter_info *lfi)
97 loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_strid
55 loop_filter_mbh_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
64 loop_filter_mbhs_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
74 loop_filter_mbv_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
83 loop_filter_mbvs_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
93 loop_filter_bh_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
105 loop_filter_bhs_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
117 loop_filter_bv_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
126 loop_filter_bvs_ppc(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dsetupintrarecon.h20 int y_stride,
26 y_buffer[y_stride *i] = (unsigned char) 129;
17 setup_intra_recon_left(unsigned char *y_buffer, unsigned char *u_buffer, unsigned char *v_buffer, int y_stride, int uv_stride) argument
H A Dsetupintrarecon.c20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
22 ybf->y_buffer[ybf->y_stride *i - 1] = (unsigned char) 129;
36 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
H A Dreconintra4x4.h19 int dst_stride = xd->dst.y_stride;
H A Dloopfilter_filters.c358 unsigned char *v_ptr, int y_stride, int uv_stride,
361 vp8_mbloop_filter_horizontal_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
372 unsigned char *v_ptr, int y_stride, int uv_stride,
375 vp8_mbloop_filter_vertical_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
386 unsigned char *v_ptr, int y_stride, int uv_stride,
389 vp8_loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
390 vp8_loop_filter_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
391 vp8_loop_filter_horizontal_edge_c(y_ptr + 12 * y_stride, y_strid
357 vp8_loop_filter_mbh_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
371 vp8_loop_filter_mbv_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
385 vp8_loop_filter_bh_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
400 vp8_loop_filter_bhs_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
409 vp8_loop_filter_bv_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
424 vp8_loop_filter_bvs_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
[all...]
H A Dmfqe.c127 int y_stride,
154 act = (vp8_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse)+128)>>8;
156 sad = (vp8_variance16x16(y, y_stride, yd, yd_stride, &sse));
163 sad = (vp8_sad16x16(y, y_stride, yd, yd_stride, UINT_MAX) + 128) >> 8;
171 act = (vp8_variance8x8(y, y_stride, VP8_ZEROS, 0, &sse)+32)>>6;
173 sad = (vp8_variance8x8(y, y_stride, yd, yd_stride, &sse));
180 sad = (vp8_sad8x8(y, y_stride, yd, yd_stride, UINT_MAX) + 32) >> 6;
216 apply_ifactor(y, y_stride, yd, yd_stride,
226 vp8_copy_mem16x16(y, y_stride, yd, yd_stride);
232 vp8_copy_mem8x8(y, y_stride, y
119 multiframe_quality_enhance_block( int blksize, int qcurr, int qprev, unsigned char *y, unsigned char *u, unsigned char *v, int y_stride, int uv_stride, unsigned char *yd, unsigned char *ud, unsigned char *vd, int yd_stride, int uvd_stride ) argument
[all...]
H A Dpostproc.c321 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
323 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
372 source->y_buffer + 16 * mbr * source->y_stride,
373 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
374 post->y_stride, source->y_width, ylimits, 16);
415 source->y_buffer + 16 * mbr * source->y_stride,
416 source->y_buffer + 16 * mbr * source->y_stride,
417 source->y_stride, source->y_stride, sourc
937 int y_stride = oci->post_proc_buffer.y_stride; local
1096 int y_stride = oci->post_proc_buffer.y_stride; local
1168 int y_stride = oci->post_proc_buffer.y_stride; local
[all...]
H A Dextend.c83 copy_and_extend_plane(src->y_buffer, src->y_stride,
84 dst->y_buffer, dst->y_stride,
114 int src_y_offset = srcy * src->y_stride + srcx;
115 int dst_y_offset = srcy * dst->y_stride + srcx;
130 src->y_stride,
132 dst->y_stride,
167 YPtr += ybf->y_stride * 14;
178 YPtr += ybf->y_stride;
H A Dloopfilter.c325 int post_y_stride = post->y_stride;
507 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
511 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
516 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
520 (y_ptr, 0, 0, post->y_stride, 0, &lfi);
526 (y_ptr, post->y_stride, lfi_n->mblim[filter_level]);
530 (y_ptr, post->y_stride, lfi_n->blim[filter_level]);
535 (y_ptr, post->y_stride, lfi_n->mblim[filter_level]);
539 (y_ptr, post->y_stride, lfi_n->blim[filter_level]);
548 y_ptr += post->y_stride * 1
[all...]
/external/libvpx/armv7a/
H A Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/generic/
H A Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/mips/
H A Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
37 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
40 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
43 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
46 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
49 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
52 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_picklpf.c26 const int stride = src_ybc->y_stride;
30 assert(src_ybc->y_stride == dst_ybc->y_stride);
51 srcoffset = source->y_stride * (dest->y_height >> 5) * 16;
52 dstoffset = dest->y_stride * (dest->y_height >> 5) * 16;
62 Total += vp9_mse16x16(src + j, source->y_stride, dst + j, dest->y_stride,
66 src += 16 * source->y_stride;
67 dst += 16 * dest->y_stride;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c43 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
44 int yplane_size = (aligned_height + 2 * border) * y_stride;
48 * uv_stride == y_stride/2, so enforce this here. */
49 int uv_stride = y_stride >> 1;
73 ybf->y_stride = y_stride;
86 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
130 const int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
131 const int yplane_size = (aligned_height + 2 * border) * y_stride;
134 const int uv_stride = y_stride >> ss_
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c297 source->y_stride, post->y_stride,
300 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
303 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
322 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
331 const int dst_strides[4] = {dst->y_stride, dst->uv_stride, dst->uv_stride,
348 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
357 const int dst_strides[4] = {dst->y_stride, dst->uv_stride, dst->uv_stride,
673 cm->post_proc_buffer.y_stride);
688 cm->post_proc_buffer.y_stride);
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c56 int dst_stride = x->e_mbd.dst.y_stride;
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
99 xd->dst.y_buffer - xd->dst.y_stride,
101 xd->dst.y_stride,
103 xd->dst.y_stride);
106 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride);
/external/chromium_org/media/cdm/ppapi/
H A Dfake_cdm_video_decoder.cc59 int y_stride = (width + kAlignment - 1) / kAlignment * kAlignment + kPadding; local
65 int v_offset = y_stride * y_rows + kPlanePadding;
77 decoded_frame->SetStride(cdm::VideoFrame::kYPlane, y_stride);
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c29 ystride = src_ybc->y_stride;
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h31 img->w = yv12->y_stride;
41 img->stride[VPX_PLANE_Y] = yv12->y_stride;
72 yv12->y_stride = img->stride[VPX_PLANE_Y];
82 yv12->alpha_stride = yv12->y_stride;
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));

Completed in 477 milliseconds

12345