Searched refs:qyac (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9.c | 719 int qyac, qydc, quvac, quvdc, lflvl, sh; in decode_frame_header() local 723 qyac = av_clip_uintp2(s->s.h.segmentation.feat[i].q_val, 8); in decode_frame_header() 725 qyac = av_clip_uintp2(s->s.h.yac_qi + s->s.h.segmentation.feat[i].q_val, 8); in decode_frame_header() 727 qyac = s->s.h.yac_qi; in decode_frame_header() 729 qydc = av_clip_uintp2(qyac + s->s.h.ydc_qdelta, 8); in decode_frame_header() 730 quvdc = av_clip_uintp2(qyac + s->s.h.uvdc_qdelta, 8); in decode_frame_header() 731 quvac = av_clip_uintp2(qyac + s->s.h.uvac_qdelta, 8); in decode_frame_header() 732 qyac = av_clip_uintp2(qyac, 8); in decode_frame_header() 735 s->s.h.segmentation.feat[i].qmul[0][1] = ff_vp9_ac_qlookup[s->bpp_index][qyac]; in decode_frame_header() [all...] |
Completed in 2 milliseconds