OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_set_quantizer
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
quantize.h
24
extern void
vp8_set_quantizer
(struct VP8_COMP *cpi, int Q);
vp8_quantize.c
532
void
vp8_set_quantizer
(struct VP8_COMP *cpi, int Q)
function
onyx_if.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.h
21
extern void
vp8_set_quantizer
(struct VP8_COMP *cpi, int Q);
quantize.c
778
void
vp8_set_quantizer
(struct VP8_COMP *cpi, int Q)
function
onyx_if.c
[
all
...]
/external/libvpx/libvpx/test/
quantize_test.cc
64
vp8_set_quantizer
(vp8_comp_, 0);
79
vp8_set_quantizer
(vp8_comp_, q);
Completed in 207 milliseconds