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

12345

/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_x86.c43 unsigned char *v_ptr, int y_stride, int uv_stride,
45 vp8_mbloop_filter_horizontal_edge_sse2(y_ptr, y_stride, lfi->mblim, lfi->lim,
56 unsigned char *v_ptr, int y_stride, int uv_stride,
58 vp8_mbloop_filter_vertical_edge_sse2(y_ptr, y_stride, lfi->mblim, lfi->lim,
69 unsigned char *v_ptr, int y_stride, int uv_stride,
72 vp8_loop_filter_bh_y_sse2(y_ptr, y_stride, lfi->blim, lfi->lim, lfi->hev_thr,
75 vp8_loop_filter_horizontal_edge_sse2(y_ptr + 4 * y_stride, y_stride,
77 vp8_loop_filter_horizontal_edge_sse2(y_ptr + 8 * y_stride, y_stride,
42 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
55 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
68 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
90 vp8_loop_filter_bhs_sse2(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
101 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
122 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 Dloopfilter_arm.c36 unsigned char *v_ptr, int y_stride, int uv_stride,
41 vp8_mbloop_filter_horizontal_edge_y_neon(y_ptr, y_stride, mblim, lim,
51 unsigned char *v_ptr, int y_stride, int uv_stride,
57 vp8_mbloop_filter_vertical_edge_y_neon(y_ptr, y_stride, mblim, lim, hev_thr);
66 unsigned char *v_ptr, int y_stride, int uv_stride,
72 vp8_loop_filter_horizontal_edge_y_neon(y_ptr + 4 * y_stride, y_stride, blim,
74 vp8_loop_filter_horizontal_edge_y_neon(y_ptr + 8 * y_stride, y_stride, blim,
76 vp8_loop_filter_horizontal_edge_y_neon(y_ptr + 12 * y_stride, y_strid
35 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
50 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
65 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
86 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/
H A Dsetupintrarecon.h25 unsigned char *v_buffer, int y_stride,
29 for (i = 0; i < 16; ++i) y_buffer[y_stride * i] = (unsigned char)129;
23 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.c18 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
20 ybf->y_buffer[ybf->y_stride * i - 1] = (unsigned char)129;
35 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
H A Dreconintra.h22 unsigned char *ypred_ptr, int y_stride);
H A Dloopfilter_filters.c300 unsigned char *v_ptr, int y_stride, int uv_stride,
302 mbloop_filter_horizontal_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim,
318 unsigned char *v_ptr, int y_stride, int uv_stride,
320 mbloop_filter_vertical_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim,
336 unsigned char *v_ptr, int y_stride, int uv_stride,
338 loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->blim,
340 loop_filter_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->blim,
342 loop_filter_horizontal_edge_c(y_ptr + 12 * y_stride, y_strid
299 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
317 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
335 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
356 vp8_loop_filter_bhs_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
367 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
388 vp8_loop_filter_bvs_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
[all...]
H A Dmfqe.c108 int y_stride, int uv_stride, unsigned char *yd, unsigned char *ud,
125 act = (vpx_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse) + 128) >> 8;
127 vpx_variance16x16(y, y_stride, yd, yd_stride, &sse);
134 sad = (vpx_sad16x16(y, y_stride, yd, yd_stride) + 128) >> 8;
140 act = (vpx_variance8x8(y, y_stride, VP8_ZEROS, 0, &sse) + 32) >> 6;
142 vpx_variance8x8(y, y_stride, yd, yd_stride, &sse);
149 sad = (vpx_sad8x8(y, y_stride, yd, yd_stride) + 32) >> 6;
184 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, vd,
189 vp8_copy_mem16x16(y, y_stride, yd, yd_stride);
193 vp8_copy_mem8x8(y, y_stride, y
105 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 Dreconintra4x4.h21 int dst_stride = xd->dst.y_stride;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.h24 void vp9_resize_frame420(const uint8_t *const y, int y_stride,
29 void vp9_resize_frame422(const uint8_t *const y, int y_stride,
34 void vp9_resize_frame444(const uint8_t *const y, int y_stride,
44 void vp9_highbd_resize_frame420(const uint8_t *const y, int y_stride,
50 void vp9_highbd_resize_frame422(const uint8_t *const y, int y_stride,
56 void vp9_highbd_resize_frame444(const uint8_t *const y, int y_stride,
/external/libyuv/files/source/
H A Dconvert_to_i420.cc31 int y_stride,
59 int tmp_y_stride = y_stride;
86 y_stride = crop_width;
94 r = YUY2ToI420(src, aligned_src_width * 2, y, y_stride, u, u_stride, v,
99 r = UYVYToI420(src, aligned_src_width * 2, y, y_stride, u, u_stride, v,
104 r = RGB565ToI420(src, src_width * 2, y, y_stride, u, u_stride, v,
109 r = ARGB1555ToI420(src, src_width * 2, y, y_stride, u, u_stride, v,
114 r = ARGB4444ToI420(src, src_width * 2, y, y_stride, u, u_stride, v,
119 r = RGB24ToI420(src, src_width * 3, y, y_stride, u, u_stride, v, v_stride,
124 r = RAWToI420(src, src_width * 3, y, y_stride,
28 ConvertToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
[all...]
H A Dconvert_jpeg.cc26 int y_stride; member in struct:libyuv::I420Buffers
41 dest->y, dest->y_stride, dest->u, dest->u_stride, dest->v,
43 dest->y += rows * dest->y_stride;
55 dest->y, dest->y_stride, dest->u, dest->u_stride, dest->v,
57 dest->y += rows * dest->y_stride;
69 dest->y, dest->y_stride, dest->u, dest->u_stride, dest->v,
71 dest->y += rows * dest->y_stride;
82 I400ToI420(data[0], strides[0], dest->y, dest->y_stride, dest->u,
84 dest->y += rows * dest->y_stride;
109 int y_stride,
106 MJPGToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int w, int h, int dw, int dh) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mfqe.c68 static void apply_ifactor(const uint8_t *y, int y_stride, uint8_t *yd, argument
73 vp9_filter_by_weight16x16(y, y_stride, yd, yd_stride, weight);
77 filter_by_weight32x32(y, y_stride, yd, yd_stride, weight);
81 filter_by_weight64x64(y, y_stride, yd, yd_stride, weight);
129 int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud,
133 copy_mem16x16(y, y_stride, yd, yd_stride);
137 copy_mem32x32(y, y_stride, yd, yd_stride);
141 copy_mem64x64(y, y_stride, yd, yd_stride);
160 const uint8_t *v, int y_stride, int uv_stride,
169 vdiff = (vpx_variance16x16(y, y_stride, y
128 copy_block(const uint8_t *y, const uint8_t *u, const uint8_t *v, int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, int uvd_stride, BLOCK_SIZE bs) argument
159 mfqe_block(BLOCK_SIZE bs, const uint8_t *y, const uint8_t *u, const uint8_t *v, int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, int uvd_stride, int qdiff) argument
209 mfqe_partition(VP9_COMMON *cm, MODE_INFO *mi, BLOCK_SIZE bs, const uint8_t *y, const uint8_t *u, const uint8_t *v, int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, int uvd_stride) argument
357 const uint32_t y_stride = show->y_stride; local
[all...]
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dloopfiltersimplehorizontaledge_neon.c89 void vp8_loop_filter_bhs_neon(unsigned char *y_ptr, int y_stride, argument
91 y_ptr += y_stride * 4;
92 vp8_loop_filter_simple_horizontal_edge_neon(y_ptr, y_stride, blimit);
93 y_ptr += y_stride * 4;
94 vp8_loop_filter_simple_horizontal_edge_neon(y_ptr, y_stride, blimit);
95 y_ptr += y_stride * 4;
96 vp8_loop_filter_simple_horizontal_edge_neon(y_ptr, y_stride, blimit);
100 void vp8_loop_filter_mbhs_neon(unsigned char *y_ptr, int y_stride, argument
102 vp8_loop_filter_simple_horizontal_edge_neon(y_ptr, y_stride, blimit);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred_msa.c554 void vpx_v_predictor_4x4_msa(uint8_t *dst, ptrdiff_t y_stride, argument
558 intra_predict_vert_4x4_msa(above, dst, y_stride);
561 void vpx_v_predictor_8x8_msa(uint8_t *dst, ptrdiff_t y_stride, argument
565 intra_predict_vert_8x8_msa(above, dst, y_stride);
568 void vpx_v_predictor_16x16_msa(uint8_t *dst, ptrdiff_t y_stride, argument
572 intra_predict_vert_16x16_msa(above, dst, y_stride);
575 void vpx_v_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, argument
579 intra_predict_vert_32x32_msa(above, dst, y_stride);
582 void vpx_h_predictor_4x4_msa(uint8_t *dst, ptrdiff_t y_stride, argument
586 intra_predict_horiz_4x4_msa(left, dst, y_stride);
589 vpx_h_predictor_8x8_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
596 vpx_h_predictor_16x16_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
603 vpx_h_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
610 vpx_dc_predictor_4x4_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
615 vpx_dc_predictor_8x8_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
620 vpx_dc_predictor_16x16_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
625 vpx_dc_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
630 vpx_dc_top_predictor_4x4_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
637 vpx_dc_top_predictor_8x8_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
644 vpx_dc_top_predictor_16x16_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
651 vpx_dc_top_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
658 vpx_dc_left_predictor_4x4_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
665 vpx_dc_left_predictor_8x8_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
672 vpx_dc_left_predictor_16x16_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
680 vpx_dc_left_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
688 vpx_dc_128_predictor_4x4_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
696 vpx_dc_128_predictor_8x8_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
704 vpx_dc_128_predictor_16x16_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
712 vpx_dc_128_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
720 vpx_tm_predictor_4x4_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
725 vpx_tm_predictor_8x8_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
730 vpx_tm_predictor_16x16_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
735 vpx_tm_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_to_i420.cc30 uint8* y, int y_stride,
52 int tmp_y_stride = y_stride;
80 y_stride = crop_width;
89 y, y_stride,
97 y, y_stride,
105 y, y_stride,
113 y, y_stride,
121 y, y_stride,
129 y, y_stride,
137 y, y_stride,
28 ConvertToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
[all...]
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c52 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
57 * uv_stride == y_stride/2, so enforce this here. */
58 int uv_stride = y_stride >> 1;
80 ybf->y_stride = y_stride;
95 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
149 const int y_stride = ((aligned_width + 2 * border) + 31) & ~31; local
151 (aligned_height + 2 * border) * (uint64_t)y_stride + byte_alignment;
154 const int uv_stride = y_stride >> ss_
[all...]
/external/libvpx/libvpx/vp8/common/mips/mmi/
H A Dloopfilter_filters_mmi.c1252 unsigned char *v_ptr, int y_stride, int uv_stride,
1254 vp8_mbloop_filter_horizontal_edge_mmi(y_ptr, y_stride, lfi->mblim, lfi->lim,
1268 unsigned char *v_ptr, int y_stride, int uv_stride,
1270 vp8_mbloop_filter_vertical_edge_mmi(y_ptr, y_stride, lfi->mblim, lfi->lim,
1284 unsigned char *v_ptr, int y_stride, int uv_stride,
1286 vp8_loop_filter_horizontal_edge_mmi(y_ptr + 4 * y_stride, y_stride, lfi->blim,
1288 vp8_loop_filter_horizontal_edge_mmi(y_ptr + 8 * y_stride, y_stride, lfi->blim,
1290 vp8_loop_filter_horizontal_edge_mmi(y_ptr + 12 * y_stride, y_strid
1251 vp8_loop_filter_mbh_mmi(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
1267 vp8_loop_filter_mbv_mmi(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
1283 vp8_loop_filter_bh_mmi(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
1303 vp8_loop_filter_bv_mmi(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, loop_filter_info *lfi) argument
1322 vp8_loop_filter_bhs_mmi(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
1332 vp8_loop_filter_bvs_mmi(unsigned char *y_ptr, int y_stride, const unsigned char *blimit) argument
[all...]
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h74 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
92 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
95 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
98 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
99 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c49 int dst_stride = x->e_mbd.dst.y_stride;
75 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
85 vp8_build_intra_predictors_mby_s(xd, xd->dst.y_buffer - xd->dst.y_stride,
86 xd->dst.y_buffer - 1, xd->dst.y_stride,
87 xd->dst.y_buffer, xd->dst.y_stride);
90 xd->dst.y_stride);
/external/webp/src/enc/
H A Dpicture_tools_enc.c60 int y_stride, int width, int height) {
73 luma_ptr += y_stride;
84 luma_ptr += y_stride;
117 const int y_stride = pic->y_stride; local
131 if (SmoothenBlock(a_ptr + x, a_stride, y_ptr + x, y_stride,
139 Flatten(y_ptr + x, values[0], y_stride, SIZE);
147 SmoothenBlock(a_ptr + x, a_stride, y_ptr + x, y_stride,
151 y_ptr += SIZE * y_stride;
158 SmoothenBlock(a_ptr + x, a_stride, y_ptr + x, y_stride,
59 SmoothenBlock(const uint8_t* a_ptr, int a_stride, uint8_t* y_ptr, int y_stride, int width, int height) argument
[all...]
/external/libvpx/libvpx/vpx_util/
H A Dvpx_write_yuv_frame.c23 src += s->y_stride;
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h68 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
81 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
84 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h68 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
81 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
84 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h67 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
70 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
73 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
76 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
79 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
82 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
91 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
94 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h67 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
70 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
73 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
76 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
79 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
82 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
91 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
94 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, cons
[all...]

Completed in 376 milliseconds

12345