Searched refs:aom_img_plane_height (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/common/ |
D | tools_common.c | 88 const int h = aom_img_plane_height(yuv_frame, plane); in read_yuv_frame() 201 const int h = aom_img_plane_height(img, plane); in aom_img_write() 219 const int h = aom_img_plane_height(img, plane); in aom_img_read() 482 int h = aom_img_plane_height(img, 0); in aom_img_write_nv12() 496 h = aom_img_plane_height(img, 1); in aom_img_write_nv12()
|
D | rawenc.c | 72 const int h = aom_img_plane_height(img, plane); in raw_write_image_file_or_md5()
|
/external/libaom/libaom/aom/ |
D | exports_com | 24 text aom_img_plane_height
|
D | aom_image.h | 350 int aom_img_plane_height(const aom_image_t *img, int plane);
|
/external/libaom/libaom/test/ |
D | monochrome_test.cc | 61 const int h = aom_img_plane_height(&img, plane); in ComparePlaneToValue()
|
D | coding_path_sync.cc | 125 const int h = aom_img_plane_height(img, plane); in Serialize()
|
D | encode_test_driver.cc | 152 aom_img_plane_height(img1, plane), mismatch_row, in compare_img()
|
/external/libaom/libaom/examples/ |
D | lightfield_decoder.c | 82 const int h = aom_img_plane_height(src, plane); in aom_img_copy_tile()
|
D | lightfield_encoder.c | 61 const int h = aom_img_plane_height(img, plane); in img_size_bytes()
|
D | inspect.c | 845 int get_plane_height(int plane) { return aom_img_plane_height(img, plane); } in get_plane_height()
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 284 int aom_img_plane_height(const aom_image_t *img, int plane) { in aom_img_plane_height() function
|