Home | History | Annotate | Download | only in encode

Lines Matching refs:codedbuf_pb_size

141     int codedbuf_pb_size;
918 ctx->codedbuf_pb_size = 0;
1332 ctx->codedbuf_pb_size *= 2;
1349 if (ctx->codedbuf_pb_size < slice_data_length) {
1350 ctx->codedbuf_pb_size = slice_data_length;
1353 if (ctx->codedbuf_pb_size > slice_data_length * 3 / 2) {
1354 ctx->codedbuf_pb_size = slice_data_length * 3 / 2;
1396 codedbuf_size = ctx->codedbuf_pb_size;