Searched refs:transposes (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_neon.S | 44 @ 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 D | vp9lpf_neon.S | 545 @ 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 D | vp9itxfm_16bpp_neon.S | 44 @ 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 D | camellia.c | 193 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 D | vp8dsp_loopfilter.asm | 322 %else ; h ; extra storage space for transposes 696 %else ; 8 ; extra storage space for transposes
|
H A D | vp3dsp.asm | 327 ; Following macro does two 4x4 transposes in place.
|
Completed in 9 milliseconds