/external/libaom/libaom/aom_dsp/ |
D | psnrhvs.c | 27 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/ |
D | psnrhvs.c | 29 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/ |
D | picklpf.c | 32 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()
|
D | onyx_if.c | 3046 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/ |
D | vp9_aq_cyclicrefresh.c | 337 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/ |
D | graphics.h | 86 size_t ystride; member
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_x86.c | 23 void sym(unsigned char *y, int ystride, const unsigned char *blimit)
|
/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoLibdrm.cpp | 125 bo->pitches[0] = ycbcr.ystride; in GetYuvPlaneInfo()
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 528 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/ |
D | gralloctest.c | 598 CHECK(info.stride == info.ycbcr.ystride); in test_yuv_info()
|
/external/v4l2_codec2/components/ |
D | V4L2EncodeComponent.cpp | 82 strides[C2PlanarLayout::PLANE_Y] = static_cast<uint32_t>(ycbcr.ystride); in getVideoFrameLayout()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 240 pitches[0] = ycbcr.ystride; in droid_create_image_from_prime_fds_yuv()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 38727 …<var-decl name='ystride' type-id='b59d7dce' visibility='default' filepath='system/core/libsystem/i…
|