Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c379 uint8_t *otmp2; in resize_multistep() local
383 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep()
390 out = (s & 1 ? otmp2 : otmp); in resize_multistep()
666 uint16_t *otmp2; in highbd_resize_multistep() local
670 otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep()
677 out = (s & 1 ? otmp2 : otmp); in highbd_resize_multistep()
/external/libaom/libaom/av1/common/
Dresize.c578 uint8_t *otmp2 = otmp + get_down2_length(length, 1); in resize_multistep() local
585 out = (s & 1 ? otmp2 : otmp); in resize_multistep()
975 uint16_t *otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep() local
982 out = (s & 1 ? otmp2 : otmp); in highbd_resize_multistep()