av_mod_uintp2 363 libavcodec/adpcm.c delta = av_mod_uintp2(nibble, shift); av_mod_uintp2 358 libavcodec/amrwbdec.c #define BIT_STR(x,lsb,len) av_mod_uintp2((x) >> (lsb), (len)) av_mod_uintp2 832 libavcodec/atrac3plus.c cf = av_mod_uintp2(val, bits); av_mod_uintp2 603 libavcodec/dnxhdenc.c av_mod_uintp2(diff, nbits)); av_mod_uintp2 183 libavcodec/dvenc.c vlc = av_mod_uintp2(vlc, size); av_mod_uintp2 122 libavcodec/ffv1dec_template.c sample[1][x] = av_mod_uintp2(RENAME(predict)(sample[1] + x, sample[0] + x) + (SUINT)diff, bits); av_mod_uintp2 300 libavcodec/g726.c i = av_mod_uintp2(quant(c, sig/4 - c->se), c->code_size); av_mod_uintp2 537 libavcodec/g729dec.c fc_indexes = av_mod_uintp2(ctx->rand_value, format->fc_indexes_bits); av_mod_uintp2 685 libavcodec/golomb.h put_bits(pb, e + k + 1, (1 << k) + av_mod_uintp2(i, k)); av_mod_uintp2 800 libavcodec/h264_refs.c int d = av_mod_uintp2(h->cur_pic_ptr->frame_num - pic->frame_num, h->ps.sps->log2_max_frame_num); av_mod_uintp2 1688 libavcodec/h264_slice.c || av_mod_uintp2(h->recovery_frame - h->poc.frame_num, h->ps.sps->log2_max_frame_num) > sei_recovery_frame_cnt) { av_mod_uintp2 1689 libavcodec/h264_slice.c h->recovery_frame = av_mod_uintp2(h->poc.frame_num + sei_recovery_frame_cnt, h->ps.sps->log2_max_frame_num); av_mod_uintp2 622 libavcodec/hevc_cabac.c int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); av_mod_uintp2 623 libavcodec/hevc_cabac.c int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); av_mod_uintp2 689 libavcodec/hevc_cabac.c int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); av_mod_uintp2 690 libavcodec/hevc_cabac.c int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); av_mod_uintp2 46 libavcodec/hevc_mvs.c int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); av_mod_uintp2 47 libavcodec/hevc_mvs.c int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); av_mod_uintp2 1214 libavcodec/hevc_ps.c if (av_mod_uintp2(sps->width, sps->log2_min_cb_size) || av_mod_uintp2 1215 libavcodec/hevc_ps.c av_mod_uintp2(sps->height, sps->log2_min_cb_size)) { av_mod_uintp2 1603 libavcodec/hevcdec.c intptr_t mx = av_mod_uintp2(mv->x, 2 + hshift); av_mod_uintp2 1604 libavcodec/hevcdec.c intptr_t my = av_mod_uintp2(mv->y, 2 + vshift); av_mod_uintp2 1672 libavcodec/hevcdec.c intptr_t mx0 = av_mod_uintp2(mv0->x, 2 + hshift); av_mod_uintp2 1673 libavcodec/hevcdec.c intptr_t my0 = av_mod_uintp2(mv0->y, 2 + vshift); av_mod_uintp2 1674 libavcodec/hevcdec.c intptr_t mx1 = av_mod_uintp2(mv1->x, 2 + hshift); av_mod_uintp2 1675 libavcodec/hevcdec.c intptr_t my1 = av_mod_uintp2(mv1->y, 2 + vshift); av_mod_uintp2 1934 libavcodec/hevcdec.c int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); av_mod_uintp2 1935 libavcodec/hevcdec.c int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); av_mod_uintp2 120 libavcodec/hevcpred_template.c int on_pu_edge_x = !av_mod_uintp2(x0, s->ps.sps->log2_min_pu_size); av_mod_uintp2 121 libavcodec/hevcpred_template.c int on_pu_edge_y = !av_mod_uintp2(y0, s->ps.sps->log2_min_pu_size); av_mod_uintp2 653 libavcodec/mpeg12enc.c av_mod_uintp2(diff, index)); av_mod_uintp2 658 libavcodec/mpeg12enc.c av_mod_uintp2(diff, index)); av_mod_uintp2 1074 libavcodec/mpeg12enc.c av_mod_uintp2(diff, index); av_mod_uintp2 1079 libavcodec/mpeg12enc.c av_mod_uintp2(diff, index); av_mod_uintp2 656 libavcodec/opus_pvq.c fill = av_mod_uintp2(fill, blocks); av_mod_uintp2 871 libavcodec/opus_pvq.c cm = av_mod_uintp2(cm, blocks); av_mod_uintp2 150 libavcodec/opus_rc.c value = av_mod_uintp2(rc->rb.cacheval, count); av_mod_uintp2 166 libavcodec/opus_rc.c rc->rb.cacheval |= av_mod_uintp2(val, to_write) << rc->rb.cachelen; av_mod_uintp2 174 libavcodec/opus_rc.c rc->rb.cacheval = av_mod_uintp2(val >> to_write, rc->rb.cachelen); av_mod_uintp2 164 libavcodec/pixlet.c escape = av_mod_uintp2(16383, nbits); av_mod_uintp2 271 libavcodec/pixlet.c escape = av_mod_uintp2(16383, pfx); av_mod_uintp2 838 libavcodec/pngdec.c v = av_mod_uintp2(bytestream2_get_be16(&s->gb), s->bit_depth); av_mod_uintp2 405 libavcodec/proresenc_anatoliy.c diff = av_mod_uintp2(diff, abits); av_mod_uintp2 491 libavcodec/proresenc_kostya.c diff = av_mod_uintp2(diff, abits); av_mod_uintp2 753 libavcodec/proresenc_kostya.c diff = av_mod_uintp2(diff, abits); av_mod_uintp2 244 libavcodec/put_bits.h put_bits(pb, n, av_mod_uintp2(value, n)); av_mod_uintp2 573 libavutil/common.h #ifndef av_mod_uintp2