Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcavs.c165 qp_avg = (h->qp + h->top_qp[h->mbx] + 1) >> 1; in ff_cavs_filter()
168 qp_avg = (ff_cavs_chroma_qp[h->qp] + ff_cavs_chroma_qp[h->top_qp[h->mbx]] + 1) >> 1; in ff_cavs_filter()
176 h->top_qp[h->mbx] = h->qp; in ff_cavs_filter()
764 h->top_qp = av_mallocz(h->mb_width); in ff_cavs_init_top_lines()
778 if (!h->top_qp || !h->top_mv[0] || !h->top_mv[1] || !h->top_pred_Y || in ff_cavs_init_top_lines()
781 av_freep(&h->top_qp); in ff_cavs_init_top_lines()
850 av_freep(&h->top_qp); in ff_cavs_end()
Dcavs.h193 uint8_t *top_qp; member
Dcavsdec.c987 if (!h->top_qp) { in decode_pic()
1215 if (!h->top_qp) in decode_seq_header()