Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.cc539 encode_frame_result->coding_data_byte_size * 8; in update_encode_frame_result()
1209 &encode_frame_result->coding_data_byte_size, in EncodeFrame()
1215 encode_frame_result->coding_data_byte_size); in EncodeFrame()
1217 encode_frame_result->coding_data_byte_size, out_file_); in EncodeFrame()
1222 if (encode_frame_result->coding_data_byte_size <= 0) { in EncodeFrame()
1226 if (encode_frame_result->coding_data_byte_size > in EncodeFrame()
H A Dsimple_encode.h262 size_t coding_data_byte_size; member