OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cospi_9_64
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm
21
cospi_9_64
EQU 14811
define
496
;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] *
cospi_9_64
;
497
;temp2 = input[9 * 32] *
cospi_9_64
+ input[23 * 32] * cospi_23_64;
501
DO_BUTTERFLY_STD cospi_23_64,
cospi_9_64
, d0, d1, d4, d5
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_idct.h
48
static const int
cospi_9_64
= 14811;
variable
Completed in 453 milliseconds