Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c891 int idx8x8 = 0; in highbd_transpose() local
894 uint16_t *in = src[idx8x8]; in highbd_transpose()
895 uint16_t *out = dst[idx8x8]; in highbd_transpose()
984 } while (++idx8x8 < num_8x8_to_transpose); in highbd_transpose()
Dloopfilter_sse2.c1602 int idx8x8 = 0; in transpose() local
1605 unsigned char *in = src[idx8x8]; in transpose()
1606 unsigned char *out = dst[idx8x8]; in transpose()
1662 } while (++idx8x8 < num_8x8_to_transpose); in transpose()