Home | History | Annotate | Download | only in encode

Lines Matching refs:codedbuf_pb_size

141     int codedbuf_pb_size;
918 ctx->codedbuf_pb_size = 0;
1316 ctx->codedbuf_pb_size *= 2;
1333 if (ctx->codedbuf_pb_size < slice_data_length) {
1334 ctx->codedbuf_pb_size = slice_data_length;
1337 if (ctx->codedbuf_pb_size > slice_data_length * 3 / 2) {
1338 ctx->codedbuf_pb_size = slice_data_length * 3 / 2;
1380 codedbuf_size = ctx->codedbuf_pb_size;