Home | History | Annotate | Download | only in encode

Lines Matching refs:codedbuf_pb_size

141     int codedbuf_pb_size;
1277 avcenc_context.codedbuf_pb_size *= 2;
1294 if (avcenc_context.codedbuf_pb_size < slice_data_length) {
1295 avcenc_context.codedbuf_pb_size = slice_data_length;
1298 if (avcenc_context.codedbuf_pb_size > slice_data_length * 3 / 2) {
1299 avcenc_context.codedbuf_pb_size = slice_data_length * 3 / 2;
1350 codedbuf_size = avcenc_context.codedbuf_pb_size;
1525 avcenc_context.codedbuf_pb_size = 0;