Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dav1_fwd_txfm2d.c157 transpose_int16(rinput, rw, input, stride, w, h); in av1_fwd_txfm2d_4x8_c()
187 transpose_int16(rinput, rw, input, stride, w, h); in av1_fwd_txfm2d_8x16_c()
217 transpose_int16(rinput, rw, input, stride, w, h); in av1_fwd_txfm2d_16x32_c()
H A Dblockd.h1758 static INLINE void transpose_int16(int16_t *dst, int dst_stride, in transpose_int16() function