Home
last modified time | relevance | path

Searched refs:ystride (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dpsnrhvs.c27 static void od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, in od_bin_fdct8x8() argument
31 aom_fdct8x8(x, y, ystride); in od_bin_fdct8x8()
34 *(y + ystride * i + j) = (*(y + ystride * i + j) + 4) >> 3; in od_bin_fdct8x8()
37 static void hbd_od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, in hbd_od_bin_fdct8x8() argument
41 aom_highbd_fdct8x8(x, y, ystride); in hbd_od_bin_fdct8x8()
44 *(y + ystride * i + j) = (*(y + ystride * i + j) + 4) >> 3; in hbd_od_bin_fdct8x8()
/external/libvpx/libvpx/vpx_dsp/
Dpsnrhvs.c29 static void od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, in od_bin_fdct8x8() argument
33 vpx_fdct8x8(x, y, ystride); in od_bin_fdct8x8()
36 *(y + ystride * i + j) = (*(y + ystride * i + j) + 4) >> 3; in od_bin_fdct8x8()
39 static void hbd_od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, in hbd_od_bin_fdct8x8() argument
43 vpx_highbd_fdct8x8(x, y, ystride); in hbd_od_bin_fdct8x8()
46 *(y + ystride * i + j) = (*(y + ystride * i + j) + 4) >> 3; in hbd_od_bin_fdct8x8()
/external/libvpx/libvpx/vp8/encoder/
Dpicklpf.c32 int ystride; in yv12_copy_partial_frame() local
37 ystride = src_ybc->y_stride; in yv12_copy_partial_frame()
49 yoffset = ystride * (((yheight >> 5) * 16) - 4); in yv12_copy_partial_frame()
53 memcpy(dst_y, src_y, ystride * linestocopy); in yv12_copy_partial_frame()
Donyx_if.c3046 int ystride = cpi->Source->y_stride; in process_denoiser_mode_change() local
3070 vpx_variance16x16(src + j, ystride, dst + j, ystride, &sse); in process_denoiser_mode_change()
3077 vpx_variance16x16(src + j, ystride, const_source, 0, &sse2); in process_denoiser_mode_change()
3083 src += 16 * skip * ystride; in process_denoiser_mode_change()
3084 dst += 16 * skip * ystride; in process_denoiser_mode_change()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c337 const int ystride = cpi->Source->y_stride; in is_superblock_flat_static() local
340 src_y += (sb_row_index << 6) * ystride + (sb_col_index << 6); in is_superblock_flat_static()
342 cpi->fn_ptr[bsize].vf(src_y, ystride, VP9_VAR_OFFS, 0, &sse); in is_superblock_flat_static()
347 last_src_y += (sb_row_index << 6) * ystride + (sb_col_index << 6); in is_superblock_flat_static()
349 cpi->fn_ptr[bsize].sdf(src_y, ystride, last_src_y, last_ystride); in is_superblock_flat_static()
/external/mesa3d/include/android_stub/system/
Dgraphics.h86 size_t ystride; member
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_x86.c23 void sym(unsigned char *y, int ystride, const unsigned char *blimit)
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoLibdrm.cpp125 bo->pitches[0] = ycbcr.ystride; in GetYuvPlaneInfo()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc528 ycbcr->ystride = (!map_flags) ? strides[0] : hnd->strides[0]; in gralloc0_lock_async_ycbcr()
537 ycbcr->ystride = (!map_flags) ? strides[0] : hnd->strides[0]; in gralloc0_lock_async_ycbcr()
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c598 CHECK(info.stride == info.ycbcr.ystride); in test_yuv_info()
/external/v4l2_codec2/components/
DV4L2EncodeComponent.cpp82 strides[C2PlanarLayout::PLANE_Y] = static_cast<uint32_t>(ycbcr.ystride); in getVideoFrameLayout()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c240 pitches[0] = ycbcr.ystride; in droid_create_image_from_prime_fds_yuv()
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi38727 …<var-decl name='ystride' type-id='b59d7dce' visibility='default' filepath='system/core/libsystem/i…