Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.cc500 const size_t max_coding_data_byte_size = in init_encode_frame_result() local
504 new (std::nothrow) uint8_t[max_coding_data_byte_size]); in init_encode_frame_result()
505 encode_frame_result->max_coding_data_byte_size = max_coding_data_byte_size; in init_encode_frame_result()
516 encode_frame_result->max_coding_data_byte_size = 0; in init_encode_frame_result()
1211 encode_frame_result->max_coding_data_byte_size, in EncodeFrame()
1227 encode_frame_result->max_coding_data_byte_size) { in EncodeFrame()
H A Dsimple_encode.h266 size_t max_coding_data_byte_size; member