Searched defs:pyr (Results 1 – 3 of 3) 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()
112 void PyramidShort::BorderSpread(PyramidShort *pyr, int left, int right, in BorderSpread()180 int PyramidShort::BorderExpand(PyramidShort *pyr, int nlev, int mode) in BorderExpand()248 int PyramidShort::BorderReduce(PyramidShort *pyr, int nlev) in BorderReduce()
45 ImagePyramid *pyr = frame->y_pyramid; in compute_corner_list() local