OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_start_encode
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_boolhuff.c
48
void
vp9_start_encode
(vp9_writer *br, uint8_t *source) {
function
vp9_boolhuff.h
39
void
vp9_start_encode
(vp9_writer *bc, uint8_t *buffer);
vp9_bitstream.c
[
all
...]
/external/libvpx/libvpx/test/
vp9_boolcoder_test.cc
57
vp9_start_encode
(&bw, bw_buffer);
Completed in 386 milliseconds