Searched refs:quant_table_index (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1.c174 if (f->initial_states[p->quant_table_index]) {
175 memcpy(p->state, f->initial_states[p->quant_table_index],
H A Dffv1.h65 int quant_table_index; member in struct:PlaneContext
H A Dffv1enc.c317 s->rc_stat2[p->quant_table_index][context]);
532 put_symbol(c, state, f->plane[j].quant_table_index, 0);
533 av_assert0(f->plane[j].quant_table_index == f->avctx->context_model);
834 p->quant_table_index = avctx->context_model;
835 p->context_count = s->context_count[p->quant_table_index];
992 put_symbol(c, state, f->plane[j].quant_table_index, 0);
993 av_assert0(f->plane[j].quant_table_index == f->avctx->context_model);
H A Dffv1dec.c307 av_log(f->avctx, AV_LOG_ERROR, "quant_table_index out of range\n");
310 p->quant_table_index = idx;
812 "quant_table_index out of range\n");
815 p->quant_table_index = idx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c149 int quant_table_index; member in struct:PlaneContext
478 put_symbol_inline(c, p->state[context], diff, 1, s->rc_stat, s->rc_stat2[p->quant_table_index][context]);
648 put_symbol(c, state, f->plane[j].quant_table_index, 0);
649 av_assert0(f->plane[j].quant_table_index == f->avctx->context_model);
892 p->quant_table_index= avctx->context_model;
893 p->context_count= s->context_count[p->quant_table_index];
1039 if(f->initial_states[p->quant_table_index]){
1040 memcpy(p->state, f->initial_states[p->quant_table_index], CONTEXT_SIZE*p->context_count);
1607 av_log(f->avctx, AV_LOG_ERROR, "quant_table_index out of range\n");
1610 p->quant_table_index
[all...]

Completed in 255 milliseconds