Searched refs:vp9_start_encode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_writer.c15 void vp9_start_encode(vp9_writer *br, uint8_t *source) { function
H A Dvp9_writer.h30 void vp9_start_encode(vp9_writer *bc, uint8_t *buffer);
H A Dvp9_bitstream.c949 vp9_start_encode(&residual_bc, data_ptr + total_size + 4);
951 vp9_start_encode(&residual_bc, data_ptr + total_size);
1151 vp9_start_encode(&header_bc, data);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_writer.c15 void vp9_start_encode(vp9_writer *br, uint8_t *source) { function
H A Dvp9_writer.h35 void vp9_start_encode(vp9_writer *bc, uint8_t *buffer);
H A Dvp9_bitstream.c959 vp9_start_encode(&residual_bc, data_ptr + total_size + 4);
961 vp9_start_encode(&residual_bc, data_ptr + total_size);
1125 vp9_start_encode(&header_bc, data);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_boolcoder_test.cc55 vp9_start_encode(&bw, bw_buffer);
/external/libvpx/libvpx/test/
H A Dvp9_boolcoder_test.cc55 vp9_start_encode(&bw, bw_buffer);

Completed in 1594 milliseconds