Home
last modified time | relevance | path

Searched defs:pyr (Results 1 – 2 of 2) sorted by relevance

/external/libaom/aom_dsp/
Dpyramid.c106 ImagePyramid *pyr = aom_calloc(1, sizeof(*pyr)); in aom_alloc_pyramid() local
384 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()
/external/libaom/aom_dsp/flow_estimation/
Dcorner_detect.c45 ImagePyramid *pyr = frame->y_pyramid; in compute_corner_list() local