Home
last modified time | relevance | path

Searched refs:qbias (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsnowdec.c119 int qadd= (s->qbias*qmul)>>QBIAS_SHIFT; in decode_subband_slice_buffered()
226 const int qadd= (s->qbias*qmul)>>QBIAS_SHIFT; in dequantize_slice_buffered()
310 s->qbias= in decode_header()
405 s->qbias += (unsigned)get_symbol(&s->c, s->header_state, 1); in decode_header()
413 if (FFABS(s->qbias) > 127) { in decode_header()
414 av_log(s->avctx, AV_LOG_ERROR, "qbias %d is too large\n", s->qbias); in decode_header()
415 s->qbias = 0; in decode_header()
487 s->keyframe, s->qlog, s->qbias, s->mv_scale, in decode_frame()
Dsnowenc.c1304 const int qadd= (s->qbias*qmul)>>QBIAS_SHIFT; in dequantize()
1450 put_symbol(&s->c, s->header_state, s->qbias - s->last_qbias , 1); in encode_header()
1469 s->last_qbias = s->qbias; in update_last_header_values()
1706 s->qbias = pic->pict_type == AV_PICTURE_TYPE_P ? 2 : 0; in encode_frame()
1784 quantize(s, b, b->ibuf, b->buf, b->stride, s->qbias); in encode_frame()
Dsnow.h164 int qbias; member
Dvp3.c445 int qbias = (1 + inter) * 3; in init_dequantizer() local
448 : (qscale * (coeff - qbias) / 100 + qbias) * 4; in init_dequantizer()
/third_party/ffmpeg/doc/
Dsnow.txt81 qbias s header_state
245 qbias