Home
last modified time | relevance | path

Searched refs:r_w (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h46 img->r_w = yv12->render_width; in yuvconfig2image()
89 yv12->render_width = img->r_w; in image2yuvconfig()
/external/libaom/libaom/av1/
Dav1_iface_common.h48 img->r_w = yv12->render_width; in yuvconfig2image()
86 yv12->render_width = img->r_w; in image2yuvconfig()
/external/libvpx/libvpx/vpx/
Dvpx_image.h86 unsigned int r_w; /**< Intended rendering image width */ member
/external/libaom/libaom/aom/
Daom_image.h160 unsigned int r_w; /**< Intended rendering image width */ member
/external/libaom/libaom/test/
Dav1_encoder_parms_get_to_decoder.cc120 EXPECT_EQ(encode_parms.render_size[0], (int)img.r_w); in DecompressedFrameHook()
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c969 dst->r_w = src->r_w; in av1_add_film_grain()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c215 img->d_w = img->r_w = yv12->y_width; in yuvconfig2image()