Searched defs:pyr (Results 1 – 2 of 2) sorted by relevance
106 ImagePyramid *pyr = aom_calloc(1, sizeof(*pyr)); in aom_alloc_pyramid() local384 int n_levels, ImagePyramid *pyr) { in aom_compute_pyramid()424 bool aom_is_pyramid_valid(ImagePyramid *pyr, int n_levels) { in aom_is_pyramid_valid()446 void aom_invalidate_pyramid(ImagePyramid *pyr) { in aom_invalidate_pyramid()459 void aom_free_pyramid(ImagePyramid *pyr) { in aom_free_pyramid()
45 ImagePyramid *pyr = frame->y_pyramid; in compute_corner_list() local