Home
last modified time | relevance | path

Searched refs:transposes (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_neon.S44 @ Do four 4x4 transposes, using q registers for the subtransposes that don't
804 @ Do four 4x4 transposes. Originally, d16-d31 contain the
988 @ Do four 4x4 transposes. Originally, d16-d31 contain the
1048 @ Do four 4x4 transposes. Originally, d16-d31 contain the
1362 @ Do four 4x4 transposes. Originally, d16-d31 contain the
H A Dvp9lpf_neon.S545 @ 4x4 transpose (which in practice is two 4x4 transposes of the two
624 @ (which in practice is four 4x4 transposes of the 4x4 blocks of
852 @ half in d16-d23, and the right half in d24-d31. Do two 8x8 transposes
H A Dvp9itxfm_16bpp_neon.S44 @ Do two 4x4 transposes, using q registers for the subtransposes that don't
58 @ Do eight 2x2 transposes.
590 @ Do two 4x4 transposes. Originally, q8-q15 contain the
1054 @ Do eight 2x2 transposes. Originally, d16-d31 contain the
1583 @ Do eight 2x2 transposes. Originally, d16-d31 contain the
/third_party/mbedtls/library/
H A Dcamellia.c193 static const signed char transposes[2][20] = variable
391 if (transposes[idx][i] != -1) { in mbedtls_camellia_setkey_enc()
392 RK[32 + 12 * idx + i] = RK[transposes[idx][i]]; in mbedtls_camellia_setkey_enc()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm322 %else ; h ; extra storage space for transposes
696 %else ; 8 ; extra storage space for transposes
H A Dvp3dsp.asm327 ; Following macro does two 4x4 transposes in place.

Completed in 9 milliseconds