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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs.h191 uint8_t *top_qp; member in struct:AVSContext
H A Dcavs.c163 qp_avg = (h->qp + h->top_qp[h->mbx] + 1) >> 1;
166 qp_avg = (ff_cavs_chroma_qp[h->qp] + ff_cavs_chroma_qp[h->top_qp[h->mbx]] + 1) >> 1;
174 h->top_qp[h->mbx] = h->qp;
756 h->top_qp = av_mallocz(h->mb_width);
825 av_free(h->top_qp);
H A Dcavsdec.c970 if (!h->top_qp) {
1154 if (!h->top_qp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.h177 uint8_t *top_qp; member in struct:__anon1890
H A Dcavs.c127 qp_avg = (h->qp + h->top_qp[h->mbx] + 1) >> 1;
136 h->top_qp[h->mbx] = h->qp;
656 h->top_qp = av_malloc( h->mb_width);
705 av_free(h->top_qp);
H A Dcavsdec.c640 if(!h->top_qp)

Completed in 206 milliseconds