/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 109 int y_stride, int uv_stride, unsigned char *yd, unsigned char *ud, in multiframe_quality_enhance_block() argument 130 vpx_variance8x8(u, uv_stride, ud, uvd_stride, &sse); in multiframe_quality_enhance_block() 132 vpx_variance8x8(v, uv_stride, vd, uvd_stride, &sse); in multiframe_quality_enhance_block() 136 usad = (vpx_sad8x8(u, uv_stride, ud, uvd_stride) + 32) >> 6; in multiframe_quality_enhance_block() 137 vsad = (vpx_sad8x8(v, uv_stride, vd, uvd_stride) + 32) >> 6; in multiframe_quality_enhance_block() 145 vpx_variance4x4(u, uv_stride, ud, uvd_stride, &sse); in multiframe_quality_enhance_block() 147 vpx_variance4x4(v, uv_stride, vd, uvd_stride, &sse); in multiframe_quality_enhance_block() 151 usad = (vpx_sad4x4(u, uv_stride, ud, uvd_stride) + 8) >> 4; in multiframe_quality_enhance_block() 152 vsad = (vpx_sad4x4(v, uv_stride, vd, uvd_stride) + 8) >> 4; in multiframe_quality_enhance_block() 185 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, vd, in multiframe_quality_enhance_block() [all …]
|
D | extend.c | 81 copy_and_extend_plane(src->u_buffer, src->uv_stride, dst->u_buffer, in vp8_copy_and_extend_frame() 82 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame() 85 copy_and_extend_plane(src->v_buffer, src->uv_stride, dst->v_buffer, in vp8_copy_and_extend_frame() 86 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame() 99 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 100 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 119 copy_and_extend_plane(src->u_buffer + src_uv_offset, src->uv_stride, in vp8_copy_and_extend_frame_with_rect() 120 dst->u_buffer + dst_uv_offset, dst->uv_stride, srch, in vp8_copy_and_extend_frame_with_rect() 123 copy_and_extend_plane(src->v_buffer + src_uv_offset, src->uv_stride, in vp8_copy_and_extend_frame_with_rect() 124 dst->v_buffer + dst_uv_offset, dst->uv_stride, srch, in vp8_copy_and_extend_frame_with_rect() [all …]
|
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 | 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 | loopfilter_filters.c | 304 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbh_c() argument 310 mbloop_filter_horizontal_edge_c(u_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbh_c() 315 mbloop_filter_horizontal_edge_c(v_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbh_c() 322 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_mbv_c() argument 328 mbloop_filter_vertical_edge_c(u_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbv_c() 333 mbloop_filter_vertical_edge_c(v_ptr, uv_stride, lfi->mblim, lfi->lim, in vp8_loop_filter_mbv_c() 340 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bh_c() argument 350 loop_filter_horizontal_edge_c(u_ptr + 4 * uv_stride, uv_stride, lfi->blim, in vp8_loop_filter_bh_c() 355 loop_filter_horizontal_edge_c(v_ptr + 4 * uv_stride, uv_stride, lfi->blim, in vp8_loop_filter_bh_c() 372 unsigned char *v_ptr, int y_stride, int uv_stride, in vp8_loop_filter_bv_c() argument [all …]
|
/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/libaom/libaom/aom_dsp/ |
D | psnr.c | 198 return get_sse(a->u_buffer + vstart * a->uv_stride + hstart, a->uv_stride, in aom_get_u_sse_part() 199 b->u_buffer + vstart * b->uv_stride + hstart, b->uv_stride, in aom_get_u_sse_part() 208 return get_sse(a->u_buffer, a->uv_stride, b->u_buffer, b->uv_stride, in aom_get_u_sse() 215 return get_sse(a->v_buffer + vstart * a->uv_stride + hstart, a->uv_stride, in aom_get_v_sse_part() 216 b->v_buffer + vstart * b->uv_stride + hstart, b->uv_stride, in aom_get_v_sse_part() 225 return get_sse(a->v_buffer, a->uv_stride, b->v_buffer, b->uv_stride, in aom_get_v_sse() 251 return highbd_get_sse(a->u_buffer + vstart * a->uv_stride + hstart, in aom_highbd_get_u_sse_part() 252 a->uv_stride, in aom_highbd_get_u_sse_part() 253 b->u_buffer + vstart * b->uv_stride + hstart, in aom_highbd_get_u_sse_part() 254 b->uv_stride, width, height); in aom_highbd_get_u_sse_part() [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 | 136 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() 137 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() 144 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport() 145 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport() 157 it->u_left_[-1] = usrc[- 1 - pic->uv_stride]; in VP8IteratorImport() 158 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride]; in VP8IteratorImport() 161 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8); in VP8IteratorImport() 162 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8); in VP8IteratorImport() 171 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8); in VP8IteratorImport() 172 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/libaom/libaom/av1/encoder/ |
D | extend.c | 131 src->u_buffer, src->uv_stride, dst->u_buffer, dst->uv_stride, in av1_copy_and_extend_frame() 135 src->v_buffer, src->uv_stride, dst->v_buffer, dst->uv_stride, in av1_copy_and_extend_frame() 144 copy_and_extend_plane(src->u_buffer, src->uv_stride, dst->u_buffer, in av1_copy_and_extend_frame() 145 dst->uv_stride, src->uv_crop_width, src->uv_crop_height, in av1_copy_and_extend_frame() 148 copy_and_extend_plane(src->v_buffer, src->uv_stride, dst->v_buffer, in av1_copy_and_extend_frame() 149 dst->uv_stride, src->uv_crop_width, src->uv_crop_height, in av1_copy_and_extend_frame() 172 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in av1_copy_and_extend_frame_with_rect() 173 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in av1_copy_and_extend_frame_with_rect() 181 copy_and_extend_plane(src->u_buffer + src_uv_offset, src->uv_stride, in av1_copy_and_extend_frame_with_rect() 182 dst->u_buffer + dst_uv_offset, dst->uv_stride, srcw_uv, in av1_copy_and_extend_frame_with_rect() [all …]
|
/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/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 56 const int uv_stride, const int uv_border_w, const int uv_border_h) { in realloc_frame_buffer_aligned() argument 127 ybf->uv_stride = uv_stride; in realloc_frame_buffer_aligned() 146 buf + yplane_size + (uv_border_h * uv_stride) + uv_border_w, in realloc_frame_buffer_aligned() 150 (uv_border_h * uv_stride) + uv_border_w, in realloc_frame_buffer_aligned() 177 int *uv_stride, uint64_t *yplane_size, in calc_stride_and_planesize() argument 190 *uv_stride = *y_stride >> ss_x; in calc_stride_and_planesize() 191 *uvplane_size = (uv_height + 2 * (border >> ss_y)) * (uint64_t)(*uv_stride) + in calc_stride_and_planesize() 207 int uv_stride = 0; in aom_realloc_frame_buffer() local 219 &y_stride, &uv_stride, &yplane_size, &uvplane_size, uv_height); in aom_realloc_frame_buffer() 224 aligned_width, aligned_height, uv_width, uv_height, uv_stride, in aom_realloc_frame_buffer() [all …]
|
D | yv12extend.c | 287 src16 += src_bc->uv_stride; in aom_yv12_copy_u_c() 288 dst16 += dst_bc->uv_stride; in aom_yv12_copy_u_c() 295 src += src_bc->uv_stride; in aom_yv12_copy_u_c() 296 dst += dst_bc->uv_stride; in aom_yv12_copy_u_c() 311 src16 += src_bc->uv_stride; in aom_yv12_copy_v_c() 312 dst16 += dst_bc->uv_stride; in aom_yv12_copy_v_c() 319 src += src_bc->uv_stride; in aom_yv12_copy_v_c() 320 dst += dst_bc->uv_stride; in aom_yv12_copy_v_c() 372 CONVERT_TO_SHORTPTR(src + vstart1 * src_bc->uv_stride + hstart1); in aom_yv12_partial_copy_u_c() 374 CONVERT_TO_SHORTPTR(dst + vstart2 * dst_bc->uv_stride + hstart2); in aom_yv12_partial_copy_u_c() [all …]
|
/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 | 61 int uv_stride = y_stride >> 1; in vp8_yv12_realloc_frame_buffer() local 62 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer() 97 ybf->uv_stride = uv_stride; in vp8_yv12_realloc_frame_buffer() 108 ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer() 110 (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer() 176 const int uv_stride = y_stride >> ss_x; in vpx_realloc_frame_buffer() local 180 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer() 253 ybf->uv_stride = uv_stride; in vpx_realloc_frame_buffer() 274 buf + yplane_size + (uv_border_h * uv_stride) + uv_border_w, in vpx_realloc_frame_buffer() 278 (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/libaom/libaom/test/ |
D | yuv_temporal_filter_test.cc | 441 const int y_stride = width, uv_stride = uv_width; in CompareTestWithParam() local 469 SetArray(u_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam() 470 SetArray(u_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam() 471 SetArray(v_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam() 472 SetArray(v_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam() 477 SetArray(u_src, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() 478 SetArray(u_pre, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() 479 SetArray(v_src, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() 480 SetArray(v_pre, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() 488 ApplyTestFilter(y_src, y_stride, y_pre, y_stride, u_src, v_src, uv_stride, in CompareTestWithParam() [all …]
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.h | 49 img_.uv_stride); in ResetImages() 51 img_.uv_stride); in ResetImages() 75 img_.uv_stride); in ResetScaleImages() 77 img_.uv_stride); in ResetScaleImages() 159 ref_img_.uv_stride, ref_img_.border / 2); in ReferenceExtendBorder() 162 ref_img_.uv_stride, ref_img_.border / 2); in ReferenceExtendBorder() 178 ref_img_.u_buffer[x + y * ref_img_.uv_stride] = in ReferenceCopyFrame() 179 img_.u_buffer[x + y * img_.uv_stride]; in ReferenceCopyFrame() 180 ref_img_.v_buffer[x + y * ref_img_.uv_stride] = in ReferenceCopyFrame() 181 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/libaom/libaom/av1/common/ |
D | resize.h | 31 int uv_stride, int height, int width, uint8_t *oy, 36 int uv_stride, int height, int width, uint8_t *oy, 41 int uv_stride, int height, int width, uint8_t *oy, 50 int uv_stride, int height, int width, 56 int uv_stride, int height, int width, 62 int uv_stride, int height, int width,
|