Searched refs:aom_img_plane_width (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/common/ |
D | tools_common.c | 87 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()
|
D | rawenc.c | 71 const int w = aom_img_plane_width(img, plane); in raw_write_image_file_or_md5()
|
/external/libaom/libaom/aom/ |
D | exports_com | 25 text aom_img_plane_width
|
D | aom_image.h | 341 int aom_img_plane_width(const aom_image_t *img, int plane);
|
/external/libaom/libaom/test/ |
D | monochrome_test.cc | 60 const int w = aom_img_plane_width(&img, plane); in ComparePlaneToValue()
|
D | coding_path_sync.cc | 124 const int w = aom_img_plane_width(img, plane); in Serialize()
|
D | encode_test_driver.cc | 151 aom_img_plane_width(img1, plane), in compare_img()
|
/external/libaom/libaom/examples/ |
D | lightfield_decoder.c | 81 const int w = (aom_img_plane_width(src, plane) << shift); in aom_img_copy_tile()
|
D | lightfield_encoder.c | 59 const int w = aom_img_plane_width(img, plane) * in img_size_bytes()
|
D | inspect.c | 842 int get_plane_width(int plane) { return aom_img_plane_width(img, plane); } in get_plane_width()
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 277 int aom_img_plane_width(const aom_image_t *img, int plane) { in aom_img_plane_width() function
|