Searched refs:slice_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 Dhevc.h617 int8_t slice_qp; member in struct:SliceHeader
H A Dh264_cabac.c1266 const int slice_qp = av_clip(h->qscale - 6*(h->sps.bit_depth_luma-8), 0, 51); local
1273 int pre = 2*(((tab[i][0] * slice_qp) >>4 ) + tab[i][1]) - 127;
H A Dhevc.c722 sh->slice_qp = 26U + s->pps->pic_init_qp_minus26 + sh->slice_qp_delta;
723 if (sh->slice_qp > 51 ||
724 sh->slice_qp < -s->sps->qp_bd_offset) {
726 "The slice_qp %d is outside the valid range "
728 sh->slice_qp,
743 s->HEVClc->qp_y = s->sh.slice_qp;
H A Dhevc_cabac.c542 int pre = 2 * (((m * av_clip(s->sh.slice_qp, 0, 51)) >> 4) + n) - 127;
H A Dhevc_filter.c100 qPy_pred = s->sh.slice_qp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cabac.c1266 const int slice_qp = av_clip(s->qscale - 6*(h->sps.bit_depth_luma-8), 0, 51); local
1273 int pre = 2*(((tab[i][0] * slice_qp) >>4 ) + tab[i][1]) - 127;

Completed in 133 milliseconds