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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1enc.c183 uint64_t rc_stat[256][2],
190 if (rc_stat) { \
191 rc_stat[*(S)][B]++; \
316 put_symbol_inline(c, p->state[context], diff, 1, s->rc_stat,
625 s->rc_stat[old][0] * -log2((256 - (new)) / 256.0) + \
626 s->rc_stat[old][1] * -log2((new) / 256.0)
636 FFSWAP(int, s->rc_stat[i][0], s->rc_stat[i2][0]);
637 FFSWAP(int, s->rc_stat[i][1], s->rc_stat[i
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.h80 uint64_t rc_stat[256][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
97 if(rc_stat){\
98 rc_stat[*(S)][B]++;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c163 uint64_t rc_stat[256][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
283 if(rc_stat){\
284 rc_stat[*(S)][B]++;\
478 put_symbol_inline(c, p->state[context], diff, 1, s->rc_stat, s->rc_stat2[p->quant_table_index][context]);
812 s->rc_stat[old][0]*-log2((256-(new))/256.0)\
813 +s->rc_stat[old][1]*-log2( (new) /256.0)
824 FFSWAP(int, s->rc_stat[i ][0],s->rc_stat[ i2][0]);
825 FFSWAP(int, s->rc_stat[
[all...]

Completed in 102 milliseconds