OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_dequantize_b_neon
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/decoder/arm/
dequantize_arm.h
43
extern prototype_dequant_block(
vp8_dequantize_b_neon
);
51
#define vp8_dequant_block
vp8_dequantize_b_neon
dequantize_arm.c
28
void
vp8_dequantize_b_neon
(BLOCKD *d)
function
dsystemdependent.c
25
pbi->dequant.block =
vp8_dequantize_b_neon
;
Completed in 310 milliseconds