Searched refs:run_bits (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aaccoder_trellis.h | 66 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; in codebook_trellis_rate() local 67 const int run_esc = (1 << run_bits) - 1; in codebook_trellis_rate() 76 path[0][cb].cost = run_bits+4; in codebook_trellis_rate() 84 float cost_get_here = next_minbits + run_bits + 4; in codebook_trellis_rate() 87 cost_stay_here += run_bits; in codebook_trellis_rate() 133 cost_get_here = minbits + bits + run_bits + 4; in codebook_trellis_rate() 136 cost_stay_here += run_bits; in codebook_trellis_rate() 184 put_bits(&s->pb, run_bits, run_esc); in codebook_trellis_rate() 187 put_bits(&s->pb, run_bits, count); in codebook_trellis_rate()
|
D | speedhq.c | 555 uint8_t run_bits[134], level_bits[266]; in compute_alpha_vlcs() local 564 run_bits[entry] = 1; in compute_alpha_vlcs() 571 run_bits[entry] = 4; in compute_alpha_vlcs() 579 run_bits[entry] = 10; in compute_alpha_vlcs() 586 run_bits[entry] = 3; in compute_alpha_vlcs() 594 run_bits, 1, 1, in compute_alpha_vlcs()
|
D | dnxhddata.h | 56 const uint8_t *run_bits, *run; member
|
D | dnxhdenc.h | 96 uint8_t *run_bits; member
|
D | aaccoder.c | 84 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; in encode_window_bands_info() local 85 const int run_esc = (1 << run_bits) - 1; in encode_window_bands_info() 129 cost_get_here = minrd + rd + run_bits + 4; in encode_window_bands_info() 132 cost_stay_here += run_bits; in encode_window_bands_info() 180 put_bits(&s->pb, run_bits, run_esc); in encode_window_bands_info() 183 put_bits(&s->pb, run_bits, count); in encode_window_bands_info()
|
D | dnxhdenc.c | 214 !(ctx->run_bits = av_mallocz(63))) in dnxhd_init_vlc() 256 ctx->run_bits[run] = ctx->cid_table->run_bits[i]; in dnxhd_init_vlc() 602 put_bits(&ctx->m.pb, ctx->run_bits[run_level], in dnxhd_encode_block() 680 !!run_level] + ctx->run_bits[run_level]; in dnxhd_calc_ac_bits() 1341 av_freep(&ctx->run_bits); in dnxhd_encode_end()
|
D | h264_cavlc.c | 229 static const uint8_t run_bits[7][16]={ variable 398 &run_bits[i][0], 1, 1, in ff_h264_decode_init_vlc() 405 &run_bits[6][0], 1, 1, in ff_h264_decode_init_vlc()
|
D | dnxhddec.c | 145 ctx->cid_table->run_bits, 1, 1, in dnxhd_init_vlc()
|