Home
last modified time | relevance | path

Searched refs:aom_alloc_pyramid (Results 1 – 3 of 3) sorted by relevance

/external/libaom/aom_dsp/
Dpyramid.h95 ImagePyramid *aom_alloc_pyramid(int width, int height, bool image_is_16bit);
Dpyramid.c101 ImagePyramid *aom_alloc_pyramid(int width, int height, bool image_is_16bit) { in aom_alloc_pyramid() function
/external/libaom/aom_scale/generic/
Dyv12config.c196 ybf->y_pyramid = aom_alloc_pyramid(width, height, use_highbitdepth); in realloc_frame_buffer_aligned()