Home
last modified time | relevance | path

Searched refs:run_len (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsanm.c534 int opcode, color, run_len, left = out_size; in rle_decode() local
538 run_len = (opcode >> 1) + 1; in rle_decode()
539 if (run_len > left || bytestream2_get_bytes_left(&ctx->gb) <= 0) in rle_decode()
544 memset(dst, color, run_len); in rle_decode()
546 if (bytestream2_get_bytes_left(&ctx->gb) < run_len) in rle_decode()
548 bytestream2_get_bufferu(&ctx->gb, dst, run_len); in rle_decode()
551 dst += run_len; in rle_decode()
552 left -= run_len; in rle_decode()
H A Don2avc.c117 int band = 0, i, band_type, run_len, run; in on2avc_decode_band_types() local
121 run_len = 1; in on2avc_decode_band_types()
124 if (run > num_bands - band - run_len) { in on2avc_decode_band_types()
128 run_len += run; in on2avc_decode_band_types()
130 for (i = band; i < band + run_len; i++) { in on2avc_decode_band_types()
132 c->band_run_end[i] = band + run_len; in on2avc_decode_band_types()
134 band += run_len; in on2avc_decode_band_types()
H A Dh264_cavlc.c217 static const uint8_t run_len[7][16]={ variable
395 &run_len [i][0], 1, 1, in ff_h264_decode_init_vlc()
402 &run_len [6][0], 1, 1, in ff_h264_decode_init_vlc()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8186 size_t run_len; in accumulate() local
8188 run_len = e->ptr - e->runbegin; in accumulate()
8189 e->segptr->seglen += run_len; in accumulate()
8190 top(e)->msglen += run_len; in accumulate()

Completed in 26 milliseconds