Home
last modified time | relevance | path

Searched refs:av_mod_uintp2 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dspeedhqenc.c90 (av_mod_uintp2(diff, index) << ff_mpeg12_vlc_dc_lum_bits[index]); in speedhq_init_static_data()
95 (av_mod_uintp2(diff, index) << ff_mpeg12_vlc_dc_chroma_bits[index]); in speedhq_init_static_data()
179 (av_mod_uintp2(diff, index) << ff_mpeg12_vlc_dc_lum_bits[index])); in encode_dc()
184 (av_mod_uintp2(diff, index) << ff_mpeg12_vlc_dc_chroma_bits[index])); in encode_dc()
Dopus_rc.c150 value = av_mod_uintp2(rc->rb.cacheval, count); in ff_opus_rc_get_raw()
166 rc->rb.cacheval |= av_mod_uintp2(val, to_write) << rc->rb.cachelen; in ff_opus_rc_put_raw()
174 rc->rb.cacheval = av_mod_uintp2(val >> to_write, rc->rb.cachelen); in ff_opus_rc_put_raw()
Dhevc_cabac.c629 int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); in ff_hevc_skip_flag_decode()
630 int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); in ff_hevc_skip_flag_decode()
696 int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); in ff_hevc_split_coding_unit_flag_decode()
697 int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); in ff_hevc_split_coding_unit_flag_decode()
Dffv1dec_template.c122 … sample[1][x] = av_mod_uintp2(RENAME(predict)(sample[1] + x, sample[0] + x) + (SUINT)diff, bits); in RENAME()
Dmpeg12enc.c655 av_mod_uintp2(diff, index)); in encode_dc()
660 av_mod_uintp2(diff, index)); in encode_dc()
1062 av_mod_uintp2(diff, index); in mpeg12_encode_init_static()
1067 av_mod_uintp2(diff, index); in mpeg12_encode_init_static()
Dput_bits.h257 put_bits(pb, n, av_mod_uintp2(value, n)); in put_sbits()
Dpixlet.c165 escape = av_mod_uintp2(16383, nbits); in read_low_coeffs()
272 escape = av_mod_uintp2(16383, pfx); in read_high_coeffs()
Dhevcpred_template.c121 int on_pu_edge_x = !av_mod_uintp2(x0, s->ps.sps->log2_min_pu_size); in FUNC()
122 int on_pu_edge_y = !av_mod_uintp2(y0, s->ps.sps->log2_min_pu_size); in FUNC()
Dhevc_mvs.c46 int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); in ff_hevc_set_neighbour_available()
47 int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); in ff_hevc_set_neighbour_available()
Dopus_pvq.c656 fill = av_mod_uintp2(fill, blocks); in quant_band_template()
871 cm = av_mod_uintp2(cm, blocks); in quant_band_template()
Dg726.c300 i = av_mod_uintp2(quant(c, sig/4 - c->se), c->code_size); in g726_encode()
Dhevcdec.c1645 intptr_t mx = av_mod_uintp2(mv->x, 2 + hshift); in chroma_mc_uni()
1646 intptr_t my = av_mod_uintp2(mv->y, 2 + vshift); in chroma_mc_uni()
1714 intptr_t mx0 = av_mod_uintp2(mv0->x, 2 + hshift); in chroma_mc_bi()
1715 intptr_t my0 = av_mod_uintp2(mv0->y, 2 + vshift); in chroma_mc_bi()
1716 intptr_t mx1 = av_mod_uintp2(mv1->x, 2 + hshift); in chroma_mc_bi()
1717 intptr_t my1 = av_mod_uintp2(mv1->y, 2 + vshift); in chroma_mc_bi()
1976 int x0b = av_mod_uintp2(x0, s->ps.sps->log2_ctb_size); in luma_intra_pred_mode()
1977 int y0b = av_mod_uintp2(y0, s->ps.sps->log2_ctb_size); in luma_intra_pred_mode()
Dgolomb.h687 put_bits(pb, e + k + 1, (1 << k) + av_mod_uintp2(i, k)); in set_ur_golomb()
Dg729dec.c537 fc_indexes = av_mod_uintp2(ctx->rand_value, format->fc_indexes_bits); in decode_frame()
Dproresenc_kostya.c492 diff = av_mod_uintp2(diff, abits); in put_alpha_diff()
754 diff = av_mod_uintp2(diff, abits); in est_alpha_diff()
Dhevc_ps.c1218 if (av_mod_uintp2(sps->width, sps->log2_min_cb_size) || in ff_hevc_parse_sps()
1219 av_mod_uintp2(sps->height, sps->log2_min_cb_size)) { in ff_hevc_parse_sps()
Dproresenc_anatoliy.c407 diff = av_mod_uintp2(diff, abits); in put_alpha_diff()
Dh264_refs.c800 … int d = av_mod_uintp2(h->cur_pic_ptr->frame_num - pic->frame_num, h->ps.sps->log2_max_frame_num); in ff_h264_execute_ref_pic_marking()
Damrwbdec.c358 #define BIT_STR(x,lsb,len) av_mod_uintp2((x) >> (lsb), (len))
Ddvenc.c184 vlc = av_mod_uintp2(vlc, size); in dv_encode_ac()
Dh264_slice.c1700 …|| av_mod_uintp2(h->recovery_frame - h->poc.frame_num, h->ps.sps->log2_max_frame_num) > sei_recove… in h264_field_start()
1701 …h->recovery_frame = av_mod_uintp2(h->poc.frame_num + sei_recovery_frame_cnt, h->ps.sps->log2_max_f… in h264_field_start()
Datrac3plus.c737 cf = av_mod_uintp2(val, bits); in decode_qu_spectra()
Ddnxhdenc.c581 av_mod_uintp2(diff, nbits)); in dnxhd_encode_dc()
/third_party/ffmpeg/libavutil/x86/
Dintmath.h85 #define av_mod_uintp2 __builtin_ia32_bzhi_si macro
90 #define av_mod_uintp2 av_mod_uintp2_bmi2 macro
/third_party/ffmpeg/libavutil/
Dcommon.h148 #ifndef av_mod_uintp2
149 # define av_mod_uintp2 av_mod_uintp2_c macro

12