OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_fast_quantize_b_c
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/
quantize.h
34
#define vp8_quantize_fastquantb
vp8_fast_quantize_b_c
quantize.c
21
void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d)
function
69
void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d)
function
/external/libvpx/vp8/encoder/generic/
csystemdependent.c
20
extern void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d);
91
cpi->rtcd.quantize.fastquantb =
vp8_fast_quantize_b_c
;
/external/libvpx/vp8/encoder/ppc/
csystemdependent.c
69
extern void
vp8_fast_quantize_b_c
(BLOCK *b, BLOCKD *d);
131
vp8_fast_quantize_b =
vp8_fast_quantize_b_c
;
Completed in 1080 milliseconds