Home
last modified time | relevance | path

Searched refs:aom_img_plane_width (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/common/
Dtools_common.c87 const int w = aom_img_plane_width(yuv_frame, plane); in read_yuv_frame()
199 const int w = aom_img_plane_width(img, plane) * in aom_img_write()
217 const int w = aom_img_plane_width(img, plane) * in aom_img_read()
480 int w = aom_img_plane_width(img, 0) * in aom_img_write_nv12()
495 w = aom_img_plane_width(img, 1); in aom_img_write_nv12()
Drawenc.c71 const int w = aom_img_plane_width(img, plane); in raw_write_image_file_or_md5()
/external/libaom/libaom/aom/
Dexports_com25 text aom_img_plane_width
Daom_image.h341 int aom_img_plane_width(const aom_image_t *img, int plane);
/external/libaom/libaom/test/
Dmonochrome_test.cc60 const int w = aom_img_plane_width(&img, plane); in ComparePlaneToValue()
Dcoding_path_sync.cc124 const int w = aom_img_plane_width(img, plane); in Serialize()
Dencode_test_driver.cc151 aom_img_plane_width(img1, plane), in compare_img()
/external/libaom/libaom/examples/
Dlightfield_decoder.c81 const int w = (aom_img_plane_width(src, plane) << shift); in aom_img_copy_tile()
Dlightfield_encoder.c59 const int w = aom_img_plane_width(img, plane) * in img_size_bytes()
Dinspect.c842 int get_plane_width(int plane) { return aom_img_plane_width(img, plane); } in get_plane_width()
/external/libaom/libaom/aom/src/
Daom_image.c277 int aom_img_plane_width(const aom_image_t *img, int plane) { in aom_img_plane_width() function