Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcavs.c161 qp_avg = (h->qp + h->top_qp[h->mbx] + 1) >> 1; in ff_cavs_filter()
164 qp_avg = (ff_cavs_chroma_qp[h->qp] + ff_cavs_chroma_qp[h->top_qp[h->mbx]] + 1) >> 1; in ff_cavs_filter()
172 h->top_qp[h->mbx] = h->qp; in ff_cavs_filter()
760 h->top_qp = av_mallocz(h->mb_width); in ff_cavs_init_top_lines()
774 if (!h->top_qp || !h->top_mv[0] || !h->top_mv[1] || !h->top_pred_Y || in ff_cavs_init_top_lines()
777 av_freep(&h->top_qp); in ff_cavs_init_top_lines()
844 av_freep(&h->top_qp); in ff_cavs_end()
H A Dcavs.h193 uint8_t *top_qp; member
H A Dcavsdec.c990 if (!h->top_qp) { in decode_pic()
1223 if (!h->top_qp) in decode_seq_header()

Completed in 5 milliseconds