Searched refs:rc_stat2 (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.c133 memset(fs->rc_stat2, 0, sizeof(fs->rc_stat2));
220 av_freep(&sf->rc_stat2[j]);
222 av_freep(&s->rc_stat2[j]);
H A Dffv1enc.c184 uint64_t rc_stat2[32][2])
192 rc_stat2[(S) - state][B]++; \
317 s->rc_stat2[p->quant_table_index][context]);
857 s->rc_stat2[i] = av_mallocz(s->context_count[i] *
858 sizeof(*s->rc_stat2[i]));
859 if (!s->rc_stat2[i])
886 s->rc_stat2[i][j][k][m] = strtol(p, &next, 0);
917 if (s->rc_stat2[i][j][k][0] + s->rc_stat2[i][j][k][1] > 200 && j || a+b > 200) {
926 a += s->rc_stat2[
180 put_symbol_inline(RangeCoder *c, uint8_t *state, int v, int is_signed, uint64_t rc_stat[256][2], uint64_t rc_stat2[32][2]) argument
[all...]
H A Dffv1.h81 uint64_t (*rc_stat2[MAX_QUANT_TABLES])[32][2]; member in struct:FFV1Context
H A Dsonic.c92 static av_always_inline av_flatten void put_symbol(RangeCoder *c, uint8_t *state, int v, int is_signed, uint64_t rc_stat[256][2], uint64_t rc_stat2[32][2]){ argument
99 rc_stat2[(S)-state][B]++;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c164 uint64_t (*rc_stat2[MAX_QUANT_TABLES])[32][2]; member in struct:FFV1Context
278 static av_always_inline av_flatten void put_symbol_inline(RangeCoder *c, uint8_t *state, int v, int is_signed, uint64_t rc_stat[256][2], uint64_t rc_stat2[32][2]){ argument
285 rc_stat2[(S)-state][B]++;\
478 put_symbol_inline(c, p->state[context], diff, 1, s->rc_stat, s->rc_stat2[p->quant_table_index][context]);
722 memset(fs->rc_stat2, 0, sizeof(fs->rc_stat2));
933 s->rc_stat2[i]= av_mallocz(s->context_count[i]*sizeof(*s->rc_stat2[i]));
934 if(!s->rc_stat2[i])
961 s->rc_stat2[
[all...]

Completed in 53 milliseconds