Searched refs:run_bits (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhddata.h42 const uint8_t *run_bits, *run; member in struct:__anon1902
H A Ddnxhdenc.h80 uint8_t *run_bits; member in struct:DNXHDEncContext
H A Daaccoder.c318 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; local
319 const int run_esc = (1 << run_bits) - 1;
356 cost_get_here = minrd + rd + run_bits + 4;
359 cost_stay_here += run_bits;
405 put_bits(&s->pb, run_bits, run_esc);
408 put_bits(&s->pb, run_bits, count);
419 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; local
420 const int run_esc = (1 << run_bits) - 1;
429 path[0][cb].cost = run_bits+4;
437 float cost_get_here = next_minrd + run_bits
[all...]
H A Ddnxhdenc.c110 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_bits, 63, fail);
150 ctx->run_bits [run] = ctx->cid_table->run_bits[i];
390 put_bits(&ctx->m.pb, ctx->run_bits[run_level], ctx->run_codes[run_level]);
457 bits += ctx->vlc_bits[(level<<1)|!!run_level]+ctx->run_bits[run_level];
976 av_freep(&ctx->run_bits);
H A Dh264_cavlc.c229 static const uint8_t run_bits[7][16]={ variable
401 &run_bits[i][0], 1, 1,
408 &run_bits[6][0], 1, 1,
H A Ddnxhddec.c93 ctx->cid_table->run_bits, 1, 1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhddata.h44 const uint8_t *run_bits, *run; member in struct:CIDEntry
H A Ddnxhdenc.h80 uint8_t *run_bits; member in struct:DNXHDEncContext
H A Daaccoder.c319 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; local
320 const int run_esc = (1 << run_bits) - 1;
357 cost_get_here = minrd + rd + run_bits + 4;
360 cost_stay_here += run_bits;
406 put_bits(&s->pb, run_bits, run_esc);
409 put_bits(&s->pb, run_bits, count);
420 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; local
421 const int run_esc = (1 << run_bits) - 1;
430 path[0][cb].cost = run_bits+4;
438 float cost_get_here = next_minbits + run_bits
[all...]
H A Ddnxhdenc.c142 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->run_bits,
185 ctx->run_bits[run] = ctx->cid_table->run_bits[i];
474 put_bits(&ctx->m.pb, ctx->run_bits[run_level],
547 !!run_level] + ctx->run_bits[run_level];
1116 av_freep(&ctx->run_bits);
H A Dh264_cavlc.c229 static const uint8_t run_bits[7][16]={ variable
401 &run_bits[i][0], 1, 1,
408 &run_bits[6][0], 1, 1,
H A Ddnxhddec.c104 ctx->cid_table->run_bits, 1, 1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2369 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; local
2370 const int run_esc = (1 << run_bits) - 1;
2379 path[0][cb].cost = run_bits+4;
2387 float cost_get_here = next_minbits + run_bits + 4;
2390 cost_stay_here += run_bits;
2428 cost_get_here = minbits + bits + run_bits + 4;
2431 cost_stay_here += run_bits;
2476 put_bits(&s->pb, run_bits, run_esc);
2479 put_bits(&s->pb, run_bits, count);

Completed in 313 milliseconds