/external/libvpx/libvpx/vp9/common/ |
D | vp9_mfqe.c | 70 int uv_stride, uint8_t *ud, uint8_t *vd, in apply_ifactor() argument 74 vp9_filter_by_weight8x8(u, uv_stride, ud, uvd_stride, weight); in apply_ifactor() 75 vp9_filter_by_weight8x8(v, uv_stride, vd, uvd_stride, weight); in apply_ifactor() 78 vp9_filter_by_weight16x16(u, uv_stride, ud, uvd_stride, weight); in apply_ifactor() 79 vp9_filter_by_weight16x16(v, uv_stride, vd, uvd_stride, weight); in apply_ifactor() 82 filter_by_weight32x32(u, uv_stride, ud, uvd_stride, weight); in apply_ifactor() 83 filter_by_weight32x32(v, uv_stride, vd, uvd_stride, weight); in apply_ifactor() 129 int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, in copy_block() argument 134 copy_mem8x8(u, uv_stride, ud, uvd_stride); in copy_block() 135 copy_mem8x8(v, uv_stride, vd, uvd_stride); in copy_block() [all …]
|
D | vp9_postproc.c | 211 CONVERT_TO_SHORTPTR(post->u_buffer), source->uv_stride, post->uv_stride, in deblock_and_de_macro_block() 215 CONVERT_TO_SHORTPTR(post->v_buffer), source->uv_stride, post->uv_stride, in deblock_and_de_macro_block() 238 const int src_strides[3] = { src->y_stride, src->uv_stride, in vp9_deblock() 239 src->uv_stride }; in vp9_deblock() 245 const int dst_strides[3] = { dst->y_stride, dst->uv_stride, in vp9_deblock() 246 dst->uv_stride }; in vp9_deblock() 266 src->u_buffer + 8 * mbr * src->uv_stride, in vp9_deblock() 267 dst->u_buffer + 8 * mbr * dst->uv_stride, src->uv_stride, in vp9_deblock() 268 dst->uv_stride, src->uv_width, limits, 8); in vp9_deblock() 270 src->v_buffer + 8 * mbr * src->uv_stride, in vp9_deblock() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 108 int y_stride, int uv_stride, unsigned char *yd, unsigned char *ud, in multiframe_quality_enhance_block() argument 129 vpx_variance8x8(u, uv_stride, ud, uvd_stride, &sse); in multiframe_quality_enhance_block() 131 vpx_variance8x8(v, uv_stride, vd, uvd_stride, &sse); in multiframe_quality_enhance_block() 135 usad = (vpx_sad8x8(u, uv_stride, ud, uvd_stride) + 32) >> 6; in multiframe_quality_enhance_block() 136 vsad = (vpx_sad8x8(v, uv_stride, vd, uvd_stride) + 32) >> 6; in multiframe_quality_enhance_block() 144 vpx_variance4x4(u, uv_stride, ud, uvd_stride, &sse); in multiframe_quality_enhance_block() 146 vpx_variance4x4(v, uv_stride, vd, uvd_stride, &sse); in multiframe_quality_enhance_block() 150 usad = (vpx_sad4x4(u, uv_stride, ud, uvd_stride) + 8) >> 4; in multiframe_quality_enhance_block() 151 vsad = (vpx_sad4x4(v, uv_stride, vd, uvd_stride) + 8) >> 4; in multiframe_quality_enhance_block() 184 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, vd, in multiframe_quality_enhance_block() [all …]
|
D | extend.c | 82 copy_and_extend_plane(src->u_buffer, src->uv_stride, dst->u_buffer, in vp8_copy_and_extend_frame() 83 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame() 86 copy_and_extend_plane(src->v_buffer, src->uv_stride, dst->v_buffer, in vp8_copy_and_extend_frame() 87 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame() 100 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 101 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 120 copy_and_extend_plane(src->u_buffer + src_uv_offset, src->uv_stride, in vp8_copy_and_extend_frame_with_rect() 121 dst->u_buffer + dst_uv_offset, dst->uv_stride, srch, in vp8_copy_and_extend_frame_with_rect() 124 copy_and_extend_plane(src->v_buffer + src_uv_offset, src->uv_stride, in vp8_copy_and_extend_frame_with_rect() 125 dst->v_buffer + dst_uv_offset, dst->uv_stride, srch, in vp8_copy_and_extend_frame_with_rect() [all …]
|
D | setupintrarecon.c | 23 memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon() 25 ybf->u_buffer[ybf->uv_stride * i - 1] = (unsigned char)129; in vp8_setup_intra_recon() 28 memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon() 30 ybf->v_buffer[ybf->uv_stride * i - 1] = (unsigned char)129; in vp8_setup_intra_recon() 36 memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line() 37 memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
|
D | postproc.c | 106 source->u_buffer + 8 * mbr * source->uv_stride, in vp8_deblock() 107 post->u_buffer + 8 * mbr * post->uv_stride, source->uv_stride, in vp8_deblock() 108 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock() 110 source->v_buffer + 8 * mbr * source->uv_stride, in vp8_deblock() 111 post->v_buffer + 8 * mbr * post->uv_stride, source->uv_stride, in vp8_deblock() 112 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock() 142 source->u_buffer + 8 * mbr * source->uv_stride, in vp8_de_noise() 143 source->u_buffer + 8 * mbr * source->uv_stride, source->uv_stride, in vp8_de_noise() 144 source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise() 146 source->v_buffer + 8 * mbr * source->uv_stride, in vp8_de_noise() [all …]
|
D | loopfilter_filters.c | 300 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbh_c() argument 306 mbloop_filter_horizontal_edge_c(u_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbh_c() 311 mbloop_filter_horizontal_edge_c(v_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbh_c() 318 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbv_c() argument 324 mbloop_filter_vertical_edge_c(u_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbv_c() 329 mbloop_filter_vertical_edge_c(v_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbv_c() 336 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bh_c() argument 346 loop_filter_horizontal_edge_c(u_ptr + 4 * uv_stride, uv_stride, lfi->blim, in vp8_loop_filter_bh_c() 351 loop_filter_horizontal_edge_c(v_ptr + 4 * uv_stride, uv_stride, lfi->blim, in vp8_loop_filter_bh_c() 368 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bv_c() argument [all …]
|
/external/libvpx/libvpx/vp8/common/arm/ |
D | loopfilter_arm.c | 36 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbh_neon() argument 45 vp8_mbloop_filter_horizontal_edge_uv_neon(u_ptr, uv_stride, mblim, lim, in vp8_loop_filter_mbh_neon() 51 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbv_neon() argument 60 vp8_mbloop_filter_vertical_edge_uv_neon(u_ptr, uv_stride, mblim, lim, in vp8_loop_filter_mbv_neon() 66 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bh_neon() argument 80 vp8_loop_filter_horizontal_edge_uv_neon(u_ptr + 4 * uv_stride, uv_stride, in vp8_loop_filter_bh_neon() 82 v_ptr + 4 * uv_stride); in vp8_loop_filter_bh_neon() 87 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bv_neon() argument 99 vp8_loop_filter_vertical_edge_uv_neon(u_ptr + 4, uv_stride, blim, lim, in vp8_loop_filter_bv_neon()
|
/external/webp/src/enc/ |
D | picture_rescale_enc.c | 69 WebPCopyPlane(src->u, src->uv_stride, dst->u, dst->uv_stride, in WebPPictureCopy() 71 WebPCopyPlane(src->v, src->uv_stride, dst->v, dst->uv_stride, in WebPPictureCopy() 108 dst->u = src->u + (top >> 1) * src->uv_stride + (left >> 1); in WebPPictureView() 109 dst->v = src->v + (top >> 1) * src->uv_stride + (left >> 1); in WebPPictureView() 111 dst->uv_stride = src->uv_stride; in WebPPictureView() 140 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() 143 WebPCopyPlane(pic->u + uv_offset, pic->uv_stride, in WebPPictureCrop() 144 tmp.u, tmp.uv_stride, HALVE(width), HALVE(height)); in WebPPictureCrop() 145 WebPCopyPlane(pic->v + uv_offset, pic->uv_stride, in WebPPictureCrop() 146 tmp.v, tmp.uv_stride, HALVE(width), HALVE(height)); in WebPPictureCrop() [all …]
|
D | iterator_enc.c | 129 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() 130 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() 137 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport() 138 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport() 150 it->u_left_[-1] = usrc[- 1 - pic->uv_stride]; in VP8IteratorImport() 151 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride]; in VP8IteratorImport() 154 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8); in VP8IteratorImport() 155 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8); in VP8IteratorImport() 164 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8); in VP8IteratorImport() 165 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8); in VP8IteratorImport() [all …]
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_x86.c | 43 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbh_sse2() argument 49 vp8_mbloop_filter_horizontal_edge_uv_sse2(u_ptr, uv_stride, lfi->mblim, in vp8_loop_filter_mbh_sse2() 56 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbv_sse2() argument 62 vp8_mbloop_filter_vertical_edge_uv_sse2(u_ptr, uv_stride, lfi->mblim, in vp8_loop_filter_mbv_sse2() 69 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bh_sse2() argument 84 vp8_loop_filter_horizontal_edge_uv_sse2(u_ptr + 4 * uv_stride, uv_stride, in vp8_loop_filter_bh_sse2() 86 v_ptr + 4 * uv_stride); in vp8_loop_filter_bh_sse2() 102 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bv_sse2() argument 117 vp8_loop_filter_vertical_edge_uv_sse2(u_ptr + 4, uv_stride, lfi->blim, in vp8_loop_filter_bv_sse2()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 133 src->u_buffer, src->uv_stride, dst->u_buffer, dst->uv_stride, in vp9_copy_and_extend_frame() 137 src->v_buffer, src->uv_stride, dst->v_buffer, dst->uv_stride, in vp9_copy_and_extend_frame() 147 copy_and_extend_plane(src->u_buffer, src->uv_stride, dst->u_buffer, in vp9_copy_and_extend_frame() 148 dst->uv_stride, src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame() 151 copy_and_extend_plane(src->v_buffer, src->uv_stride, dst->v_buffer, in vp9_copy_and_extend_frame() 152 dst->uv_stride, src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame() 175 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect() 176 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect() 184 copy_and_extend_plane(src->u_buffer + src_uv_offset, src->uv_stride, in vp9_copy_and_extend_frame_with_rect() 185 dst->u_buffer + dst_uv_offset, dst->uv_stride, srcw_uv, in vp9_copy_and_extend_frame_with_rect() [all …]
|
D | vp9_resize.h | 26 int uv_stride, int height, int width, uint8_t *oy, 31 int uv_stride, int height, int width, uint8_t *oy, 36 int uv_stride, int height, int width, uint8_t *oy, 46 int uv_stride, int height, int width, 52 int uv_stride, int height, int width, 58 int uv_stride, int height, int width,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 119 extend_plane(ybf->u_buffer, ybf->uv_stride, ybf->uv_crop_width, in vp8_yv12_extend_frame_borders_c() 124 extend_plane(ybf->v_buffer, ybf->uv_stride, ybf->uv_crop_width, in vp8_yv12_extend_frame_borders_c() 152 extend_plane_high(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, in extend_frame() 154 extend_plane_high(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, in extend_frame() 164 extend_plane(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er); in extend_frame() 166 extend_plane(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er); in extend_frame() 218 src += src_ybc->uv_stride; in vp8_yv12_copy_frame_c() 219 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c() 227 src += src_ybc->uv_stride; in vp8_yv12_copy_frame_c() 228 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c() [all …]
|
D | yv12config.c | 58 int uv_stride = y_stride >> 1; in vp8_yv12_realloc_frame_buffer() local 59 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer() 86 ybf->uv_stride = uv_stride; in vp8_yv12_realloc_frame_buffer() 97 ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer() 99 (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer() 154 const int uv_stride = y_stride >> ss_x; in vpx_realloc_frame_buffer() local 158 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer() 231 ybf->uv_stride = uv_stride; in vpx_realloc_frame_buffer() 252 buf + yplane_size + (uv_border_h * uv_stride) + uv_border_w, in vpx_realloc_frame_buffer() 256 (uv_border_h * uv_stride) + uv_border_w, in vpx_realloc_frame_buffer()
|
D | vpx_scale.c | 498 Scale2D((unsigned char *)src->u_buffer, src->uv_stride, src->uv_width, in vpx_scale_frame() 499 src->uv_height, (unsigned char *)dst->u_buffer, dst->uv_stride, in vpx_scale_frame() 505 memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, in vpx_scale_frame() 506 dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], in vpx_scale_frame() 511 memcpy(dst->u_buffer + i * dst->uv_stride, in vpx_scale_frame() 512 dst->u_buffer + (dh / 2 - 2) * dst->uv_stride, dst->uv_width); in vpx_scale_frame() 514 Scale2D((unsigned char *)src->v_buffer, src->uv_stride, src->uv_width, in vpx_scale_frame() 515 src->uv_height, (unsigned char *)dst->v_buffer, dst->uv_stride, in vpx_scale_frame() 521 memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, in vpx_scale_frame() 522 dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], in vpx_scale_frame() [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 771 scale_plane_2_to_1_phase_0(src->u_buffer, src->uv_stride, dst->u_buffer, in vp9_scale_and_extend_frame_ssse3() 772 dst->uv_stride, dst_uv_w, dst_uv_h); in vp9_scale_and_extend_frame_ssse3() 773 scale_plane_2_to_1_phase_0(src->v_buffer, src->uv_stride, dst->v_buffer, in vp9_scale_and_extend_frame_ssse3() 774 dst->uv_stride, dst_uv_w, dst_uv_h); in vp9_scale_and_extend_frame_ssse3() 781 scale_plane_2_to_1_bilinear(src->u_buffer, src->uv_stride, dst->u_buffer, in vp9_scale_and_extend_frame_ssse3() 782 dst->uv_stride, dst_uv_w, dst_uv_h, c0c1); in vp9_scale_and_extend_frame_ssse3() 783 scale_plane_2_to_1_bilinear(src->v_buffer, src->uv_stride, dst->v_buffer, in vp9_scale_and_extend_frame_ssse3() 784 dst->uv_stride, dst_uv_w, dst_uv_h, c0c1); in vp9_scale_and_extend_frame_ssse3() 795 src->u_buffer, src->uv_stride, dst->u_buffer, dst->uv_stride, in vp9_scale_and_extend_frame_ssse3() 799 src->v_buffer, src->uv_stride, dst->v_buffer, dst->uv_stride, in vp9_scale_and_extend_frame_ssse3() [all …]
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.h | 48 img_.uv_stride); in ResetImages() 50 img_.uv_stride); in ResetImages() 74 img_.uv_stride); in ResetScaleImages() 76 img_.uv_stride); in ResetScaleImages() 158 ref_img_.uv_stride, ref_img_.border / 2); in ReferenceExtendBorder() 161 ref_img_.uv_stride, ref_img_.border / 2); in ReferenceExtendBorder() 177 ref_img_.u_buffer[x + y * ref_img_.uv_stride] = in ReferenceCopyFrame() 178 img_.u_buffer[x + y * img_.uv_stride]; in ReferenceCopyFrame() 179 ref_img_.v_buffer[x + y * ref_img_.uv_stride] = in ReferenceCopyFrame() 180 img_.v_buffer[x + y * img_.uv_stride]; in ReferenceCopyFrame()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_frame_scale_neon.c | 726 scale_plane_2_to_1_phase_0(src->u_buffer, src->uv_stride, dst->u_buffer, in vp9_scale_and_extend_frame_neon() 727 dst->uv_stride, dst_uv_w, dst_uv_h); in vp9_scale_and_extend_frame_neon() 728 scale_plane_2_to_1_phase_0(src->v_buffer, src->uv_stride, dst->v_buffer, in vp9_scale_and_extend_frame_neon() 729 dst->uv_stride, dst_uv_w, dst_uv_h); in vp9_scale_and_extend_frame_neon() 735 scale_plane_2_to_1_bilinear(src->u_buffer, src->uv_stride, dst->u_buffer, in vp9_scale_and_extend_frame_neon() 736 dst->uv_stride, dst_uv_w, dst_uv_h, c0, c1); in vp9_scale_and_extend_frame_neon() 737 scale_plane_2_to_1_bilinear(src->v_buffer, src->uv_stride, dst->v_buffer, in vp9_scale_and_extend_frame_neon() 738 dst->uv_stride, dst_uv_w, dst_uv_h, c0, c1); in vp9_scale_and_extend_frame_neon() 749 src->u_buffer, src->uv_stride, dst->u_buffer, dst->uv_stride, in vp9_scale_and_extend_frame_neon() 753 src->v_buffer, src->uv_stride, dst->v_buffer, dst->uv_stride, in vp9_scale_and_extend_frame_neon() [all …]
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 91 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 92 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 95 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 96 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 99 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 100 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 103 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 104 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil…
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeintra.c | 102 vp8_build_intra_predictors_mbuv_s(xd, xd->dst.u_buffer - xd->dst.uv_stride, in vp8_encode_intra16x16mbuv() 103 xd->dst.v_buffer - xd->dst.uv_stride, in vp8_encode_intra16x16mbuv() 105 xd->dst.uv_stride, xd->dst.u_buffer, in vp8_encode_intra16x16mbuv() 106 xd->dst.v_buffer, xd->dst.uv_stride); in vp8_encode_intra16x16mbuv() 109 x->src.uv_stride, xd->dst.u_buffer, xd->dst.v_buffer, in vp8_encode_intra16x16mbuv() 110 xd->dst.uv_stride); in vp8_encode_intra16x16mbuv()
|
/external/libvpx/libvpx/vp8/common/mips/mmi/ |
D | loopfilter_filters_mmi.c | 1252 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbh_mmi() argument 1258 vp8_mbloop_filter_horizontal_edge_mmi(u_ptr, uv_stride, lfi->mblim, in vp8_loop_filter_mbh_mmi() 1262 vp8_mbloop_filter_horizontal_edge_mmi(v_ptr, uv_stride, lfi->mblim, in vp8_loop_filter_mbh_mmi() 1268 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbv_mmi() argument 1274 vp8_mbloop_filter_vertical_edge_mmi(u_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbv_mmi() 1278 vp8_mbloop_filter_vertical_edge_mmi(v_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbv_mmi() 1284 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bh_mmi() argument 1294 vp8_loop_filter_horizontal_edge_mmi(u_ptr + 4 * uv_stride, uv_stride, in vp8_loop_filter_bh_mmi() 1298 vp8_loop_filter_horizontal_edge_mmi(v_ptr + 4 * uv_stride, uv_stride, in vp8_loop_filter_bh_mmi() 1304 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bv_mmi() argument [all …]
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 55 img->stride[VPX_PLANE_U] = yv12->uv_stride; in yuvconfig2image() 56 img->stride[VPX_PLANE_V] = yv12->uv_stride; in yuvconfig2image() 69 img->stride[VPX_PLANE_U] = 2 * yv12->uv_stride; in yuvconfig2image() 70 img->stride[VPX_PLANE_V] = 2 * yv12->uv_stride; in yuvconfig2image() 102 yv12->uv_stride = img->stride[VPX_PLANE_U]; in image2yuvconfig() 122 yv12->uv_stride >>= 1; in image2yuvconfig()
|
/external/libvpx/config/mips32-msa/ |
D | vp8_rtcd.h | 101 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 102 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 105 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 106 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 109 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 110 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 113 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 114 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil…
|
/external/libvpx/config/mips64-msa/ |
D | vp8_rtcd.h | 101 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 102 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 105 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 106 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 109 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 110 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 113 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil… 114 …(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_fil…
|