HomeSort by relevance Sort by last modified time
    Searched full:tpyr (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 188 PyramidShort *tpyr = pyr + nlev - 1; local
194 for (; tpyr > pyr; tpyr--) {
195 scr->width = tpyr[0].width;
196 scr->height = tpyr[-1].height;
197 BorderExpandOdd(tpyr, tpyr - 1, scr, 1);
202 while ((pyr++) < tpyr) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 182 PyramidShort *tpyr = pyr + nlev - 1; local
188 for (; tpyr > pyr; tpyr--) {
189 scr->width = tpyr[0].width;
190 scr->height = tpyr[-1].height;
191 BorderExpandOdd(tpyr, tpyr - 1, scr, 1);
196 while ((pyr++) < tpyr) {

Completed in 227 milliseconds