Searched refs:otmp2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c456 uint8_t *otmp, *otmp2; local
464 otmp2 = otmp + get_down2_length(length, 1);
471 out = (s & 1 ? otmp2 : otmp);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c456 uint8_t *otmp, *otmp2; local
464 otmp2 = otmp + get_down2_length(length, 1);
471 out = (s & 1 ? otmp2 : otmp);

Completed in 49 milliseconds