Searched refs:ystride (Results 1 – 9 of 9) sorted by relevance
/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 | 3042 int ystride = cpi->Source->y_stride; in process_denoiser_mode_change() local 3066 vpx_variance16x16(src + j, ystride, dst + j, ystride, &sse); in process_denoiser_mode_change() 3073 vpx_variance16x16(src + j, ystride, const_source, 0, &sse2); in process_denoiser_mode_change() 3079 src += 16 * skip * ystride; in process_denoiser_mode_change() 3080 dst += 16 * skip * ystride; in process_denoiser_mode_change()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 336 const int ystride = cpi->Source->y_stride; in is_superblock_flat_static() local 339 src_y += (sb_row_index << 6) * ystride + (sb_col_index << 6); in is_superblock_flat_static() 341 cpi->fn_ptr[bsize].vf(src_y, ystride, VP9_VAR_OFFS, 0, &sse); in is_superblock_flat_static() 346 last_src_y += (sb_row_index << 6) * ystride + (sb_col_index << 6); in is_superblock_flat_static() 348 cpi->fn_ptr[bsize].sdf(src_y, ystride, last_src_y, last_ystride); in is_superblock_flat_static()
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 378 ycbcr->ystride = hnd->strides[0]; in gralloc0_lock_async_ycbcr() 387 ycbcr->ystride = hnd->strides[0]; in gralloc0_lock_async_ycbcr()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_x86.c | 23 void sym(unsigned char *y, int ystride, const unsigned char *blimit)
|
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 579 CHECK(info.stride == info.ycbcr.ystride); in test_yuv_info()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 736 pitches[0] = ycbcr.ystride; in droid_create_image_from_prime_fd_yuv()
|