Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c193 int nqps; member
1105 for (qpi = 0; qpi < s->nqps - 1 && num_blocks > 0; qpi++) { in unpack_block_qpis()
2583 s->nqps = s1->nqps; in vp3_update_thread_context()
2653 s->nqps = 0; in vp3_decode_frame()
2655 s->qps[s->nqps++] = get_bits(&gb, 6); in vp3_decode_frame()
2656 } while (s->theora >= 0x030200 && s->nqps < 3 && get_bits1(&gb)); in vp3_decode_frame()
2657 for (i = s->nqps; i < 3; i++) in vp3_decode_frame()
2671 for (i = 0; i < s->nqps; i++) in vp3_decode_frame()