Searched refs:aom_alloc_pyramid (Results 1 – 3 of 3) sorted by relevance
95 ImagePyramid *aom_alloc_pyramid(int width, int height, bool image_is_16bit);
101 ImagePyramid *aom_alloc_pyramid(int width, int height, bool image_is_16bit) { in aom_alloc_pyramid() function
196 ybf->y_pyramid = aom_alloc_pyramid(width, height, use_highbitdepth); in realloc_frame_buffer_aligned()