Home
last modified time | relevance | path

Searched defs:EncodeFrameResult (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/qmode_rc/
Dducky_encode.h35 struct EncodeFrameResult { struct
36 std::vector<uint8_t> bitstream_buf;
38 int global_coding_idx;
39 int global_order_idx;
40 int q_index;
41 int rdmult;
42 int rate;
43 int64_t dist;
44 double psnr;
/external/libvpx/vp9/
Dsimple_encode.h256 struct EncodeFrameResult { struct
257 int show_idx;
258 FrameType frame_type;
259 int coding_idx;
260 RefFrameInfo ref_frame_info;
261 size_t coding_data_bit_size;
262 size_t coding_data_byte_size;
265 std::unique_ptr<unsigned char[]> coding_data;
266 double psnr;
267 uint64_t sse;
[all …]