Home
last modified time | relevance | path

Searched refs:bitstream_buf_ (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/qmode_rc/
Dducky_encode.cc633 bitstream_buf_.resize(pending_ctx_size_); in EncodeVideo()
635 encode_frame_result.bitstream_buf = bitstream_buf_; in EncodeVideo()
650 encode_frame_result.bitstream_buf = bitstream_buf_; in EncodeFrame()
671 cpi_data.cx_data = bitstream_buf_.data() + pending_ctx_size_; in EncodeFrame()
672 cpi_data.cx_data_sz = bitstream_buf_.size() - pending_ctx_size_; in EncodeFrame()
715 bitstream_buf_.assign( in AllocateBitstreamBuffer()
Dducky_encode.h112 std::vector<uint8_t> bitstream_buf_; variable