Home
last modified time | relevance | path

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

/external/libvpx/vp9/
Dsimple_encode.cc533 encode_frame_result->coding_data_byte_size * 8; in update_encode_frame_result()
1195 &encode_frame_result->coding_data_byte_size, in EncodeFrame()
1200 encode_frame_result->coding_data_byte_size); in EncodeFrame()
1202 encode_frame_result->coding_data_byte_size, out_file_); in EncodeFrame()
1207 if (encode_frame_result->coding_data_byte_size <= 0) { in EncodeFrame()
1213 if (encode_frame_result->coding_data_byte_size > in EncodeFrame()
Dsimple_encode.h262 size_t coding_data_byte_size; member