OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cospi_24_64
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm
36
cospi_24_64
EQU 6270
define
547
;temp1 = step1b[29][i] *
cospi_24_64
- step1b[18][i] * cospi_8_64;
548
;temp2 = step1b[29][i] * cospi_8_64 + step1b[18][i] *
cospi_24_64
;
551
DO_BUTTERFLY_STD
cospi_24_64
, cospi_8_64, d0, d1, d2, d3
561
;temp1 = step1b[28][i] *
cospi_24_64
- step1b[19][i] * cospi_8_64;
562
;temp2 = step1b[28][i] * cospi_8_64 + step1b[19][i] *
cospi_24_64
;
565
DO_BUTTERFLY_STD
cospi_24_64
, cospi_8_64, d8, d9, d12, d13
709
;temp1 = step1b[20][i] * (-cospi_8_64) - step1b[27][i] * (-
cospi_24_64
);
710
;temp2 = step1b[20][i] * (-
cospi_24_64
) + step1b[27][i] * (-cospi_8_64);
713
DO_BUTTERFLY_STD (-cospi_8_64), (-
cospi_24_64
), d10, d11, d12, d1
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_idct.h
63
static const int
cospi_24_64
= 6270;
variable
Completed in 297 milliseconds