Home
last modified time | relevance | path

Searched refs:otmp (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c456 uint8_t *otmp, *otmp2; in resize_multistep() local
460 otmp = tmpbuf; in resize_multistep()
462 otmp = buf; in resize_multistep()
464 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep()
471 out = (s & 1 ? otmp2 : otmp); in resize_multistep()