OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transpose_4x4
(Results
1 - 3
of
3
) sorted by null
/external/jpeg/
jsimd_arm_neon.S
80
.macro
transpose_4x4
x0, x1, x2, x3
301
* idct_helper/
transpose_4x4
macros and reordering instructions,
435
transpose_4x4
d4, d6, d8, d10
437
transpose_4x4
d5, d7, d9, d11
441
transpose_4x4
d26, d27, d28, d29
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c
147
static INLINE void
transpose_4x4
(__m128i *res) {
function
196
transpose_4x4
(in);
244
transpose_4x4
(in);
[
all
...]
/external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c
175
static INLINE void
transpose_4x4
(__m128i *res) {
function
193
transpose_4x4
(in);
234
transpose_4x4
(in);
[
all
...]
Completed in 2193 milliseconds