/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_x86.c | 51 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_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2) [all...] |
/external/libvpx/libvpx/vp8/common/arm/ |
reconintra_arm.c | 21 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);
|
loopfilter_arm.c | 50 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_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2) [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
loopfilter_altivec.c | 56 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_stride, lfi->flim, lfi->lim, lfi->thr) [all...] |
/external/libvpx/libvpx/vp8/common/ |
setupintrarecon.h | 20 int y_stride, 26 y_buffer[y_stride *i] = (unsigned char) 129;
|
setupintrarecon.c | 20 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);
|
reconintra4x4.h | 19 int dst_stride = xd->dst.y_stride;
|
loopfilter_filters.c | 358 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_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2) [all...] |
mfqe.c | 127 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, yd, yd_stride) [all...] |
postproc.c | 321 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, source->y_width, limits, 16) 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...] |
extend.c | 83 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;
|
loopfilter.c | 325 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 * 16 - post->y_width [all...] |
/external/libvpx/armv7a/ |
vp9_rtcd.h | 27 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, const uint8_t *above, const uint8_t *left) [all...] |
/external/libvpx/armv7a-neon/ |
vp9_rtcd.h | 27 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, const uint8_t *above, const uint8_t *left) [all...] |
/external/libvpx/generic/ |
vp9_rtcd.h | 27 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, const uint8_t *above, const uint8_t *left) [all...] |
/external/libvpx/mips/ |
vp9_rtcd.h | 27 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, const uint8_t *above, const uint8_t *left) [all...] |
/external/libvpx/mips-dspr2/ |
vp9_rtcd.h | 27 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, const uint8_t *above, const uint8_t *left) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_picklpf.c | 26 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/ |
yv12config.c | 43 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_x [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 297 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/ |
encodeintra.c | 56 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/ |
fake_cdm_video_decoder.cc | 59 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/ |
picklpf_arm.c | 29 ystride = src_ybc->y_stride;
|
/external/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 31 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/ |
vpx_scale_asm_offsets.c | 22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
|