get_bits1         702 libavcodec/aacdec_template.c             syn_ele = get_bits1(gb);
get_bits1         758 libavcodec/aacdec_template.c     if (get_bits1(gb))
get_bits1         760 libavcodec/aacdec_template.c     if (get_bits1(gb))
get_bits1         763 libavcodec/aacdec_template.c     if (get_bits1(gb))
get_bits1         815 libavcodec/aacdec_template.c     if (get_bits1(gb)) { // frameLengthFlag
get_bits1         821 libavcodec/aacdec_template.c     m4ac->frame_length_short = get_bits1(gb);
get_bits1         830 libavcodec/aacdec_template.c     if (get_bits1(gb))       // dependsOnCoreCoder
get_bits1         832 libavcodec/aacdec_template.c     extension_flag = get_bits1(gb);
get_bits1         906 libavcodec/aacdec_template.c     if (get_bits1(gb)) { // frameLengthFlag
get_bits1         911 libavcodec/aacdec_template.c     m4ac->frame_length_short = get_bits1(gb);
get_bits1         921 libavcodec/aacdec_template.c     if (get_bits1(gb)) { // ldSbrPresentFlag
get_bits1        1253 libavcodec/aacdec_template.c     int byte_align = get_bits1(gb);
get_bits1        1272 libavcodec/aacdec_template.c     if (get_bits1(gb)) {
get_bits1        1282 libavcodec/aacdec_template.c         ics->prediction_used[sfb] = get_bits1(gb);
get_bits1        1298 libavcodec/aacdec_template.c         ltp->used[sfb] = get_bits1(gb);
get_bits1        1313 libavcodec/aacdec_template.c         if (get_bits1(gb)) {
get_bits1        1329 libavcodec/aacdec_template.c         ics->use_kb_window[0]   = get_bits1(gb);
get_bits1        1337 libavcodec/aacdec_template.c             if (get_bits1(gb)) {
get_bits1        1382 libavcodec/aacdec_template.c             ics->predictor_present     = get_bits1(gb);
get_bits1        1589 libavcodec/aacdec_template.c             coef_res = get_bits1(gb);
get_bits1        1603 libavcodec/aacdec_template.c                     tns->direction[w][filt] = get_bits1(gb);
get_bits1        1604 libavcodec/aacdec_template.c                     coef_compress = get_bits1(gb);
get_bits1        1631 libavcodec/aacdec_template.c             cpe->ms_mask[idx] = get_bits1(gb);
get_bits1        2046 libavcodec/aacdec_template.c         if (!eld_syntax && (pulse_present = get_bits1(gb))) {
get_bits1        2060 libavcodec/aacdec_template.c         tns->present = get_bits1(gb);
get_bits1        2066 libavcodec/aacdec_template.c         if (!eld_syntax && get_bits1(gb)) {
get_bits1        2192 libavcodec/aacdec_template.c     common_window = eld_syntax || get_bits1(gb);
get_bits1        2249 libavcodec/aacdec_template.c     coup->coupling_point = 2 * get_bits1(gb);
get_bits1        2253 libavcodec/aacdec_template.c         coup->type[c] = get_bits1(gb) ? TYPE_CPE : TYPE_SCE;
get_bits1        2262 libavcodec/aacdec_template.c     coup->coupling_point += get_bits1(gb) || (coup->coupling_point >> 1);
get_bits1        2280 libavcodec/aacdec_template.c             cge = coup->coupling_point == AFTER_IMDCT ? 1 : get_bits1(gb);
get_bits1        2332 libavcodec/aacdec_template.c             che_drc->exclude_mask[num_excl_chan++] = get_bits1(gb);
get_bits1        2333 libavcodec/aacdec_template.c     } while (num_excl_chan < MAX_CHANNELS - 7 && get_bits1(gb));
get_bits1        2351 libavcodec/aacdec_template.c     if (get_bits1(gb)) {
get_bits1        2358 libavcodec/aacdec_template.c     if (get_bits1(gb)) {
get_bits1        2363 libavcodec/aacdec_template.c     if (get_bits1(gb)) {
get_bits1        2375 libavcodec/aacdec_template.c     if (get_bits1(gb)) {
get_bits1        2382 libavcodec/aacdec_template.c         che_drc->dyn_rng_sgn[i] = get_bits1(gb);
get_bits1         136 libavcodec/aacps.c     ps->enable_ipdopd = get_bits1(gb);
get_bits1         139 libavcodec/aacps.c             int dt = get_bits1(gb);
get_bits1         141 libavcodec/aacps.c             dt = get_bits1(gb);
get_bits1         166 libavcodec/aacps.c     header = get_bits1(gb);
get_bits1         168 libavcodec/aacps.c         ps->enable_iid = get_bits1(gb);
get_bits1         180 libavcodec/aacps.c         ps->enable_icc = get_bits1(gb);
get_bits1         190 libavcodec/aacps.c         ps->enable_ext = get_bits1(gb);
get_bits1         193 libavcodec/aacps.c     ps->frame_class = get_bits1(gb);
get_bits1         212 libavcodec/aacps.c             int dt = get_bits1(gb);
get_bits1         221 libavcodec/aacps.c             int dt = get_bits1(gb);
get_bits1         201 libavcodec/aacsbr_template.c     sbr->bs_amp_res_header              = get_bits1(gb);
get_bits1         207 libavcodec/aacsbr_template.c     bs_header_extra_1 = get_bits1(gb);
get_bits1         208 libavcodec/aacsbr_template.c     bs_header_extra_2 = get_bits1(gb);
get_bits1         212 libavcodec/aacsbr_template.c         sbr->spectrum_params.bs_alter_scale = get_bits1(gb);
get_bits1         227 libavcodec/aacsbr_template.c         sbr->bs_interpol_freq  = get_bits1(gb);
get_bits1         228 libavcodec/aacsbr_template.c         sbr->bs_smoothing_mode = get_bits1(gb);
get_bits1         621 libavcodec/aacsbr_template.c         vec[i] = get_bits1(gb);
get_bits1         668 libavcodec/aacsbr_template.c         ch_data->bs_freq_res[1] = get_bits1(gb);
get_bits1         686 libavcodec/aacsbr_template.c             ch_data->bs_freq_res[ch_data->bs_num_env - i] = get_bits1(gb);
get_bits1         980 libavcodec/aacsbr_template.c     if (get_bits1(gb)) // bs_data_extra
get_bits1         992 libavcodec/aacsbr_template.c     if ((sbr->data[0].bs_add_harmonic_flag = get_bits1(gb)))
get_bits1        1004 libavcodec/aacsbr_template.c     if (get_bits1(gb))    // bs_data_extra
get_bits1        1007 libavcodec/aacsbr_template.c     if ((sbr->bs_coupling = get_bits1(gb))) {
get_bits1        1042 libavcodec/aacsbr_template.c     if ((sbr->data[0].bs_add_harmonic_flag = get_bits1(gb)))
get_bits1        1044 libavcodec/aacsbr_template.c     if ((sbr->data[1].bs_add_harmonic_flag = get_bits1(gb)))
get_bits1        1074 libavcodec/aacsbr_template.c     if (get_bits1(gb)) { // bs_extended_data
get_bits1        1141 libavcodec/aacsbr_template.c     if (get_bits1(gb)) // bs_header_flag
get_bits1         102 libavcodec/ac3_parser.c         hdr->lfe_on = get_bits1(gbc);
get_bits1         138 libavcodec/ac3_parser.c         hdr->lfe_on = get_bits1(gbc);
get_bits1         251 libavcodec/ac3dec.c         if (s->compression_exists[(!s->channel_mode)-i] = get_bits1(gbc)) {
get_bits1         255 libavcodec/ac3dec.c         if (get_bits1(gbc))
get_bits1         257 libavcodec/ac3dec.c         if (get_bits1(gbc))
get_bits1         265 libavcodec/ac3dec.c         if (get_bits1(gbc))
get_bits1         267 libavcodec/ac3dec.c         if (get_bits1(gbc))
get_bits1         270 libavcodec/ac3dec.c         if (get_bits1(gbc)) {
get_bits1         277 libavcodec/ac3dec.c         if (get_bits1(gbc)) {
get_bits1         285 libavcodec/ac3dec.c     if (get_bits1(gbc)) {
get_bits1         786 libavcodec/ac3dec.c     if (!eac3 || get_bits1(gbc)) {
get_bits1         788 libavcodec/ac3dec.c             band_struct[subbnd] = get_bits1(gbc);
get_bits1         828 libavcodec/ac3dec.c             s->channel_uses_spx[ch] = get_bits1(bc);
get_bits1         881 libavcodec/ac3dec.c             if (s->first_spx_coords[ch] || get_bits1(bc)) {
get_bits1         961 libavcodec/ac3dec.c         s->cpl_in_use[blk] = get_bits1(bc);
get_bits1         972 libavcodec/ac3dec.c         if (s->eac3 && get_bits1(bc)) {
get_bits1         984 libavcodec/ac3dec.c                 s->channel_in_cpl[ch] = get_bits1(bc);
get_bits1         989 libavcodec/ac3dec.c             s->phase_flags_in_use = get_bits1(bc);
get_bits1        1030 libavcodec/ac3dec.c             if ((s->eac3 && s->first_cpl_coords[ch]) || get_bits1(bc)) {
get_bits1        1057 libavcodec/ac3dec.c             s->phase_flags[bnd] = s->phase_flags_in_use ? get_bits1(bc) : 0;
get_bits1        1082 libavcodec/ac3dec.c             s->block_switch[ch] = get_bits1(gbc);
get_bits1        1091 libavcodec/ac3dec.c             s->dither_flag[ch] = get_bits1(gbc);
get_bits1        1098 libavcodec/ac3dec.c         if (get_bits1(gbc)) {
get_bits1        1113 libavcodec/ac3dec.c     if (s->eac3 && (!blk || get_bits1(gbc))) {
get_bits1        1114 libavcodec/ac3dec.c         s->spx_in_use = get_bits1(gbc);
get_bits1        1133 libavcodec/ac3dec.c     if (s->eac3 ? s->cpl_strategy_exists[blk] : get_bits1(gbc)) {
get_bits1        1155 libavcodec/ac3dec.c         if ((s->eac3 && !blk) || get_bits1(gbc)) {
get_bits1        1163 libavcodec/ac3dec.c                 s->rematrixing_flags[bnd] = get_bits1(gbc);
get_bits1        1224 libavcodec/ac3dec.c         if (get_bits1(gbc)) {
get_bits1        1241 libavcodec/ac3dec.c         if (s->snr_offset_strategy && get_bits1(gbc)) {
get_bits1        1271 libavcodec/ac3dec.c     if (s->fast_gain_syntax && get_bits1(gbc)) {
get_bits1        1285 libavcodec/ac3dec.c     if (s->frame_type == EAC3_FRAME_TYPE_INDEPENDENT && get_bits1(gbc)) {
get_bits1        1291 libavcodec/ac3dec.c         if (s->first_cpl_leak || get_bits1(gbc)) {
get_bits1        1311 libavcodec/ac3dec.c     if (s->dba_syntax && get_bits1(gbc)) {
get_bits1        1374 libavcodec/ac3dec.c     if (s->skip_syntax && get_bits1(gbc)) {
get_bits1          40 libavcodec/adts_header.c     crc_abs = get_bits1(gbc);    /* protection_absent */
get_bits1         214 libavcodec/aic.c     has_skips  = get_bits1(gb);
get_bits1         215 libavcodec/aic.c     coeff_type = get_bits1(gb);
get_bits1         219 libavcodec/aic.c         skip_type = get_bits1(gb);
get_bits1         249 libavcodec/alac.c     has_size = get_bits1(&alac->gb);
get_bits1         261 libavcodec/alac.c     is_compressed = !get_bits1(&alac->gb);
get_bits1         326 libavcodec/alsdec.c     sconf->floating             = get_bits1(&gb);
get_bits1         327 libavcodec/alsdec.c     sconf->msb_first            = get_bits1(&gb);
get_bits1         331 libavcodec/alsdec.c     sconf->adapt_order          = get_bits1(&gb);
get_bits1         333 libavcodec/alsdec.c     sconf->long_term_prediction = get_bits1(&gb);
get_bits1         336 libavcodec/alsdec.c     sconf->bgmc                 = get_bits1(&gb);
get_bits1         337 libavcodec/alsdec.c     sconf->sb_part              = get_bits1(&gb);
get_bits1         338 libavcodec/alsdec.c     sconf->joint_stereo         = get_bits1(&gb);
get_bits1         339 libavcodec/alsdec.c     sconf->mc_coding            = get_bits1(&gb);
get_bits1         340 libavcodec/alsdec.c     sconf->chan_config          = get_bits1(&gb);
get_bits1         341 libavcodec/alsdec.c     sconf->chan_sort            = get_bits1(&gb);
get_bits1         342 libavcodec/alsdec.c     sconf->crc_enabled          = get_bits1(&gb);
get_bits1         343 libavcodec/alsdec.c     sconf->rlslms               = get_bits1(&gb);
get_bits1         497 libavcodec/alsdec.c     int r   = k ? get_bits1(gb) : !(q & 1);
get_bits1         594 libavcodec/alsdec.c     *bd->const_block = get_bits1(gb);    // 1 = constant value, 0 = zero block (silence)
get_bits1         595 libavcodec/alsdec.c     bd->js_blocks    = get_bits1(gb);
get_bits1         648 libavcodec/alsdec.c     bd->js_blocks   = get_bits1(gb);
get_bits1         659 libavcodec/alsdec.c             log2_sub_blocks = 2 * get_bits1(gb);
get_bits1         694 libavcodec/alsdec.c     if (get_bits1(gb))
get_bits1         771 libavcodec/alsdec.c         *bd->use_ltp = get_bits1(gb);
get_bits1        1020 libavcodec/alsdec.c     if (get_bits1(gb)) {
get_bits1        1230 libavcodec/alsdec.c     while (entries < channels && !(current->stop_flag = get_bits1(gb))) {
get_bits1        1239 libavcodec/alsdec.c             current->time_diff_flag = get_bits1(gb);
get_bits1        1249 libavcodec/alsdec.c                 current->time_diff_sign  = get_bits1(gb);
get_bits1        1471 libavcodec/alsdec.c     use_acf = get_bits1(gb);
get_bits1        1485 libavcodec/alsdec.c             if (get_bits1(gb)) {
get_bits1        1497 libavcodec/alsdec.c         partA_flag   = get_bits1(gb);
get_bits1        1498 libavcodec/alsdec.c         shift_amp    = get_bits1(gb);
get_bits1        1508 libavcodec/alsdec.c             if (!get_bits1(gb)) { //uncompressed
get_bits1        1548 libavcodec/alsdec.c             if (!get_bits1(gb)) { //uncompressed
get_bits1        1641 libavcodec/alsdec.c         ctx->js_switch = get_bits1(gb);
get_bits1         279 libavcodec/atrac3.c     coding_mode  = get_bits1(gb);    // coding Mode: 0 - VLC/ 1-CLC
get_bits1         353 libavcodec/atrac3.c             band_flags[b] = get_bits1(gb);
get_bits1         362 libavcodec/atrac3.c             coding_mode = get_bits1(gb);
get_bits1         704 libavcodec/atrac3.c             q->weighting_delay[js_pair][4] = get_bits1(&q->gb);
get_bits1         418 libavcodec/atrac3plus.c                     if (!get_bits1(gb)) {
get_bits1         455 libavcodec/atrac3plus.c             chan->qu_wordlen[i] = ch_num ? get_bits1(gb) : 1;
get_bits1         682 libavcodec/atrac3plus.c     if (get_bits1(gb)) {
get_bits1         704 libavcodec/atrac3plus.c             chan->qu_tab_idx[i] = get_bits1(gb);                        \
get_bits1         739 libavcodec/atrac3plus.c     chan->table_type = get_bits1(gb);
get_bits1         791 libavcodec/atrac3plus.c     ctx->use_full_table = get_bits1(gb);
get_bits1         827 libavcodec/atrac3plus.c         if (group_size == 1 || get_bits1(gb)) {
get_bits1         835 libavcodec/atrac3plus.c                     else if (cf && get_bits1(gb))
get_bits1         931 libavcodec/atrac3plus.c     result = get_bits1(gb);
get_bits1         933 libavcodec/atrac3plus.c         if (get_bits1(gb))
get_bits1         935 libavcodec/atrac3plus.c                 out[i] = get_bits1(gb);
get_bits1        1107 libavcodec/atrac3plus.c                     if (get_bits1(gb))
get_bits1        1252 libavcodec/atrac3plus.c                             if (get_bits1(gb))
get_bits1        1279 libavcodec/atrac3plus.c                 if (dst->num_points > ref->num_points || get_bits1(gb))
get_bits1        1375 libavcodec/atrac3plus.c         if (get_bits1(gb)) { /* gain control data present? */
get_bits1        1377 libavcodec/atrac3plus.c             if (get_bits1(gb)) /* is high band gain data replication on? */
get_bits1        1416 libavcodec/atrac3plus.c     if (!ch_num || !get_bits1(gb)) { /* mode 0: fixed-length coding */
get_bits1        1420 libavcodec/atrac3plus.c             dst[sb].pend_env.has_start_point = get_bits1(gb);
get_bits1        1423 libavcodec/atrac3plus.c             dst[sb].pend_env.has_stop_point  = get_bits1(gb);
get_bits1        1522 libavcodec/atrac3plus.c     if (!ch_num || !get_bits1(gb)) { /* mode 0: fixed-length coding */
get_bits1        1527 libavcodec/atrac3plus.c             direction = (dst[sb].num_wavs > 1) ? get_bits1(gb) : 0;
get_bits1        1709 libavcodec/atrac3plus.c     ctx->waves_info->tones_present = get_bits1(gb);
get_bits1        1715 libavcodec/atrac3plus.c     ctx->waves_info->amplitude_mode = get_bits1(gb);
get_bits1        1775 libavcodec/atrac3plus.c     ctx->mute_flag = get_bits1(gb);
get_bits1        1808 libavcodec/atrac3plus.c     ctx->noise_present = get_bits1(gb);
get_bits1         344 libavcodec/atrac3plusdec.c     if (get_bits1(&ctx->gb)) {
get_bits1         213 libavcodec/atrac9dec.c     b->has_band_ext_data = get_bits1(gb);
get_bits1         638 libavcodec/atrac9dec.c     const int first_in_pkt = !get_bits1(gb);
get_bits1         639 libavcodec/atrac9dec.c     const int reuse_params =  get_bits1(gb);
get_bits1         701 libavcodec/atrac9dec.c         b->has_band_ext = get_bits1(gb);
get_bits1         725 libavcodec/atrac9dec.c         b->cpe_base_channel = get_bits1(gb);
get_bits1         726 libavcodec/atrac9dec.c         if (get_bits1(gb)) {
get_bits1         728 libavcodec/atrac9dec.c                 b->is_signs[i] = 1 - 2*get_bits1(gb);
get_bits1         889 libavcodec/atrac9dec.c     if (get_bits1(&gb)) {
get_bits1         112 libavcodec/av1_parse.h     if (get_bits1(&gb) != 0) // obu_forbidden_bit
get_bits1         116 libavcodec/av1_parse.h     extension_flag = get_bits1(&gb);
get_bits1         117 libavcodec/av1_parse.h     has_size_flag  = get_bits1(&gb);
get_bits1         134 libavcodec/avs.c             if (sub_type == AVS_I_FRAME || get_bits1(&change_map)) {
get_bits1         555 libavcodec/bgmc.c             value = 2 * value + get_bits1(gb);
get_bits1         223 libavcodec/bink.c         if (!get_bits1(gb)) {
get_bits1         258 libavcodec/bink.c     if (get_bits1(gb)) {
get_bits1         341 libavcodec/bink.c     if (get_bits1(gb)) {
get_bits1         365 libavcodec/bink.c     if (get_bits1(gb)) {
get_bits1         368 libavcodec/bink.c             sign = -get_bits1(gb);
get_bits1         377 libavcodec/bink.c                 sign = -get_bits1(gb);
get_bits1         410 libavcodec/bink.c     if (get_bits1(gb)) {
get_bits1         468 libavcodec/bink.c     if (get_bits1(gb)) {
get_bits1         512 libavcodec/bink.c         sign = -get_bits1(gb);
get_bits1         528 libavcodec/bink.c                     sign = -get_bits1(gb);
get_bits1         662 libavcodec/bink.c             if (!(mode_list[list_pos] | coef_list[list_pos]) || !get_bits1(gb)) {
get_bits1         678 libavcodec/bink.c                     if (get_bits1(gb)) {
get_bits1         683 libavcodec/bink.c                             t = 1 - (get_bits1(gb) << 1);
get_bits1         686 libavcodec/bink.c                             sign = -get_bits1(gb);
get_bits1         704 libavcodec/bink.c                     t = 1 - (get_bits1(gb) << 1);
get_bits1         707 libavcodec/bink.c                     sign = -get_bits1(gb);
get_bits1         770 libavcodec/bink.c             if (!get_bits1(gb))
get_bits1         782 libavcodec/bink.c             if (!(coef_list[list_pos] | mode_list[list_pos]) || !get_bits1(gb)) {
get_bits1         798 libavcodec/bink.c                     if (get_bits1(gb)) {
get_bits1         803 libavcodec/bink.c                         sign = -get_bits1(gb);
get_bits1         821 libavcodec/bink.c                 sign = -get_bits1(gb);
get_bits1         893 libavcodec/bink.c                     mode = get_bits1(gb);
get_bits1        1036 libavcodec/bink.c     if (c->version == 'k' && get_bits1(gb)) {
get_bits1        1113 libavcodec/bink.c                         if (get_bits1(gb)) {
get_bits1        1178 libavcodec/bink.c                     if (get_bits1(gb)) {
get_bits1         157 libavcodec/binkaudio.c     if (get_bits1(gb))
get_bits1         212 libavcodec/binkaudio.c                 int v = get_bits1(gb);
get_bits1         236 libavcodec/binkaudio.c                         v = get_bits1(gb);
get_bits1         673 libavcodec/cavsdec.c         if (!get_bits1(gb)) {
get_bits1         747 libavcodec/cavsdec.c         ref[0] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         751 libavcodec/cavsdec.c         ref[0] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         752 libavcodec/cavsdec.c         ref[2] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         757 libavcodec/cavsdec.c         ref[0] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         758 libavcodec/cavsdec.c         ref[1] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         763 libavcodec/cavsdec.c         ref[0] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         764 libavcodec/cavsdec.c         ref[1] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         765 libavcodec/cavsdec.c         ref[2] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         766 libavcodec/cavsdec.c         ref[3] = h->ref_flag ? 0 : get_bits1(gb);
get_bits1         940 libavcodec/cavsdec.c         h->qp_fixed = get_bits1(gb);
get_bits1         946 libavcodec/cavsdec.c         if (get_bits1(gb)) { //slice_weighting_flag
get_bits1        1007 libavcodec/cavsdec.c         if (get_bits1(&h->gb))
get_bits1        1058 libavcodec/cavsdec.c     h->progressive   = get_bits1(&h->gb);
get_bits1        1061 libavcodec/cavsdec.c         h->pic_structure = get_bits1(&h->gb);
get_bits1        1067 libavcodec/cavsdec.c     h->qp_fixed = get_bits1(&h->gb);
get_bits1        1075 libavcodec/cavsdec.c             h->ref_flag        = get_bits1(&h->gb);
get_bits1        1077 libavcodec/cavsdec.c         h->skip_mode_flag      = get_bits1(&h->gb);
get_bits1        1079 libavcodec/cavsdec.c     h->loop_filter_disable     = get_bits1(&h->gb);
get_bits1        1080 libavcodec/cavsdec.c     if (!h->loop_filter_disable && get_bits1(&h->gb)) {
get_bits1        1204 libavcodec/cavsdec.c     h->low_delay =  get_bits1(&h->gb);
get_bits1          46 libavcodec/cbs_av1.c         if (get_bits1(gbc))
get_bits1         243 libavcodec/cbs_av1.c         extra_bit = get_bits1(gbc);
get_bits1         331 libavcodec/cbs_av1.c         if (get_bits1(gbc)) {
get_bits1          52 libavcodec/cbs_h2645.c         k = get_bits1(gbc);
get_bits1          64 libavcodec/cbs_h2645.c         k = get_bits1(gbc);
get_bits1         105 libavcodec/cbs_h2645.c         k = get_bits1(gbc);
get_bits1         117 libavcodec/cbs_h2645.c         k = get_bits1(gbc);
get_bits1          45 libavcodec/cbs_vp9.c     sign      = get_bits1(gbc);
get_bits1         113 libavcodec/cbs_vp9.c         if (get_bits1(gbc)) {
get_bits1          89 libavcodec/cdxl.c                 out[linesize * y + x] |= get_bits1(&gb) << plane;
get_bits1         105 libavcodec/cdxl.c                 out[linesize * y + x] |= get_bits1(&gb) << plane;
get_bits1         106 libavcodec/clearvideo.c             if (get_bits1(gb))
get_bits1         109 libavcodec/clearvideo.c             last = get_bits1(gb);
get_bits1         180 libavcodec/clearvideo.c         has_ac[i] = get_bits1(&c->gb);
get_bits1         578 libavcodec/clearvideo.c                 if (get_bits1(&c->gb)) {
get_bits1         348 libavcodec/cook.c         int gain = get_bits1(gb) ? get_bits(gb, 4) - 7 : -1;
get_bits1         574 libavcodec/cook.c                     subband_coef_sign[i * vd + j] = get_bits1(&q->gb);
get_bits1         750 libavcodec/cook.c     int vlc    = get_bits1(&q->gb);
get_bits1          96 libavcodec/dca.c     h->normal_frame = get_bits1(gb);
get_bits1         101 libavcodec/dca.c     h->crc_present = get_bits1(gb);
get_bits1         119 libavcodec/dca.c     if (get_bits1(gb))
get_bits1         122 libavcodec/dca.c     h->drc_present = get_bits1(gb);
get_bits1         123 libavcodec/dca.c     h->ts_present = get_bits1(gb);
get_bits1         124 libavcodec/dca.c     h->aux_present = get_bits1(gb);
get_bits1         125 libavcodec/dca.c     h->hdcd_master = get_bits1(gb);
get_bits1         127 libavcodec/dca.c     h->ext_audio_present = get_bits1(gb);
get_bits1         128 libavcodec/dca.c     h->sync_ssf = get_bits1(gb);
get_bits1         133 libavcodec/dca.c     h->predictor_history = get_bits1(gb);
get_bits1         136 libavcodec/dca.c     h->filter_perfect = get_bits1(gb);
get_bits1         143 libavcodec/dca.c     h->sumdiff_front = get_bits1(gb);
get_bits1         144 libavcodec/dca.c     h->sumdiff_surround = get_bits1(gb);
get_bits1         223 libavcodec/dca_core.c         if (get_bits1(&s->gb)) {
get_bits1         227 libavcodec/dca_core.c             s->xxch_dmix_embedded = get_bits1(&s->gb);
get_bits1         418 libavcodec/dca_core.c             s->prediction_mode[ch][band] = get_bits1(&s->gb);
get_bits1         879 libavcodec/dca_core.c     s->xxch_crc_present = get_bits1(&s->gb);
get_bits1        1101 libavcodec/dca_core.c     xbr_transition_mode = get_bits1(&s->gb);
get_bits1        1316 libavcodec/dca_core.c             s->prediction_mode[ch][band] = get_bits1(&s->gb);
get_bits1        1410 libavcodec/dca_core.c     s->x96_high_res = get_bits1(&s->gb);
get_bits1        1571 libavcodec/dca_core.c     s->x96_crc_present = get_bits1(&s->gb);
get_bits1        1639 libavcodec/dca_core.c     if (get_bits1(&s->gb))
get_bits1        1643 libavcodec/dca_core.c     if (s->prim_dmix_embedded = get_bits1(&s->gb)) {
get_bits1          29 libavcodec/dca_exss.c     if (asset->xll_sync_present = get_bits1(&s->gb)) {
get_bits1          55 libavcodec/dca_exss.c     if (get_bits1(&s->gb))
get_bits1          76 libavcodec/dca_exss.c         if (get_bits1(&s->gb))
get_bits1          81 libavcodec/dca_exss.c         if (get_bits1(&s->gb))
get_bits1          86 libavcodec/dca_exss.c         if (get_bits1(&s->gb)) {
get_bits1         108 libavcodec/dca_exss.c         if (asset->one_to_one_map_ch_to_spkr = get_bits1(&s->gb)) {
get_bits1         114 libavcodec/dca_exss.c             asset->embedded_stereo = asset->nchannels_total > 2 && get_bits1(&s->gb);
get_bits1         117 libavcodec/dca_exss.c             asset->embedded_6ch = asset->nchannels_total > 6 && get_bits1(&s->gb);
get_bits1         120 libavcodec/dca_exss.c             if (asset->spkr_mask_enabled = get_bits1(&s->gb)) {
get_bits1         167 libavcodec/dca_exss.c     drc_present = get_bits1(&s->gb);
get_bits1         174 libavcodec/dca_exss.c     if (get_bits1(&s->gb))
get_bits1         183 libavcodec/dca_exss.c     if (s->mix_metadata_enabled && get_bits1(&s->gb)) {
get_bits1         202 libavcodec/dca_exss.c         if (get_bits1(&s->gb))
get_bits1         246 libavcodec/dca_exss.c             if (get_bits1(&s->gb))
get_bits1         296 libavcodec/dca_exss.c         if (get_bits1(&s->gb))
get_bits1         395 libavcodec/dca_exss.c     wide_hdr = get_bits1(&s->gb);
get_bits1         417 libavcodec/dca_exss.c     if (s->static_fields_present = get_bits1(&s->gb)) {
get_bits1         427 libavcodec/dca_exss.c         if (get_bits1(&s->gb))
get_bits1         456 libavcodec/dca_exss.c         if (s->mix_metadata_enabled = get_bits1(&s->gb)) {
get_bits1         328 libavcodec/dca_lbr.c                 if (get_bits1(&s->gb)) {
get_bits1         642 libavcodec/dca_lbr.c     coding_method = get_bits1(&s->gb);
get_bits1         658 libavcodec/dca_lbr.c                 if (get_bits1(&s->gb))
get_bits1         659 libavcodec/dca_lbr.c                     samples[i] = ff_dca_rsd_level_2b[get_bits1(&s->gb)];
get_bits1         896 libavcodec/dca_lbr.c                 if (get_bits1(&s->gb)) {
get_bits1         177 libavcodec/dca_xll.c         c->primary_chset = get_bits1(&s->gb);
get_bits1         184 libavcodec/dca_xll.c         c->dmix_coeffs_present = get_bits1(&s->gb);
get_bits1         187 libavcodec/dca_xll.c         c->dmix_embedded = c->dmix_coeffs_present && get_bits1(&s->gb);
get_bits1         199 libavcodec/dca_xll.c         c->hier_chset = get_bits1(&s->gb);
get_bits1         210 libavcodec/dca_xll.c         if (!get_bits1(&s->gb)) {
get_bits1         228 libavcodec/dca_xll.c         if (c->nchannels != 2 || s->nchsets != 1 || get_bits1(&s->gb)) {
get_bits1         245 libavcodec/dca_xll.c         if (get_bits1(&s->gb)) {
get_bits1         280 libavcodec/dca_xll.c         if ((b->decor_enabled = get_bits1(&s->gb)) && c->nchannels > 1) {
get_bits1         294 libavcodec/dca_xll.c                 b->decor_coeff[i] = get_bits1(&s->gb) ? get_linear(&s->gb, 7) : 0;
get_bits1         334 libavcodec/dca_xll.c         b->dmix_embedded = c->dmix_embedded && (band == 0 || get_bits1(&s->gb));
get_bits1         337 libavcodec/dca_xll.c         if ((band == 0 && s->scalable_lsbs) || (band != 0 && get_bits1(&s->gb))) {
get_bits1         365 libavcodec/dca_xll.c         if ((band == 0 && s->scalable_lsbs) || (band != 0 && get_bits1(&s->gb))) {
get_bits1         448 libavcodec/dca_xll.c     if (!(seg && get_bits1(&s->gb))) {
get_bits1         452 libavcodec/dca_xll.c         c->seg_common = get_bits1(&s->gb);
get_bits1         461 libavcodec/dca_xll.c             c->rice_code_flag[i] = get_bits1(&s->gb);
get_bits1         464 libavcodec/dca_xll.c             if (!c->seg_common && c->rice_code_flag[i] && get_bits1(&s->gb))
get_bits1         850 libavcodec/dca_xll.c     s->scalable_lsbs = get_bits1(&s->gb);
get_bits1         154 libavcodec/dirac.c     if (get_bits1(gb)) {
get_bits1         162 libavcodec/dirac.c     if (get_bits1(gb))
get_bits1         174 libavcodec/dirac.c     if (get_bits1(gb))
get_bits1         181 libavcodec/dirac.c     if (get_bits1(gb)) { /* [DIRAC_STD] custom_frame_rate_flag */
get_bits1         206 libavcodec/dirac.c     if (get_bits1(gb)) { /* [DIRAC_STD] custom_pixel_aspect_ratio_flag */
get_bits1         225 libavcodec/dirac.c     if (get_bits1(gb)) { /* [DIRAC_STD] custom_clean_area_flag */
get_bits1         239 libavcodec/dirac.c     if (get_bits1(gb)) { /* [DIRAC_STD] custom_signal_range_flag */
get_bits1         284 libavcodec/dirac.c     if (get_bits1(gb)) { /* [DIRAC_STD] custom_colour_spec_flag */
get_bits1         297 libavcodec/dirac.c             if (get_bits1(gb)) {
get_bits1         303 libavcodec/dirac.c             if (get_bits1(gb)) {
get_bits1         311 libavcodec/dirac.c             if (get_bits1(gb) && !get_interleaved_ue_golomb(gb))
get_bits1         501 libavcodec/diracdec.c             zero_block = get_bits1(gb);
get_bits1        1165 libavcodec/diracdec.c     s->globalmc_flag = get_bits1(gb);
get_bits1        1170 libavcodec/diracdec.c             if (get_bits1(gb)) {
get_bits1        1176 libavcodec/diracdec.c             if (get_bits1(gb)) {
get_bits1        1187 libavcodec/diracdec.c             if (get_bits1(gb)) {
get_bits1        1212 libavcodec/diracdec.c     if (get_bits1(gb)) {
get_bits1        1246 libavcodec/diracdec.c     s->zero_res = s->num_refs ? get_bits1(gb) : 0;
get_bits1        1257 libavcodec/diracdec.c         if (get_bits1(gb)) {
get_bits1        1300 libavcodec/diracdec.c         if (get_bits1(gb)) {
get_bits1         487 libavcodec/dnxhddec.c         interlaced_mb = get_bits1(&row->gb);
get_bits1         492 libavcodec/dnxhddec.c     act = get_bits1(&row->gb);
get_bits1         180 libavcodec/dolby_e.c         c->exp_strategy[i] = !i || g->nb_exponent != p->nb_exponent || get_bits1(&s->gb);
get_bits1         289 libavcodec/dolby_e.c         bap_strategy[i] = !i || get_bits1(&s->gb);
get_bits1         293 libavcodec/dolby_e.c             msk_mod[i] = get_bits1(&s->gb);
get_bits1         301 libavcodec/dolby_e.c     if (get_bits1(&s->gb)) {
get_bits1         333 libavcodec/dolby_e.c         if (get_bits1(&s->gb)) {
get_bits1         113 libavcodec/dstdec.c     if (!get_bits1(gb)) {
get_bits1         134 libavcodec/dstdec.c     if (v && get_bits1(gb))
get_bits1         155 libavcodec/dstdec.c         if (!get_bits1(gb)) {
get_bits1         267 libavcodec/dstdec.c     if (!get_bits1(gb)) {
get_bits1         277 libavcodec/dstdec.c     if (!get_bits1(gb)) {
get_bits1         282 libavcodec/dstdec.c     if (!get_bits1(gb)) {
get_bits1         287 libavcodec/dstdec.c     if (!get_bits1(gb)) {
get_bits1         294 libavcodec/dstdec.c     same_map = get_bits1(gb);
get_bits1         311 libavcodec/dstdec.c         half_prob[ch] = get_bits1(gb);
get_bits1         327 libavcodec/dstdec.c     if (get_bits1(gb))
get_bits1         396 libavcodec/dvbsubdec.c             bits = get_bits1(&gb);
get_bits1         412 libavcodec/dvbsubdec.c                 bits = get_bits1(&gb);
get_bits1         503 libavcodec/dvbsubdec.c             bits = get_bits1(&gb);
get_bits1         524 libavcodec/dvbsubdec.c                 bits = get_bits1(&gb);
get_bits1         373 libavcodec/dvdec.c             dct_mode = get_bits1(&gb);
get_bits1          84 libavcodec/dvdsubdec.c     int has_run = get_bits1(gb);
get_bits1          85 libavcodec/dvdsubdec.c     *color = get_bits(gb, 2 + 6*get_bits1(gb));
get_bits1          87 libavcodec/dvdsubdec.c         if (get_bits1(gb)) {
get_bits1         213 libavcodec/eac3dec.c                 gaq_gain[gs++] = get_bits1(gbc) << (gaq_mode-1);
get_bits1         337 libavcodec/eac3dec.c         s->compression_exists[i] = get_bits1(gbc);
get_bits1         345 libavcodec/eac3dec.c         if (get_bits1(gbc)) {
get_bits1         362 libavcodec/eac3dec.c     if (get_bits1(gbc)) {
get_bits1         379 libavcodec/eac3dec.c         if (s->lfe_on && (s->lfe_mix_level_exists = get_bits1(gbc))) {
get_bits1         387 libavcodec/eac3dec.c                 if (get_bits1(gbc)) {
get_bits1         391 libavcodec/eac3dec.c             if (get_bits1(gbc)) {
get_bits1         407 libavcodec/eac3dec.c                     if (get_bits1(gbc)) {
get_bits1         417 libavcodec/eac3dec.c             if (get_bits1(gbc)) {
get_bits1         419 libavcodec/eac3dec.c                     if (s->num_blocks == 1 || get_bits1(gbc)) {
get_bits1         428 libavcodec/eac3dec.c     if (get_bits1(gbc)) {
get_bits1         439 libavcodec/eac3dec.c             if (get_bits1(gbc)) {
get_bits1         458 libavcodec/eac3dec.c             (s->num_blocks == 6 || get_bits1(gbc))) {
get_bits1         463 libavcodec/eac3dec.c     if (get_bits1(gbc)) {
get_bits1         473 libavcodec/eac3dec.c         ac3_exponent_strategy = get_bits1(gbc);
get_bits1         474 libavcodec/eac3dec.c         parse_aht_info        = get_bits1(gbc);
get_bits1         483 libavcodec/eac3dec.c     parse_transient_proc_info = get_bits1(gbc);
get_bits1         485 libavcodec/eac3dec.c     s->block_switch_syntax = get_bits1(gbc);
get_bits1         489 libavcodec/eac3dec.c     s->dither_flag_syntax = get_bits1(gbc);
get_bits1         496 libavcodec/eac3dec.c     s->bit_allocation_syntax = get_bits1(gbc);
get_bits1         506 libavcodec/eac3dec.c     s->fast_gain_syntax  = get_bits1(gbc);
get_bits1         507 libavcodec/eac3dec.c     s->dba_syntax        = get_bits1(gbc);
get_bits1         508 libavcodec/eac3dec.c     s->skip_syntax       = get_bits1(gbc);
get_bits1         509 libavcodec/eac3dec.c     parse_spx_atten_data = get_bits1(gbc);
get_bits1         515 libavcodec/eac3dec.c             s->cpl_strategy_exists[blk] = (!blk || get_bits1(gbc));
get_bits1         517 libavcodec/eac3dec.c                 s->cpl_in_use[blk] = get_bits1(gbc);
get_bits1         547 libavcodec/eac3dec.c             s->exp_strategy[blk][s->lfe_ch] = get_bits1(gbc);
get_bits1         552 libavcodec/eac3dec.c             (s->num_blocks == 6 || get_bits1(gbc))) {
get_bits1         572 libavcodec/eac3dec.c             s->channel_uses_aht[ch] = use_aht && get_bits1(gbc);
get_bits1         589 libavcodec/eac3dec.c             if (get_bits1(gbc)) { // channel in transient processing
get_bits1         598 libavcodec/eac3dec.c         if (parse_spx_atten_data && get_bits1(gbc)) {
get_bits1         606 libavcodec/eac3dec.c     if (s->num_blocks > 1 && get_bits1(gbc)) {
get_bits1         200 libavcodec/eamad.c     if (get_bits1(gb)) {
get_bits1         201 libavcodec/eamad.c         if (get_bits1(gb))
get_bits1         124 libavcodec/escape124.c     value = get_bits1(gb);
get_bits1         145 libavcodec/escape124.c     int value = get_bits1(gb);
get_bits1         148 libavcodec/escape124.c         value = get_bits1(gb);
get_bits1         313 libavcodec/escape124.c             while (get_bits_left(&gb) >= 1 && !get_bits1(&gb)) {
get_bits1         325 libavcodec/escape124.c             if (!get_bits1(&gb)) {
get_bits1         343 libavcodec/escape124.c                 while (get_bits_left(&gb) >= 1 && !get_bits1(&gb)) {
get_bits1         173 libavcodec/escape130.c     value = get_bits1(gb);
get_bits1         257 libavcodec/escape130.c             if (get_bits1(&gb)) {
get_bits1         265 libavcodec/escape130.c             } else if (get_bits1(&gb)) {
get_bits1         266 libavcodec/escape130.c                 if (get_bits1(&gb)) {
get_bits1         276 libavcodec/escape130.c             if (get_bits1(&gb)) {
get_bits1         277 libavcodec/escape130.c                 if (get_bits1(&gb)) {
get_bits1         115 libavcodec/evrcdec.c         frame->lpc_flag        = get_bits1(gb);
get_bits1         140 libavcodec/evrcdec.c         frame->tty             = get_bits1(gb);
get_bits1         146 libavcodec/faxcompr.c                 newmode = get_bits1(gb);
get_bits1         374 libavcodec/faxcompr.c         state += state + get_bits1(gb);
get_bits1         418 libavcodec/faxcompr.c             if (compr == TIFF_CCITT_RLE || g3d1 || get_bits1(&gb))
get_bits1          75 libavcodec/ffv1dec_template.c                     if (get_bits1(&s->gb)) {
get_bits1         146 libavcodec/fic.c     if (get_bits1(gb)) {
get_bits1          62 libavcodec/flac.c     fi->is_var_size = get_bits1(gb);
get_bits1          93 libavcodec/flac.c     if (get_bits1(gb)) {
get_bits1         420 libavcodec/flacdec.c     if (get_bits1(&s->gb)) {
get_bits1         426 libavcodec/flacdec.c     if (get_bits1(&s->gb)) {
get_bits1         297 libavcodec/flashsv.c         if (get_bits1(&gb)) {
get_bits1         301 libavcodec/flashsv.c         if (get_bits1(&gb)) {
get_bits1         403 libavcodec/flashsv.c                 has_diff          = get_bits1(&gb);
get_bits1         404 libavcodec/flashsv.c                 s->zlibprime_curr = get_bits1(&gb);
get_bits1         405 libavcodec/flashsv.c                 s->zlibprime_prev = get_bits1(&gb);
get_bits1         143 libavcodec/g723_1dec.c     p->subframe[0].grid_index = get_bits1(&gb);
get_bits1         144 libavcodec/g723_1dec.c     p->subframe[1].grid_index = get_bits1(&gb);
get_bits1         145 libavcodec/g723_1dec.c     p->subframe[2].grid_index = get_bits1(&gb);
get_bits1         146 libavcodec/g723_1dec.c     p->subframe[3].grid_index = get_bits1(&gb);
get_bits1         503 libavcodec/g729dec.c                 bad_pitch = av_parity(ac_index >> 2) == get_bits1(&gb);
get_bits1         614 libavcodec/get_bits.h     int bit = get_bits1(s);
get_bits1         834 libavcodec/get_bits.h     n = get_bits1(gb);
get_bits1         838 libavcodec/get_bits.h         return get_bits1(gb) + 1;
get_bits1         843 libavcodec/get_bits.h     if (get_bits1(gb))
get_bits1         846 libavcodec/get_bits.h         return 2 - get_bits1(gb);
get_bits1         859 libavcodec/get_bits.h     while (get_bits1(gb)) {
get_bits1         218 libavcodec/golomb.h         return get_bits1(gb) ^ 1;
get_bits1         231 libavcodec/golomb.h         return get_bits1(gb) ^ 1;
get_bits1         364 libavcodec/golomb.h         int sign = -get_bits1(gb);
get_bits1         448 libavcodec/golomb.h              i < limit && get_bits1(gb) == 0 && get_bits_left(gb) > 0;
get_bits1         246 libavcodec/h261dec.c     if (mv_diff && !get_bits1(gb))
get_bits1         509 libavcodec/h261dec.c     format = get_bits1(&s->gb);
get_bits1         296 libavcodec/h2645_parse.c     if (get_bits1(gb) != 0)
get_bits1         317 libavcodec/h2645_parse.c     if (get_bits1(gb) != 0)
get_bits1         503 libavcodec/h264_cavlc.c                     level_code= (prefix<<1) + get_bits1(gb); //part
get_bits1         508 libavcodec/h264_cavlc.c                     level_code= (prefix<<1) + get_bits1(gb); //part
get_bits1         729 libavcodec/h264_cavlc.c                     sl->mb_mbaff = sl->mb_field_decoding_flag = get_bits1(&sl->gb);
get_bits1         737 libavcodec/h264_cavlc.c             sl->mb_mbaff = sl->mb_field_decoding_flag = get_bits1(&sl->gb);
get_bits1         810 libavcodec/h264_cavlc.c             if(dct8x8_allowed && get_bits1(&sl->gb)){
get_bits1         819 libavcodec/h264_cavlc.c                 if(!get_bits1(&sl->gb)){
get_bits1         890 libavcodec/h264_cavlc.c                         tmp= get_bits1(&sl->gb)^1;
get_bits1         966 libavcodec/h264_cavlc.c                             val= get_bits1(&sl->gb)^1;
get_bits1         997 libavcodec/h264_cavlc.c                                 val= get_bits1(&sl->gb)^1;
get_bits1        1035 libavcodec/h264_cavlc.c                                 val= get_bits1(&sl->gb)^1;
get_bits1        1097 libavcodec/h264_cavlc.c         mb_type |= MB_TYPE_8x8DCT*get_bits1(&sl->gb);
get_bits1          60 libavcodec/h264_parse.c             luma_weight_flag = get_bits1(gb);
get_bits1          78 libavcodec/h264_parse.c                 chroma_weight_flag = get_bits1(gb);
get_bits1         234 libavcodec/h264_parse.c         num_ref_idx_active_override_flag = get_bits1(gb);
get_bits1         171 libavcodec/h264_parser.c         get_bits1(gb); // direct_spatial_mv_pred
get_bits1         180 libavcodec/h264_parser.c             if (get_bits1(gb)) {
get_bits1         210 libavcodec/h264_parser.c     if (get_bits1(gb)) { // adaptive_ref_pic_marking_mode_flag
get_bits1         320 libavcodec/h264_parser.c         get_bits1(&nal.gb);
get_bits1         414 libavcodec/h264_parser.c                 if (get_bits1(&nal.gb)) { // field_pic_flag
get_bits1         415 libavcodec/h264_parser.c                     p->picture_structure = PICT_TOP_FIELD + get_bits1(&nal.gb); // bottom_field_flag
get_bits1         123 libavcodec/h264_ps.c         get_bits1(gb);          /* cbr_flag */
get_bits1         139 libavcodec/h264_ps.c     aspect_ratio_info_present_flag = get_bits1(gb);
get_bits1         157 libavcodec/h264_ps.c     if (get_bits1(gb))      /* overscan_info_present_flag */
get_bits1         158 libavcodec/h264_ps.c         get_bits1(gb);      /* overscan_appropriate_flag */
get_bits1         160 libavcodec/h264_ps.c     sps->video_signal_type_present_flag = get_bits1(gb);
get_bits1         163 libavcodec/h264_ps.c         sps->full_range = get_bits1(gb); /* video_full_range_flag */
get_bits1         165 libavcodec/h264_ps.c         sps->colour_description_present_flag = get_bits1(gb);
get_bits1         182 libavcodec/h264_ps.c     if (get_bits1(gb)) {
get_bits1         194 libavcodec/h264_ps.c     sps->timing_info_present_flag = get_bits1(gb);
get_bits1         207 libavcodec/h264_ps.c         sps->fixed_frame_rate_flag = get_bits1(gb);
get_bits1         210 libavcodec/h264_ps.c     sps->nal_hrd_parameters_present_flag = get_bits1(gb);
get_bits1         214 libavcodec/h264_ps.c     sps->vcl_hrd_parameters_present_flag = get_bits1(gb);
get_bits1         220 libavcodec/h264_ps.c         get_bits1(gb);     /* low_delay_hrd_flag */
get_bits1         221 libavcodec/h264_ps.c     sps->pic_struct_present_flag = get_bits1(gb);
get_bits1         224 libavcodec/h264_ps.c     sps->bitstream_restriction_flag = get_bits1(gb);
get_bits1         226 libavcodec/h264_ps.c         get_bits1(gb);     /* motion_vectors_over_pic_boundaries_flag */
get_bits1         258 libavcodec/h264_ps.c     if (!get_bits1(gb)) /* matrix not written, we use the predicted one */
get_bits1         293 libavcodec/h264_ps.c     if (get_bits1(gb)) {
get_bits1         356 libavcodec/h264_ps.c     constraint_set_flags |= get_bits1(gb) << 0;   // constraint_set0_flag
get_bits1         357 libavcodec/h264_ps.c     constraint_set_flags |= get_bits1(gb) << 1;   // constraint_set1_flag
get_bits1         358 libavcodec/h264_ps.c     constraint_set_flags |= get_bits1(gb) << 2;   // constraint_set2_flag
get_bits1         359 libavcodec/h264_ps.c     constraint_set_flags |= get_bits1(gb) << 3;   // constraint_set3_flag
get_bits1         360 libavcodec/h264_ps.c     constraint_set_flags |= get_bits1(gb) << 4;   // constraint_set4_flag
get_bits1         361 libavcodec/h264_ps.c     constraint_set_flags |= get_bits1(gb) << 5;   // constraint_set5_flag
get_bits1         400 libavcodec/h264_ps.c             sps->residual_color_transform_flag = get_bits1(gb);
get_bits1         419 libavcodec/h264_ps.c         sps->transform_bypass = get_bits1(gb);
get_bits1         451 libavcodec/h264_ps.c         sps->delta_pic_order_always_zero_flag = get_bits1(gb);
get_bits1         493 libavcodec/h264_ps.c     sps->gaps_in_frame_num_allowed_flag = get_bits1(gb);
get_bits1         497 libavcodec/h264_ps.c     sps->frame_mbs_only_flag = get_bits1(gb);
get_bits1         506 libavcodec/h264_ps.c         sps->mb_aff = get_bits1(gb);
get_bits1         518 libavcodec/h264_ps.c     sps->direct_8x8_inference_flag = get_bits1(gb);
get_bits1         525 libavcodec/h264_ps.c     sps->crop = get_bits1(gb);
get_bits1         574 libavcodec/h264_ps.c     sps->vui_parameters_present_flag = get_bits1(gb);
get_bits1         813 libavcodec/h264_ps.c     pps->cabac             = get_bits1(gb);
get_bits1         814 libavcodec/h264_ps.c     pps->pic_order_present = get_bits1(gb);
get_bits1         832 libavcodec/h264_ps.c     pps->weighted_pred                        = get_bits1(gb);
get_bits1         842 libavcodec/h264_ps.c     pps->deblocking_filter_parameters_present = get_bits1(gb);
get_bits1         843 libavcodec/h264_ps.c     pps->constrained_intra_pred               = get_bits1(gb);
get_bits1         844 libavcodec/h264_ps.c     pps->redundant_pic_cnt_present            = get_bits1(gb);
get_bits1         854 libavcodec/h264_ps.c         pps->transform_8x8_mode = get_bits1(gb);
get_bits1         431 libavcodec/h264_refs.c         if (!get_bits1(&sl->gb))    // ref_pic_list_modification_flag_l[01]
get_bits1         843 libavcodec/h264_refs.c         if (get_bits1(gb)) {
get_bits1         850 libavcodec/h264_refs.c         sl->explicit_ref_marking = get_bits1(gb);
get_bits1         344 libavcodec/h264_sei.c     h->arrangement_cancel_flag = get_bits1(gb);
get_bits1         349 libavcodec/h264_sei.c         h->quincunx_sampling_flag         = get_bits1(gb);
get_bits1         354 libavcodec/h264_sei.c         h->current_frame_is_frame0_flag = get_bits1(gb);
get_bits1         371 libavcodec/h264_sei.c     h->present = !get_bits1(gb);
get_bits1         374 libavcodec/h264_sei.c         h->hflip = get_bits1(gb);     // hor_flip
get_bits1         375 libavcodec/h264_sei.c         h->vflip = get_bits1(gb);     // ver_flip
get_bits1        1800 libavcodec/h264_slice.c         field_pic_flag = get_bits1(&sl->gb);
get_bits1        1802 libavcodec/h264_slice.c             bottom_field_flag = get_bits1(&sl->gb);
get_bits1        1841 libavcodec/h264_slice.c         sl->direct_spatial_mv_pred = get_bits1(&sl->gb);
get_bits1        1899 libavcodec/h264_slice.c         get_bits1(&sl->gb); /* sp_for_switch_flag */
get_bits1         105 libavcodec/hcom.c         if (get_bits1(&gb))
get_bits1          67 libavcodec/hevc_parser.c     first_slice_in_pic_flag = get_bits1(gb);
get_bits1         118 libavcodec/hevc_parser.c             dependent_slice_segment_flag = get_bits1(gb);
get_bits1         130 libavcodec/hevc_ps.c         rps_predict = get_bits1(gb);
get_bits1         152 libavcodec/hevc_ps.c         delta_rps_sign = get_bits1(gb);
get_bits1         162 libavcodec/hevc_ps.c             int used = rps->used[k] = get_bits1(gb);
get_bits1         165 libavcodec/hevc_ps.c                 use_delta_flag = get_bits1(gb);
get_bits1         244 libavcodec/hevc_ps.c                 rps->used[i]      = get_bits1(gb);
get_bits1         257 libavcodec/hevc_ps.c                 rps->used[rps->num_negative_pics + i]      = get_bits1(gb);
get_bits1         274 libavcodec/hevc_ps.c     ptl->tier_flag     = get_bits1(gb);
get_bits1         288 libavcodec/hevc_ps.c         ptl->profile_compatibility_flag[i] = get_bits1(gb);
get_bits1         293 libavcodec/hevc_ps.c     ptl->progressive_source_flag    = get_bits1(gb);
get_bits1         294 libavcodec/hevc_ps.c     ptl->interlaced_source_flag     = get_bits1(gb);
get_bits1         295 libavcodec/hevc_ps.c     ptl->non_packed_constraint_flag = get_bits1(gb);
get_bits1         296 libavcodec/hevc_ps.c     ptl->frame_only_constraint_flag = get_bits1(gb);
get_bits1         305 libavcodec/hevc_ps.c         ptl->max_12bit_constraint_flag        = get_bits1(gb);
get_bits1         306 libavcodec/hevc_ps.c         ptl->max_10bit_constraint_flag        = get_bits1(gb);
get_bits1         307 libavcodec/hevc_ps.c         ptl->max_8bit_constraint_flag         = get_bits1(gb);
get_bits1         308 libavcodec/hevc_ps.c         ptl->max_422chroma_constraint_flag    = get_bits1(gb);
get_bits1         309 libavcodec/hevc_ps.c         ptl->max_420chroma_constraint_flag    = get_bits1(gb);
get_bits1         310 libavcodec/hevc_ps.c         ptl->max_monochrome_constraint_flag   = get_bits1(gb);
get_bits1         311 libavcodec/hevc_ps.c         ptl->intra_constraint_flag            = get_bits1(gb);
get_bits1         312 libavcodec/hevc_ps.c         ptl->one_picture_only_constraint_flag = get_bits1(gb);
get_bits1         313 libavcodec/hevc_ps.c         ptl->lower_bit_rate_constraint_flag   = get_bits1(gb);
get_bits1         316 libavcodec/hevc_ps.c             ptl->max_14bit_constraint_flag    = get_bits1(gb);
get_bits1         323 libavcodec/hevc_ps.c         ptl->one_picture_only_constraint_flag = get_bits1(gb);
get_bits1         331 libavcodec/hevc_ps.c         ptl->inbld_flag = get_bits1(gb);
get_bits1         352 libavcodec/hevc_ps.c         ptl->sub_layer_profile_present_flag[i] = get_bits1(gb);
get_bits1         353 libavcodec/hevc_ps.c         ptl->sub_layer_level_present_flag[i]   = get_bits1(gb);
get_bits1         404 libavcodec/hevc_ps.c         nal_params_present = get_bits1(gb);
get_bits1         405 libavcodec/hevc_ps.c         vcl_params_present = get_bits1(gb);
get_bits1         408 libavcodec/hevc_ps.c             subpic_params_present = get_bits1(gb);
get_bits1         432 libavcodec/hevc_ps.c         int fixed_rate = get_bits1(gb);
get_bits1         435 libavcodec/hevc_ps.c             fixed_rate = get_bits1(gb);
get_bits1         440 libavcodec/hevc_ps.c             low_delay = get_bits1(gb);
get_bits1         493 libavcodec/hevc_ps.c     vps->vps_temporal_id_nesting_flag = get_bits1(gb);
get_bits1         509 libavcodec/hevc_ps.c     vps->vps_sub_layer_ordering_info_present_flag = get_bits1(gb);
get_bits1         542 libavcodec/hevc_ps.c     vps->vps_timing_info_present_flag = get_bits1(gb);
get_bits1         546 libavcodec/hevc_ps.c         vps->vps_poc_proportional_to_timing_flag = get_bits1(gb);
get_bits1         560 libavcodec/hevc_ps.c                 common_inf_present = get_bits1(gb);
get_bits1         564 libavcodec/hevc_ps.c     get_bits1(gb); /* vps_extension_flag */
get_bits1         597 libavcodec/hevc_ps.c     sar_present = get_bits1(gb);
get_bits1         610 libavcodec/hevc_ps.c     vui->overscan_info_present_flag = get_bits1(gb);
get_bits1         612 libavcodec/hevc_ps.c         vui->overscan_appropriate_flag = get_bits1(gb);
get_bits1         614 libavcodec/hevc_ps.c     vui->video_signal_type_present_flag = get_bits1(gb);
get_bits1         617 libavcodec/hevc_ps.c         vui->video_full_range_flag           = get_bits1(gb);
get_bits1         618 libavcodec/hevc_ps.c         vui->colour_description_present_flag = get_bits1(gb);
get_bits1         649 libavcodec/hevc_ps.c     vui->chroma_loc_info_present_flag = get_bits1(gb);
get_bits1         655 libavcodec/hevc_ps.c     vui->neutra_chroma_indication_flag = get_bits1(gb);
get_bits1         656 libavcodec/hevc_ps.c     vui->field_seq_flag                = get_bits1(gb);
get_bits1         657 libavcodec/hevc_ps.c     vui->frame_field_info_present_flag = get_bits1(gb);
get_bits1         666 libavcodec/hevc_ps.c         vui->default_display_window_flag = get_bits1(gb);
get_bits1         694 libavcodec/hevc_ps.c     vui->vui_timing_info_present_flag = get_bits1(gb);
get_bits1         713 libavcodec/hevc_ps.c         vui->vui_poc_proportional_to_timing_flag = get_bits1(gb);
get_bits1         716 libavcodec/hevc_ps.c         vui->vui_hrd_parameters_present_flag = get_bits1(gb);
get_bits1         721 libavcodec/hevc_ps.c     vui->bitstream_restriction_flag = get_bits1(gb);
get_bits1         732 libavcodec/hevc_ps.c         vui->tiles_fixed_structure_flag              = get_bits1(gb);
get_bits1         733 libavcodec/hevc_ps.c         vui->motion_vectors_over_pic_boundaries_flag = get_bits1(gb);
get_bits1         734 libavcodec/hevc_ps.c         vui->restricted_ref_pic_lists_flag           = get_bits1(gb);
get_bits1         792 libavcodec/hevc_ps.c             scaling_list_pred_mode_flag = get_bits1(gb);
get_bits1         948 libavcodec/hevc_ps.c         sps->separate_colour_plane_flag = get_bits1(gb);
get_bits1         959 libavcodec/hevc_ps.c     if (get_bits1(gb)) { // pic_conformance_flag
get_bits1        1006 libavcodec/hevc_ps.c     sublayer_ordering_info = get_bits1(gb);
get_bits1        1066 libavcodec/hevc_ps.c     sps->scaling_list_enable_flag = get_bits1(gb);
get_bits1        1070 libavcodec/hevc_ps.c         if (get_bits1(gb)) {
get_bits1        1077 libavcodec/hevc_ps.c     sps->amp_enabled_flag = get_bits1(gb);
get_bits1        1078 libavcodec/hevc_ps.c     sps->sao_enabled      = get_bits1(gb);
get_bits1        1080 libavcodec/hevc_ps.c     sps->pcm_enabled_flag = get_bits1(gb);
get_bits1        1094 libavcodec/hevc_ps.c         sps->pcm.loop_filter_disable_flag = get_bits1(gb);
get_bits1        1109 libavcodec/hevc_ps.c     sps->long_term_ref_pics_present_flag = get_bits1(gb);
get_bits1        1119 libavcodec/hevc_ps.c             sps->used_by_curr_pic_lt_sps_flag[i] = get_bits1(gb);
get_bits1        1123 libavcodec/hevc_ps.c     sps->sps_temporal_mvp_enabled_flag          = get_bits1(gb);
get_bits1        1124 libavcodec/hevc_ps.c     sps->sps_strong_intra_smoothing_enable_flag = get_bits1(gb);
get_bits1        1126 libavcodec/hevc_ps.c     vui_present = get_bits1(gb);
get_bits1        1130 libavcodec/hevc_ps.c     if (get_bits1(gb)) { // sps_extension_flag
get_bits1        1131 libavcodec/hevc_ps.c         sps->sps_range_extension_flag = get_bits1(gb);
get_bits1        1134 libavcodec/hevc_ps.c             sps->transform_skip_rotation_enabled_flag = get_bits1(gb);
get_bits1        1135 libavcodec/hevc_ps.c             sps->transform_skip_context_enabled_flag  = get_bits1(gb);
get_bits1        1136 libavcodec/hevc_ps.c             sps->implicit_rdpcm_enabled_flag = get_bits1(gb);
get_bits1        1138 libavcodec/hevc_ps.c             sps->explicit_rdpcm_enabled_flag = get_bits1(gb);
get_bits1        1140 libavcodec/hevc_ps.c             sps->extended_precision_processing_flag = get_bits1(gb);
get_bits1        1145 libavcodec/hevc_ps.c             sps->intra_smoothing_disabled_flag       = get_bits1(gb);
get_bits1        1146 libavcodec/hevc_ps.c             sps->high_precision_offsets_enabled_flag = get_bits1(gb);
get_bits1        1151 libavcodec/hevc_ps.c             sps->persistent_rice_adaptation_enabled_flag = get_bits1(gb);
get_bits1        1153 libavcodec/hevc_ps.c             sps->cabac_bypass_alignment_enabled_flag  = get_bits1(gb);
get_bits1        1329 libavcodec/hevc_ps.c     pps->cross_component_prediction_enabled_flag = get_bits1(gb);
get_bits1        1330 libavcodec/hevc_ps.c     pps->chroma_qp_offset_list_enabled_flag = get_bits1(gb);
get_bits1        1560 libavcodec/hevc_ps.c     pps->dependent_slice_segments_enabled_flag = get_bits1(gb);
get_bits1        1561 libavcodec/hevc_ps.c     pps->output_flag_present_flag              = get_bits1(gb);
get_bits1        1564 libavcodec/hevc_ps.c     pps->sign_data_hiding_flag = get_bits1(gb);
get_bits1        1566 libavcodec/hevc_ps.c     pps->cabac_init_present_flag = get_bits1(gb);
get_bits1        1573 libavcodec/hevc_ps.c     pps->constrained_intra_pred_flag = get_bits1(gb);
get_bits1        1574 libavcodec/hevc_ps.c     pps->transform_skip_enabled_flag = get_bits1(gb);
get_bits1        1576 libavcodec/hevc_ps.c     pps->cu_qp_delta_enabled_flag = get_bits1(gb);
get_bits1        1603 libavcodec/hevc_ps.c     pps->pic_slice_level_chroma_qp_offsets_present_flag = get_bits1(gb);
get_bits1        1605 libavcodec/hevc_ps.c     pps->weighted_pred_flag   = get_bits1(gb);
get_bits1        1606 libavcodec/hevc_ps.c     pps->weighted_bipred_flag = get_bits1(gb);
get_bits1        1608 libavcodec/hevc_ps.c     pps->transquant_bypass_enable_flag    = get_bits1(gb);
get_bits1        1609 libavcodec/hevc_ps.c     pps->tiles_enabled_flag               = get_bits1(gb);
get_bits1        1610 libavcodec/hevc_ps.c     pps->entropy_coding_sync_enabled_flag = get_bits1(gb);
get_bits1        1640 libavcodec/hevc_ps.c         pps->uniform_spacing_flag = get_bits1(gb);
get_bits1        1666 libavcodec/hevc_ps.c         pps->loop_filter_across_tiles_enabled_flag = get_bits1(gb);
get_bits1        1669 libavcodec/hevc_ps.c     pps->seq_loop_filter_across_slices_enabled_flag = get_bits1(gb);
get_bits1        1671 libavcodec/hevc_ps.c     pps->deblocking_filter_control_present_flag = get_bits1(gb);
get_bits1        1673 libavcodec/hevc_ps.c         pps->deblocking_filter_override_enabled_flag = get_bits1(gb);
get_bits1        1674 libavcodec/hevc_ps.c         pps->disable_dbf                             = get_bits1(gb);
get_bits1        1695 libavcodec/hevc_ps.c     pps->scaling_list_data_present_flag = get_bits1(gb);
get_bits1        1702 libavcodec/hevc_ps.c     pps->lists_modification_present_flag = get_bits1(gb);
get_bits1        1712 libavcodec/hevc_ps.c     pps->slice_header_extension_present_flag = get_bits1(gb);
get_bits1        1714 libavcodec/hevc_ps.c     if (get_bits1(gb)) { // pps_extension_present_flag
get_bits1        1715 libavcodec/hevc_ps.c         pps->pps_range_extensions_flag = get_bits1(gb);
get_bits1          91 libavcodec/hevc_sei.c     s->present = !get_bits1(gb);
get_bits1          95 libavcodec/hevc_sei.c         s->quincunx_subsampling           = get_bits1(gb);
get_bits1         100 libavcodec/hevc_sei.c         s->current_frame_is_frame0_flag = get_bits1(gb);
get_bits1         115 libavcodec/hevc_sei.c     s->present = !get_bits1(gb);
get_bits1         118 libavcodec/hevc_sei.c         s->hflip = get_bits1(gb);     // hor_flip
get_bits1         119 libavcodec/hevc_sei.c         s->vflip = get_bits1(gb);     // ver_flip
get_bits1         169 libavcodec/hevcdec.c         luma_weight_l0_flag[i] = get_bits1(gb);
get_bits1         177 libavcodec/hevcdec.c             chroma_weight_l0_flag[i] = get_bits1(gb);
get_bits1         213 libavcodec/hevcdec.c             luma_weight_l1_flag[i] = get_bits1(gb);
get_bits1         221 libavcodec/hevcdec.c                 chroma_weight_l1_flag[i] = get_bits1(gb);
get_bits1         294 libavcodec/hevcdec.c             rps->used[i] = get_bits1(gb);
get_bits1         297 libavcodec/hevcdec.c         rps->poc_msb_present[i] = get_bits1(gb);
get_bits1         513 libavcodec/hevcdec.c     sh->first_slice_in_pic_flag = get_bits1(gb);
get_bits1         527 libavcodec/hevcdec.c         sh->no_output_of_prior_pics_flag = get_bits1(gb);
get_bits1         574 libavcodec/hevcdec.c             sh->dependent_slice_segment_flag = get_bits1(gb);
get_bits1         618 libavcodec/hevcdec.c             sh->pic_output_flag = get_bits1(gb);
get_bits1         637 libavcodec/hevcdec.c             sh->short_term_ref_pic_set_sps_flag = get_bits1(gb);
get_bits1         669 libavcodec/hevcdec.c                 sh->slice_temporal_mvp_enabled_flag = get_bits1(gb);
get_bits1         689 libavcodec/hevcdec.c             sh->slice_sample_adaptive_offset_flag[0] = get_bits1(gb);
get_bits1         692 libavcodec/hevcdec.c                 sh->slice_sample_adaptive_offset_flag[2] = get_bits1(gb);
get_bits1         708 libavcodec/hevcdec.c             if (get_bits1(gb)) { // num_ref_idx_active_override_flag
get_bits1         728 libavcodec/hevcdec.c                 sh->rpl_modification_flag[0] = get_bits1(gb);
get_bits1         735 libavcodec/hevcdec.c                     sh->rpl_modification_flag[1] = get_bits1(gb);
get_bits1         743 libavcodec/hevcdec.c                 sh->mvd_l1_zero_flag = get_bits1(gb);
get_bits1         746 libavcodec/hevcdec.c                 sh->cabac_init_flag = get_bits1(gb);
get_bits1         754 libavcodec/hevcdec.c                     sh->collocated_list = !get_bits1(gb);
get_bits1         794 libavcodec/hevcdec.c             sh->cu_chroma_qp_offset_enabled_flag = get_bits1(gb);
get_bits1         802 libavcodec/hevcdec.c                 deblocking_filter_override_flag = get_bits1(gb);
get_bits1         805 libavcodec/hevcdec.c                 sh->disable_deblocking_filter_flag = get_bits1(gb);
get_bits1         834 libavcodec/hevcdec.c             sh->slice_loop_filter_across_slices_enabled_flag = get_bits1(gb);
get_bits1         100 libavcodec/hq_hqa.c     flag = get_bits1(gb);
get_bits1         195 libavcodec/hq_hqa.c         flag = get_bits1(gb);
get_bits1         166 libavcodec/hqx.c         flag = get_bits1(gb);
get_bits1         208 libavcodec/hqx.c             flag = get_bits1(gb);
get_bits1         250 libavcodec/hqx.c         flag = get_bits1(gb);
get_bits1         294 libavcodec/hqx.c             flag = get_bits1(gb);
get_bits1         140 libavcodec/ilbcdec.c         frame->state_first    = get_bits1(gb);
get_bits1         144 libavcodec/ilbcdec.c         frame->gain_index[1]  = get_bits1(gb) << 3;
get_bits1         146 libavcodec/ilbcdec.c         frame->gain_index[3]  = get_bits1(gb) << 4;
get_bits1         147 libavcodec/ilbcdec.c         frame->gain_index[4]  = get_bits1(gb) << 3;
get_bits1         148 libavcodec/ilbcdec.c         frame->gain_index[6]  = get_bits1(gb) << 4;
get_bits1         154 libavcodec/ilbcdec.c         frame->state_first    = get_bits1(gb);
get_bits1         157 libavcodec/ilbcdec.c         frame->gain_index[0]  = get_bits1(gb) << 4;
get_bits1         158 libavcodec/ilbcdec.c         frame->gain_index[1]  = get_bits1(gb) << 3;
get_bits1         160 libavcodec/ilbcdec.c         frame->gain_index[3]  = get_bits1(gb) << 4;
get_bits1         161 libavcodec/ilbcdec.c         frame->gain_index[4]  = get_bits1(gb) << 3;
get_bits1         165 libavcodec/ilbcdec.c         frame->idx[j] = get_bits1(gb) << 2;
get_bits1         169 libavcodec/ilbcdec.c             frame->idx[j] = get_bits1(gb) << 2;
get_bits1         171 libavcodec/ilbcdec.c         frame->gain_index[1] |= get_bits1(gb) << 2;
get_bits1         173 libavcodec/ilbcdec.c         frame->gain_index[4] |= get_bits1(gb) << 2;
get_bits1         174 libavcodec/ilbcdec.c         frame->gain_index[6] |= get_bits1(gb) << 3;
get_bits1         178 libavcodec/ilbcdec.c             frame->idx[j] = get_bits1(gb) << 2;
get_bits1         181 libavcodec/ilbcdec.c         frame->gain_index[0]  |= get_bits1(gb) << 3;
get_bits1         182 libavcodec/ilbcdec.c         frame->gain_index[1]  |= get_bits1(gb) << 2;
get_bits1         183 libavcodec/ilbcdec.c         frame->cb_index[3]    |= get_bits1(gb) << 1;
get_bits1         184 libavcodec/ilbcdec.c         frame->cb_index[6]     = get_bits1(gb) << 7;
get_bits1         193 libavcodec/ilbcdec.c         frame->gain_index[9]   = get_bits1(gb) << 4;
get_bits1         194 libavcodec/ilbcdec.c         frame->gain_index[10]  = get_bits1(gb) << 3;
get_bits1         195 libavcodec/ilbcdec.c         frame->gain_index[12]  = get_bits1(gb) << 4;
get_bits1         196 libavcodec/ilbcdec.c         frame->gain_index[13]  = get_bits1(gb) << 3;
get_bits1         204 libavcodec/ilbcdec.c         frame->cb_index[0]    |= get_bits1(gb);
get_bits1         207 libavcodec/ilbcdec.c         frame->cb_index[2]    |= get_bits1(gb);
get_bits1         211 libavcodec/ilbcdec.c         frame->cb_index[3]    |= get_bits1(gb);
get_bits1         213 libavcodec/ilbcdec.c         frame->cb_index[4]    |= get_bits1(gb);
get_bits1         227 libavcodec/ilbcdec.c         frame->cb_index[0]    |= get_bits1(gb);
get_bits1         234 libavcodec/ilbcdec.c         frame->cb_index[3]    |= get_bits1(gb);
get_bits1         238 libavcodec/ilbcdec.c         frame->cb_index[6]    |= get_bits1(gb);
get_bits1         242 libavcodec/ilbcdec.c         frame->cb_index[9]    |= get_bits1(gb);
get_bits1         246 libavcodec/ilbcdec.c         frame->cb_index[12]   |= get_bits1(gb);
get_bits1         251 libavcodec/ilbcdec.c         frame->gain_index[4]  |= get_bits1(gb);
get_bits1         257 libavcodec/ilbcdec.c         frame->gain_index[10] |= get_bits1(gb) << 2;
get_bits1         265 libavcodec/ilbcdec.c     return get_bits1(gb);
get_bits1         637 libavcodec/imc.c                 chctx->skipFlags[j] = get_bits1(&q->gb);
get_bits1         643 libavcodec/imc.c                 if (!get_bits1(&q->gb)) { // 0
get_bits1         649 libavcodec/imc.c                     if (get_bits1(&q->gb)) { // 11
get_bits1         657 libavcodec/imc.c                         if (!get_bits1(&q->gb)) { // 100
get_bits1         669 libavcodec/imc.c                 if ((chctx->skipFlags[j] = get_bits1(&q->gb)))
get_bits1         896 libavcodec/imc.c     flag = get_bits1(&q->gb);
get_bits1         941 libavcodec/imc.c                 chctx->bandFlagsBuf[i] = get_bits1(&q->gb);
get_bits1         154 libavcodec/imm4.c             last = get_bits1(gb);
get_bits1         161 libavcodec/imm4.c             if (get_bits1(gb))
get_bits1         238 libavcodec/imm4.c             flag = get_bits1(gb);
get_bits1         290 libavcodec/imm4.c             if (get_bits1(gb)) {
get_bits1         310 libavcodec/imm4.c                 flag2 = get_bits1(gb);
get_bits1         332 libavcodec/imm4.c                 flag2 = get_bits1(gb);
get_bits1         126 libavcodec/indeo4.c     ctx->has_transp = get_bits1(&ctx->gb);
get_bits1         129 libavcodec/indeo4.c     if (get_bits1(&ctx->gb)) {
get_bits1         134 libavcodec/indeo4.c     ctx->data_size = get_bits1(&ctx->gb) ? get_bits(&ctx->gb, 24) : 0;
get_bits1         145 libavcodec/indeo4.c     if (get_bits1(&ctx->gb)) {
get_bits1         160 libavcodec/indeo4.c     ctx->uses_tiling = get_bits1(&ctx->gb);
get_bits1         222 libavcodec/indeo4.c     ctx->frame_num = get_bits1(&ctx->gb) ? get_bits(&ctx->gb, 20) : 0;
get_bits1         225 libavcodec/indeo4.c     if (get_bits1(&ctx->gb))
get_bits1         229 libavcodec/indeo4.c     if (ff_ivi_dec_huff_desc(&ctx->gb, get_bits1(&ctx->gb), IVI_MB_HUFF,  &ctx->mb_vlc,  avctx) ||
get_bits1         230 libavcodec/indeo4.c         ff_ivi_dec_huff_desc(&ctx->gb, get_bits1(&ctx->gb), IVI_BLK_HUFF, &ctx->blk_vlc, avctx))
get_bits1         233 libavcodec/indeo4.c     ctx->rvmap_sel = get_bits1(&ctx->gb) ? get_bits(&ctx->gb, 3) : 8;
get_bits1         235 libavcodec/indeo4.c     ctx->in_imf = get_bits1(&ctx->gb);
get_bits1         236 libavcodec/indeo4.c     ctx->in_q   = get_bits1(&ctx->gb);
get_bits1         241 libavcodec/indeo4.c     ctx->unknown1 = get_bits1(&ctx->gb) ? get_bits(&ctx->gb, 3) : 0;
get_bits1         243 libavcodec/indeo4.c     ctx->checksum = get_bits1(&ctx->gb) ? get_bits(&ctx->gb, 16) : 0;
get_bits1         246 libavcodec/indeo4.c     while (get_bits1(&ctx->gb)) {
get_bits1         253 libavcodec/indeo4.c     if (get_bits1(&ctx->gb)) {
get_bits1         287 libavcodec/indeo4.c     band->is_empty = get_bits1(&ctx->gb);
get_bits1         292 libavcodec/indeo4.c         if (get_bits1(&ctx->gb))
get_bits1         304 libavcodec/indeo4.c         band->checksum_present = get_bits1(&ctx->gb);
get_bits1         316 libavcodec/indeo4.c         band->inherit_mv     = get_bits1(&ctx->gb);
get_bits1         317 libavcodec/indeo4.c         band->inherit_qdelta = get_bits1(&ctx->gb);
get_bits1         321 libavcodec/indeo4.c         if (!get_bits1(&ctx->gb) || ctx->frame_type == IVI4_FRAMETYPE_INTRA) {
get_bits1         407 libavcodec/indeo4.c         if (!get_bits1(&ctx->gb))
get_bits1         415 libavcodec/indeo4.c         band->rvmap_sel = get_bits1(&ctx->gb) ? get_bits(&ctx->gb, 3) : 8;
get_bits1         419 libavcodec/indeo4.c         if (get_bits1(&ctx->gb)) {
get_bits1         508 libavcodec/indeo4.c             if (get_bits1(&ctx->gb)) {
get_bits1          82 libavcodec/indeo5.c     pic_conf.chroma_bands = get_bits1(&ctx->gb)   * 3 + 1;
get_bits1         130 libavcodec/indeo5.c             band->is_halfpel = get_bits1(&ctx->gb);
get_bits1         132 libavcodec/indeo5.c             mb_size  = get_bits1(&ctx->gb);
get_bits1         133 libavcodec/indeo5.c             blk_size = 8 >> get_bits1(&ctx->gb);
get_bits1         147 libavcodec/indeo5.c             if (get_bits1(&ctx->gb)) {
get_bits1         266 libavcodec/indeo5.c         if (get_bits1(&ctx->gb))
get_bits1         275 libavcodec/indeo5.c     if (get_bits1(&ctx->gb)) {
get_bits1         426 libavcodec/indeo5.c     band->checksum_present = get_bits1(&ctx->gb);
get_bits1         488 libavcodec/indeo5.c             if (get_bits1(&ctx->gb)) {
get_bits1         520 libavcodec/indeo5.c                     mb->type = get_bits1(&ctx->gb);
get_bits1          45 libavcodec/intelh263dec.c     if (get_bits1(&s->gb) != 0) {
get_bits1          60 libavcodec/intelh263dec.c     s->pict_type = AV_PICTURE_TYPE_I + get_bits1(&s->gb);
get_bits1          62 libavcodec/intelh263dec.c     s->h263_long_vectors = get_bits1(&s->gb);
get_bits1          64 libavcodec/intelh263dec.c     if (get_bits1(&s->gb) != 0) {
get_bits1          68 libavcodec/intelh263dec.c     s->obmc= get_bits1(&s->gb);
get_bits1          70 libavcodec/intelh263dec.c     s->pb_frame = get_bits1(&s->gb);
get_bits1          85 libavcodec/intelh263dec.c         s->loop_filter = get_bits1(&s->gb) * !s->avctx->lowres;
get_bits1          86 libavcodec/intelh263dec.c         if(get_bits1(&s->gb))
get_bits1          88 libavcodec/intelh263dec.c         if(get_bits1(&s->gb))
get_bits1         140 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         148 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         153 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         165 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         171 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         183 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         191 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         209 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         227 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         236 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         242 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         244 libavcodec/interplayacm.c             b = get_bits1(gb);
get_bits1         261 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         267 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         269 libavcodec/interplayacm.c             b = get_bits1(gb);
get_bits1         286 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         295 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         313 libavcodec/interplayacm.c         b = get_bits1(gb);
get_bits1         274 libavcodec/intrax8.c         *final = get_bits1(w->gb);
get_bits1         633 libavcodec/intrax8.c             sign  = -get_bits1(w->gb);
get_bits1         786 libavcodec/intrax8.c     w->use_quant_matrix = get_bits1(w->gb);
get_bits1         173 libavcodec/ituh263dec.c         if(get_bits1(&s->gb)) break; /* Seek the '1' bit */
get_bits1         280 libavcodec/ituh263dec.c     sign = get_bits1(&s->gb);
get_bits1         312 libavcodec/ituh263dec.c    if (get_bits1(&s->gb)) /* Motion difference = 0 */
get_bits1         315 libavcodec/ituh263dec.c    code = 2 + get_bits1(&s->gb);
get_bits1         317 libavcodec/ituh263dec.c    while (get_bits1(&s->gb))
get_bits1         320 libavcodec/ituh263dec.c       code += get_bits1(&s->gb);
get_bits1         355 libavcodec/ituh263dec.c         if (get_bits1(&s->gb)) {
get_bits1         375 libavcodec/ituh263dec.c                 if(get_bits1(&s->gb)) skip_bits(&s->gb, 1);
get_bits1         434 libavcodec/ituh263dec.c         if(get_bits1(&s->gb))
get_bits1         435 libavcodec/ituh263dec.c             s->qscale= ff_modified_quant_tab[get_bits1(&s->gb)][ s->qscale ];
get_bits1         617 libavcodec/ituh263dec.c         c = get_bits1(gb);
get_bits1         619 libavcodec/ituh263dec.c             mv = !get_bits1(gb);
get_bits1         709 libavcodec/ituh263dec.c             if (get_bits1(&s->gb)) {
get_bits1         735 libavcodec/ituh263dec.c         if(s->pb_frame && get_bits1(&s->gb))
get_bits1         936 libavcodec/ituh263dec.c             s->ac_pred = get_bits1(&s->gb);
get_bits1         940 libavcodec/ituh263dec.c                 s->h263_aic_dir = get_bits1(&s->gb);
get_bits1         945 libavcodec/ituh263dec.c         if(s->pb_frame && get_bits1(&s->gb))
get_bits1        1034 libavcodec/ituh263dec.c     if (get_bits1(&s->gb) != 0) {
get_bits1        1058 libavcodec/ituh263dec.c         s->pict_type = AV_PICTURE_TYPE_I + get_bits1(&s->gb);
get_bits1        1060 libavcodec/ituh263dec.c         s->h263_long_vectors = get_bits1(&s->gb);
get_bits1        1062 libavcodec/ituh263dec.c         if (get_bits1(&s->gb) != 0) {
get_bits1        1066 libavcodec/ituh263dec.c         s->obmc= get_bits1(&s->gb); /* Advanced prediction mode */
get_bits1        1069 libavcodec/ituh263dec.c         s->pb_frame = get_bits1(&s->gb);
get_bits1        1089 libavcodec/ituh263dec.c             s->custom_pcf= get_bits1(&s->gb);
get_bits1        1090 libavcodec/ituh263dec.c             s->umvplus = get_bits1(&s->gb); /* Unrestricted Motion Vector */
get_bits1        1091 libavcodec/ituh263dec.c             if (get_bits1(&s->gb) != 0) {
get_bits1        1094 libavcodec/ituh263dec.c             s->obmc= get_bits1(&s->gb); /* Advanced prediction mode */
get_bits1        1095 libavcodec/ituh263dec.c             s->h263_aic = get_bits1(&s->gb); /* Advanced Intra Coding (AIC) */
get_bits1        1096 libavcodec/ituh263dec.c             s->loop_filter= get_bits1(&s->gb);
get_bits1        1101 libavcodec/ituh263dec.c             s->h263_slice_structured= get_bits1(&s->gb);
get_bits1        1102 libavcodec/ituh263dec.c             if (get_bits1(&s->gb) != 0) {
get_bits1        1105 libavcodec/ituh263dec.c             if (get_bits1(&s->gb) != 0) {
get_bits1        1108 libavcodec/ituh263dec.c             s->alt_inter_vlc= get_bits1(&s->gb);
get_bits1        1109 libavcodec/ituh263dec.c             s->modified_quant= get_bits1(&s->gb);
get_bits1        1133 libavcodec/ituh263dec.c         s->no_rounding = get_bits1(&s->gb);
get_bits1        1176 libavcodec/ituh263dec.c                 s->avctx->framerate.den  = 1000 + get_bits1(&s->gb);
get_bits1        1196 libavcodec/ituh263dec.c                 if(get_bits1(&s->gb)==0) /* Unlimited Unrestricted Motion Vectors Indicator (UUI) */
get_bits1        1200 libavcodec/ituh263dec.c                 if (get_bits1(&s->gb) != 0) {
get_bits1        1203 libavcodec/ituh263dec.c                 if (get_bits1(&s->gb) != 0) {
get_bits1        1284 libavcodec/ituh263dec.c         for(i=0; i<85; i++) av_log(s->avctx, AV_LOG_DEBUG, "%d", get_bits1(&s->gb));
get_bits1        1294 libavcodec/ituh263dec.c         for(i=0; i<50; i++) av_log(s->avctx, AV_LOG_DEBUG, "%d", get_bits1(&s->gb));
get_bits1         475 libavcodec/ivi.c     if (get_bits1(gb)) {
get_bits1        1012 libavcodec/ivi.c         tile->is_empty = get_bits1(&ctx->gb);
get_bits1         255 libavcodec/jpeglsdec.c             while (get_bits1(&s->gb)) {
get_bits1          80 libavcodec/jvdec.c                 dst[j * linesize + i] = v[get_bits1(gb)];
get_bits1         107 libavcodec/jvdec.c                 dst[j * linesize + i] = v[get_bits1(gb)];
get_bits1         109 libavcodec/jvdec.c                 dst[(j + 1) * linesize + i] = v[get_bits1(gb)];
get_bits1         137 libavcodec/jvdec.c                 dst[j * linesize + i] = v[get_bits1(gb)];
get_bits1         114 libavcodec/lagarith.c         bit = get_bits1(gb);
get_bits1         206 libavcodec/metasound.c                 bits->bark_use_hist[i][j] = get_bits1(&gb);
get_bits1          85 libavcodec/midivid.c                 int flag = !get_bits1(&mask);
get_bits1         291 libavcodec/mimic.c                 if (is_iframe || get_bits1(&ctx->gb) == is_chroma) {
get_bits1         295 libavcodec/mimic.c                     if (is_chroma || is_iframe || !get_bits1(&ctx->gb)) {
get_bits1        1450 libavcodec/mjpegdec.c             const int copy_mb = mb_bitmask && !get_bits1(&mb_bitmask_gb);
get_bits1        1507 libavcodec/mjpegdec.c                             block[0] += get_bits1(&s->gb) *
get_bits1         156 libavcodec/mlp_parse.c     mh->is_vbr = get_bits1(gb);
get_bits1         252 libavcodec/mlpdec.c             m->bypassed_lsbs[pos + s->blockpos][mat] = get_bits1(gbp);
get_bits1         495 libavcodec/mlpdec.c     noise_type = get_bits1(gbp);
get_bits1         556 libavcodec/mlpdec.c     s->data_check_present = get_bits1(gbp);
get_bits1         695 libavcodec/mlpdec.c         if (get_bits1(gbp)) {
get_bits1         745 libavcodec/mlpdec.c         s->lsb_bypass   [mat] = get_bits1(gbp);
get_bits1         765 libavcodec/mlpdec.c             if (get_bits1(gbp))
get_bits1         797 libavcodec/mlpdec.c         if (get_bits1(gbp))
get_bits1         802 libavcodec/mlpdec.c         if (get_bits1(gbp))
get_bits1         826 libavcodec/mlpdec.c         if (get_bits1(gbp))
get_bits1         853 libavcodec/mlpdec.c         if (get_bits1(gbp))
get_bits1         857 libavcodec/mlpdec.c         if (get_bits1(gbp)) {
get_bits1         867 libavcodec/mlpdec.c         if (get_bits1(gbp))
get_bits1         872 libavcodec/mlpdec.c         if (get_bits1(gbp)) {
get_bits1         888 libavcodec/mlpdec.c         if (get_bits1(gbp))
get_bits1         896 libavcodec/mlpdec.c         if (get_bits1(gbp)) {
get_bits1        1179 libavcodec/mlpdec.c         extraword_present = get_bits1(&gb);
get_bits1        1180 libavcodec/mlpdec.c         nonrestart_substr = get_bits1(&gb);
get_bits1        1181 libavcodec/mlpdec.c         checkdata_present = get_bits1(&gb);
get_bits1        1249 libavcodec/mlpdec.c             if (get_bits1(&gb)) {
get_bits1        1250 libavcodec/mlpdec.c                 if (get_bits1(&gb)) {
get_bits1        1272 libavcodec/mlpdec.c         } while (!get_bits1(&gb));
get_bits1         118 libavcodec/mlz.c         tmp_code |= get_bits1(gb) << i;
get_bits1         132 libavcodec/motionpixels.c     while (get_bits1(gb)) {
get_bits1          79 libavcodec/mpc7.c     c->IS = get_bits1(&gb);
get_bits1          80 libavcodec/mpc7.c     c->MSS = get_bits1(&gb);
get_bits1          87 libavcodec/mpc7.c     c->gapless = get_bits1(&gb);
get_bits1         152 libavcodec/mpc7.c         i1 = get_bits1(gb);
get_bits1         161 libavcodec/mpc7.c         i1 = get_bits1(gb);
get_bits1         169 libavcodec/mpc7.c         i1 = get_bits1(gb);
get_bits1         253 libavcodec/mpc7.c             if(c->MSS) bands[i].msf = get_bits1(&gb);
get_bits1          51 libavcodec/mpc8.c         code = ((code << 1) | get_bits1(gb)) - mpc8_cnk_lost[k-1][n-1];
get_bits1         138 libavcodec/mpc8.c     c->MSS = get_bits1(&gb);
get_bits1         369 libavcodec/mpc8.c                                                 ? (get_bits1(gb) << 1) - 1 : 0;
get_bits1         112 libavcodec/mpeg12dec.c     sign  = get_bits1(&s->gb);
get_bits1         644 libavcodec/mpeg12dec.c     if (get_bits1(&s->gb))
get_bits1         645 libavcodec/mpeg12dec.c         return 1 - (get_bits1(&s->gb) << 1);
get_bits1         696 libavcodec/mpeg12dec.c         if (get_bits1(&s->gb) == 0) {
get_bits1         697 libavcodec/mpeg12dec.c             if (get_bits1(&s->gb) == 0) {
get_bits1         739 libavcodec/mpeg12dec.c             s->interlaced_dct = get_bits1(&s->gb);
get_bits1         801 libavcodec/mpeg12dec.c                     s->interlaced_dct = get_bits1(&s->gb);
get_bits1         827 libavcodec/mpeg12dec.c                     s->interlaced_dct = get_bits1(&s->gb);
get_bits1         868 libavcodec/mpeg12dec.c                                 s->field_select[i][j] = get_bits1(&s->gb);
get_bits1         887 libavcodec/mpeg12dec.c                                 s->field_select[i][j] = get_bits1(&s->gb);
get_bits1         906 libavcodec/mpeg12dec.c                             s->field_select[i][0] = get_bits1(&s->gb);
get_bits1        1365 libavcodec/mpeg12dec.c         s->full_pel[0] = get_bits1(&s->gb);
get_bits1        1374 libavcodec/mpeg12dec.c         s->full_pel[1] = get_bits1(&s->gb);
get_bits1        1404 libavcodec/mpeg12dec.c     s->progressive_sequence = get_bits1(&s->gb);   /* progressive_sequence */
get_bits1        1421 libavcodec/mpeg12dec.c     s->low_delay = get_bits1(&s->gb);
get_bits1        1450 libavcodec/mpeg12dec.c     color_description = get_bits1(&s->gb);
get_bits1        1529 libavcodec/mpeg12dec.c     if (get_bits1(&s->gb))
get_bits1        1531 libavcodec/mpeg12dec.c     if (get_bits1(&s->gb))
get_bits1        1533 libavcodec/mpeg12dec.c     if (get_bits1(&s->gb))
get_bits1        1535 libavcodec/mpeg12dec.c     if (get_bits1(&s->gb))
get_bits1        1568 libavcodec/mpeg12dec.c     s->top_field_first            = get_bits1(&s->gb);
get_bits1        1569 libavcodec/mpeg12dec.c     s->frame_pred_frame_dct       = get_bits1(&s->gb);
get_bits1        1570 libavcodec/mpeg12dec.c     s->concealment_motion_vectors = get_bits1(&s->gb);
get_bits1        1571 libavcodec/mpeg12dec.c     s->q_scale_type               = get_bits1(&s->gb);
get_bits1        1572 libavcodec/mpeg12dec.c     s->intra_vlc_format           = get_bits1(&s->gb);
get_bits1        1573 libavcodec/mpeg12dec.c     s->alternate_scan             = get_bits1(&s->gb);
get_bits1        1574 libavcodec/mpeg12dec.c     s->repeat_first_field         = get_bits1(&s->gb);
get_bits1        1575 libavcodec/mpeg12dec.c     s->chroma_420_type            = get_bits1(&s->gb);
get_bits1        1576 libavcodec/mpeg12dec.c     s->progressive_frame          = get_bits1(&s->gb);
get_bits1        2130 libavcodec/mpeg12dec.c     if (get_bits1(&s->gb)) {
get_bits1        2140 libavcodec/mpeg12dec.c     if (get_bits1(&s->gb)) {
get_bits1        2447 libavcodec/mpeg12dec.c     s->closed_gop = get_bits1(&s->gb);
get_bits1        2451 libavcodec/mpeg12dec.c     broken_link = get_bits1(&s->gb);
get_bits1         136 libavcodec/mpeg4audio.c                 if (c->ext_object_type == AOT_SBR && (c->sbr = get_bits1(gb)) == 1) {
get_bits1         142 libavcodec/mpeg4audio.c                     c->ps = get_bits1(gb);
get_bits1         145 libavcodec/mpeg4audio.c                 get_bits1(gb); // skip 1 bit
get_bits1         158 libavcodec/mpeg4videodec.c                 if (get_bits1(&s->gb))
get_bits1         436 libavcodec/mpeg4videodec.c     if (get_bits1(gb))
get_bits1         459 libavcodec/mpeg4videodec.c         if (get_bits1(&s->gb))
get_bits1         468 libavcodec/mpeg4videodec.c         header_extension = get_bits1(&s->gb);
get_bits1         489 libavcodec/mpeg4videodec.c         header_extension = get_bits1(&s->gb);
get_bits1         494 libavcodec/mpeg4videodec.c         while (get_bits1(&s->gb) != 0)
get_bits1         568 libavcodec/mpeg4videodec.c         if (get_bits1(gb)) {  /* slice_extension_flag */
get_bits1         572 libavcodec/mpeg4videodec.c             while (get_bits1(gb)) /* extra_bit_slice */
get_bits1         662 libavcodec/mpeg4videodec.c                 level = 2 * get_bits1(&s->gb) - 1;
get_bits1         664 libavcodec/mpeg4videodec.c                 if (get_bits1(&s->gb))
get_bits1         674 libavcodec/mpeg4videodec.c             if (get_bits1(&s->gb) == 0) { /* marker */
get_bits1         820 libavcodec/mpeg4videodec.c                         s->mcsel = get_bits1(&s->gb);
get_bits1         902 libavcodec/mpeg4videodec.c                 int ac_pred = get_bits1(&s->gb);
get_bits1         916 libavcodec/mpeg4videodec.c                     int ac_pred = get_bits1(&s->gb);
get_bits1        1414 libavcodec/mpeg4videodec.c             if (get_bits1(&s->gb)) {
get_bits1        1458 libavcodec/mpeg4videodec.c             s->mcsel = get_bits1(&s->gb);
get_bits1        1473 libavcodec/mpeg4videodec.c             s->interlaced_dct = get_bits1(&s->gb);
get_bits1        1487 libavcodec/mpeg4videodec.c             } else if ((!s->progressive_sequence) && get_bits1(&s->gb)) {
get_bits1        1494 libavcodec/mpeg4videodec.c                 s->field_select[0][0] = get_bits1(&s->gb);
get_bits1        1495 libavcodec/mpeg4videodec.c                 s->field_select[0][1] = get_bits1(&s->gb);
get_bits1        1585 libavcodec/mpeg4videodec.c         modb1 = get_bits1(&s->gb);
get_bits1        1591 libavcodec/mpeg4videodec.c             modb2   = get_bits1(&s->gb);
get_bits1        1606 libavcodec/mpeg4videodec.c                 if (get_bits1(&s->gb))
get_bits1        1607 libavcodec/mpeg4videodec.c                     ff_set_qscale(s, s->qscale + get_bits1(&s->gb) * 4 - 2);
get_bits1        1612 libavcodec/mpeg4videodec.c                     s->interlaced_dct = get_bits1(&s->gb);
get_bits1        1614 libavcodec/mpeg4videodec.c                 if (!IS_DIRECT(mb_type) && get_bits1(&s->gb)) {
get_bits1        1619 libavcodec/mpeg4videodec.c                         s->field_select[0][0] = get_bits1(&s->gb);
get_bits1        1620 libavcodec/mpeg4videodec.c                         s->field_select[0][1] = get_bits1(&s->gb);
get_bits1        1623 libavcodec/mpeg4videodec.c                         s->field_select[1][0] = get_bits1(&s->gb);
get_bits1        1624 libavcodec/mpeg4videodec.c                         s->field_select[1][1] = get_bits1(&s->gb);
get_bits1        1714 libavcodec/mpeg4videodec.c         s->ac_pred = get_bits1(&s->gb);
get_bits1        1734 libavcodec/mpeg4videodec.c             s->interlaced_dct = get_bits1(&s->gb);
get_bits1        2027 libavcodec/mpeg4videodec.c     if (get_bits1(&s->gb)) { /* compression_mode */
get_bits1        2030 libavcodec/mpeg4videodec.c         if (!get_bits1(&s->gb)) {
get_bits1        2042 libavcodec/mpeg4videodec.c         s->dpcm_direction = get_bits1(&s->gb) ? -1 : 1;
get_bits1        2104 libavcodec/mpeg4videodec.c     int is_visual_object_identifier = get_bits1(gb);
get_bits1        2113 libavcodec/mpeg4videodec.c         int video_signal_type = get_bits1(gb);
get_bits1        2117 libavcodec/mpeg4videodec.c             video_range = get_bits1(gb);
get_bits1        2118 libavcodec/mpeg4videodec.c             color_description = get_bits1(gb);
get_bits1        2175 libavcodec/mpeg4videodec.c     if (get_bits1(gb) != 0) {           /* is_ol_id */
get_bits1        2189 libavcodec/mpeg4videodec.c     if ((ctx->vol_control_parameters = get_bits1(gb))) { /* vol control parameter */
get_bits1        2194 libavcodec/mpeg4videodec.c         s->low_delay = get_bits1(gb);
get_bits1        2195 libavcodec/mpeg4videodec.c         if (get_bits1(gb)) {    /* vbv parameters */
get_bits1        2245 libavcodec/mpeg4videodec.c     if (get_bits1(gb) != 0)     /* fixed_vop_rate  */
get_bits1        2272 libavcodec/mpeg4videodec.c         s->progressive_frame     = get_bits1(gb) ^ 1;
get_bits1        2274 libavcodec/mpeg4videodec.c         if (!get_bits1(gb) && (s->avctx->debug & FF_DEBUG_PICT_INFO))
get_bits1        2278 libavcodec/mpeg4videodec.c             ctx->vol_sprite_usage = get_bits1(gb);    /* vol_sprite_usage */
get_bits1        2305 libavcodec/mpeg4videodec.c             ctx->sprite_brightness_change = get_bits1(gb);
get_bits1        2311 libavcodec/mpeg4videodec.c         if (get_bits1(gb) == 1) {                   /* not_8_bit */
get_bits1        2327 libavcodec/mpeg4videodec.c         if ((s->mpeg_quant = get_bits1(gb))) { /* vol_quant_type */
get_bits1        2333 libavcodec/mpeg4videodec.c             if (get_bits1(gb)) {
get_bits1        2360 libavcodec/mpeg4videodec.c             if (get_bits1(gb)) {
get_bits1        2390 libavcodec/mpeg4videodec.c             s->quarter_sample = get_bits1(gb);
get_bits1        2399 libavcodec/mpeg4videodec.c         if (!get_bits1(gb)) {
get_bits1        2403 libavcodec/mpeg4videodec.c                 if (!get_bits1(gb)) {
get_bits1        2404 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* opaque */
get_bits1        2405 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* transparent */
get_bits1        2406 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* intra_cae */
get_bits1        2407 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* inter_cae */
get_bits1        2408 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* no_update */
get_bits1        2409 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* upsampling */
get_bits1        2411 libavcodec/mpeg4videodec.c                 if (!get_bits1(gb)) {
get_bits1        2412 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* intra_blocks */
get_bits1        2413 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* inter_blocks */
get_bits1        2414 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* inter4v_blocks */
get_bits1        2415 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* not coded blocks */
get_bits1        2421 libavcodec/mpeg4videodec.c                 if (!get_bits1(gb)) {
get_bits1        2422 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* dct_coeffs */
get_bits1        2423 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* dct_lines */
get_bits1        2424 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* vlc_syms */
get_bits1        2425 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 4 * get_bits1(gb);  /* vlc_bits */
get_bits1        2427 libavcodec/mpeg4videodec.c                 if (!get_bits1(gb)) {
get_bits1        2428 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* apm */
get_bits1        2429 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* npm */
get_bits1        2430 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_b += 8 * get_bits1(gb);  /* interpolate_mc_q */
get_bits1        2431 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* forwback_mc_q */
get_bits1        2432 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* halfpel2 */
get_bits1        2433 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* halfpel4 */
get_bits1        2440 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_i += 8 * get_bits1(gb);  /* sadct */
get_bits1        2441 libavcodec/mpeg4videodec.c                     ctx->cplx_estimation_trash_p += 8 * get_bits1(gb);  /* qpel */
get_bits1        2455 libavcodec/mpeg4videodec.c         ctx->resync_marker = !get_bits1(gb); /* resync_marker_disabled */
get_bits1        2457 libavcodec/mpeg4videodec.c         s->data_partitioning = get_bits1(gb);
get_bits1        2459 libavcodec/mpeg4videodec.c             ctx->rvlc = get_bits1(gb);
get_bits1        2462 libavcodec/mpeg4videodec.c             ctx->new_pred = get_bits1(gb);
get_bits1        2468 libavcodec/mpeg4videodec.c             if (get_bits1(gb)) // reduced_res_vop
get_bits1        2475 libavcodec/mpeg4videodec.c         ctx->scalability = get_bits1(gb);
get_bits1        2491 libavcodec/mpeg4videodec.c             ctx->enhancement_type = get_bits1(gb);
get_bits1        2721 libavcodec/mpeg4videodec.c     while (get_bits1(gb) != 0)
get_bits1        2752 libavcodec/mpeg4videodec.c         time_increment = get_bits1(gb);        // FIXME investigate further
get_bits1        2806 libavcodec/mpeg4videodec.c     if (get_bits1(gb) != 1) {
get_bits1        2819 libavcodec/mpeg4videodec.c         s->no_rounding = get_bits1(gb);
get_bits1        2837 libavcodec/mpeg4videodec.c         if (get_bits1(gb) != 0)
get_bits1        2856 libavcodec/mpeg4videodec.c             s->top_field_first = get_bits1(gb);
get_bits1        2857 libavcodec/mpeg4videodec.c             s->alternate_scan  = get_bits1(gb);
get_bits1        2943 libavcodec/mpeg4videodec.c                 int load_backward_shape = get_bits1(gb);
get_bits1        2978 libavcodec/mpeg4videodec.c     if (get_bits1(gb)) {
get_bits1        2990 libavcodec/mpeg4videodec.c     if (get_bits1(gb)) {
get_bits1        2999 libavcodec/mpeg4videodec.c     if (get_bits1(gb)) {
get_bits1        3010 libavcodec/mpeg4videodec.c     if (get_bits1(gb)) {
get_bits1        3075 libavcodec/mpeg4videodec.c     if (get_bits1(gb)) { /* vop_coded */
get_bits1        3078 libavcodec/mpeg4videodec.c         s->progressive_frame = get_bits1(gb) ^ 1; /* progressive_frame */
get_bits1        3082 libavcodec/mpeg4videodec.c         if (get_bits1(gb))
get_bits1        3087 libavcodec/mpeg4videodec.c         s->alternate_scan = get_bits1(gb);
get_bits1        3088 libavcodec/mpeg4videodec.c         s->frame_pred_frame_dct = get_bits1(gb);
get_bits1        3091 libavcodec/mpeg4videodec.c         s->q_scale_type = get_bits1(gb);
get_bits1        3150 libavcodec/mpeg4videodec.c                 rgb = get_bits1(gb); /* rgb_components */
get_bits1        3211 libavcodec/mpeg4videodec.c             s->low_delay = get_bits1(gb);
get_bits1        3212 libavcodec/mpeg4videodec.c             s->mpeg_quant = get_bits1(gb); /* mpeg2_stream */
get_bits1         845 libavcodec/mpegaudiodec_template.c     v = AV_RN32A(src) ^ (get_bits1(&s->gb) << 31);  \
get_bits1         849 libavcodec/mpegaudiodec_template.c     v      = -get_bits1(&s->gb);    \
get_bits1         913 libavcodec/mpegaudiodec_template.c                     if (get_bits1(&s->gb))
get_bits1         922 libavcodec/mpegaudiodec_template.c                     if (get_bits1(&s->gb))
get_bits1         935 libavcodec/mpegaudiodec_template.c                     if (get_bits1(&s->gb))
get_bits1        1353 libavcodec/mpegaudiodec_template.c             blocksplit_flag = get_bits1(&s->gb);
get_bits1        1360 libavcodec/mpegaudiodec_template.c                 g->switch_point = get_bits1(&s->gb);
get_bits1        1384 libavcodec/mpegaudiodec_template.c                 g->preflag = get_bits1(&s->gb);
get_bits1        1385 libavcodec/mpegaudiodec_template.c             g->scalefac_scale     = get_bits1(&s->gb);
get_bits1        1386 libavcodec/mpegaudiodec_template.c             g->count1table_select = get_bits1(&s->gb);
get_bits1          84 libavcodec/msmpeg4dec.c     sign = get_bits1(&s->gb);
get_bits1         111 libavcodec/msmpeg4dec.c             if (get_bits1(&s->gb)) {
get_bits1         174 libavcodec/msmpeg4dec.c             s->ac_pred = get_bits1(&s->gb);
get_bits1         216 libavcodec/msmpeg4dec.c             if (get_bits1(&s->gb)) {
get_bits1         275 libavcodec/msmpeg4dec.c         s->ac_pred = get_bits1(&s->gb);
get_bits1         476 libavcodec/msmpeg4dec.c             s->dc_table_index = get_bits1(&s->gb);
get_bits1         481 libavcodec/msmpeg4dec.c             if(s->bit_rate > MBAC_BITRATE) s->per_mb_rl_table= get_bits1(&s->gb);
get_bits1         489 libavcodec/msmpeg4dec.c             s->dc_table_index = get_bits1(&s->gb);
get_bits1         509 libavcodec/msmpeg4dec.c                 s->use_skip_mb_code = get_bits1(&s->gb);
get_bits1         516 libavcodec/msmpeg4dec.c             s->use_skip_mb_code = get_bits1(&s->gb);
get_bits1         520 libavcodec/msmpeg4dec.c             s->dc_table_index = get_bits1(&s->gb);
get_bits1         522 libavcodec/msmpeg4dec.c             s->mv_table_index = get_bits1(&s->gb);
get_bits1         525 libavcodec/msmpeg4dec.c             s->use_skip_mb_code = get_bits1(&s->gb);
get_bits1         527 libavcodec/msmpeg4dec.c             if(s->bit_rate > MBAC_BITRATE) s->per_mb_rl_table= get_bits1(&s->gb);
get_bits1         535 libavcodec/msmpeg4dec.c             s->dc_table_index = get_bits1(&s->gb);
get_bits1         537 libavcodec/msmpeg4dec.c             s->mv_table_index = get_bits1(&s->gb);
get_bits1         577 libavcodec/msmpeg4dec.c             s->flipflop_rounding= get_bits1(&s->gb);
get_bits1         625 libavcodec/msmpeg4dec.c             if (get_bits1(&s->gb))
get_bits1         628 libavcodec/msmpeg4dec.c             if (get_bits1(&s->gb))
get_bits1          61 libavcodec/mss1.c         c->value  |= get_bits1(c->gbc.gb);
get_bits1         289 libavcodec/mss2.c                 symbol = get_bits1(gb) + (symbol << 1) - 190;
get_bits1         493 libavcodec/mss2.c     if (keyframe = get_bits1(&gb))
get_bits1         495 libavcodec/mss2.c     has_wmv9 = get_bits1(&gb);
get_bits1         496 libavcodec/mss2.c     has_mv   = keyframe ? 0 : get_bits1(&gb);
get_bits1         497 libavcodec/mss2.c     is_rle   = get_bits1(&gb);
get_bits1         498 libavcodec/mss2.c     is_555   = is_rle && get_bits1(&gb);
get_bits1         502 libavcodec/mss2.c         if (get_bits1(&gb)) {
get_bits1         503 libavcodec/mss2.c             if (get_bits1(&gb)) {
get_bits1         504 libavcodec/mss2.c                 if (get_bits1(&gb))
get_bits1         339 libavcodec/mss4.c         if ((!i && !y_flag) || get_bits1(gb)) {
get_bits1         360 libavcodec/mss4.c     if (!get_bits1(gb))
get_bits1         409 libavcodec/mss4.c         if (get_bits1(gb)) {
get_bits1         411 libavcodec/mss4.c             if (get_bits1(gb)) {
get_bits1         416 libavcodec/mss4.c                 mode = get_bits1(gb);
get_bits1         429 libavcodec/mss4.c                     if (get_bits1(gb))
get_bits1         439 libavcodec/mss4.c             if (get_bits1(gb)) {
get_bits1         465 libavcodec/mss4.c                 if (get_bits1(gb)) {
get_bits1         395 libavcodec/mv30.c             int flag = get_bits1(gb);
get_bits1         212 libavcodec/mvha.c             if (get_bits1(gb)) {
get_bits1          92 libavcodec/on2avc.c     c->ms_present = get_bits1(gb);
get_bits1         104 libavcodec/on2avc.c             c->ms_info[band_off++] = get_bits1(gb);
get_bits1         213 libavcodec/on2avc.c     while (get_bits1(gb)) {
get_bits1         807 libavcodec/on2avc.c     if (get_bits1(&gb)) {
get_bits1         821 libavcodec/on2avc.c         c->grouping[i] = !get_bits1(&gb);
get_bits1         286 libavcodec/pixlet.c             if (get_bits1(bc))
get_bits1          63 libavcodec/proresdec2.c             if (get_bits1(gb)) {
get_bits1          89 libavcodec/proresdec2.c         } while (get_bits_left(gb)>0 && get_bits1(gb));
get_bits1         684 libavcodec/qdm2.c             joined_stereo = (get_bits_left(gb) >= 1) ? get_bits1(gb) : 0;
get_bits1         689 libavcodec/qdm2.c                     sign_bits[j] = get_bits1(gb);
get_bits1         706 libavcodec/qdm2.c             zero_encoding = (get_bits_left(gb) >= 1) ? get_bits1(gb) : 0;
get_bits1         718 libavcodec/qdm2.c                                     samples[2 * k] = get_bits1(gb) ? dequant_1bit[joined_stereo][2 * get_bits1(gb)] : 0;
get_bits1         743 libavcodec/qdm2.c                             if (get_bits1(gb))
get_bits1         759 libavcodec/qdm2.c                                     samples[k] = (get_bits1(gb) == 0) ? 0 : dequant_1bit[joined_stereo][2 * get_bits1(gb)];
get_bits1         934 libavcodec/qdm2.c                 if (get_bits1(gb)) {
get_bits1        1312 libavcodec/qdm2.c             channel = get_bits1(gb);
get_bits1        1313 libavcodec/qdm2.c             stereo  = get_bits1(gb);
get_bits1         488 libavcodec/ralf.c         if (get_bits1(&gb)) {
get_bits1         214 libavcodec/rv10.c                 if (get_bits1(&s->gb) == 0)
get_bits1         253 libavcodec/rv10.c     marker = get_bits1(&s->gb);
get_bits1         255 libavcodec/rv10.c     if (get_bits1(&s->gb))
get_bits1         263 libavcodec/rv10.c     pb_frame = get_bits1(&s->gb);
get_bits1         342 libavcodec/rv10.c     if (get_bits1(&s->gb)) {
get_bits1         354 libavcodec/rv10.c         s->loop_filter = get_bits1(&s->gb) && !s->avctx->lowres;
get_bits1         441 libavcodec/rv10.c     s->no_rounding = get_bits1(&s->gb);
get_bits1          49 libavcodec/rv30.c     if(get_bits1(gb))
get_bits1         211 libavcodec/rv34.c             cbp |= cbp_masks[get_bits1(gb)] << i;
get_bits1         232 libavcodec/rv34.c         if(get_bits1(gb))
get_bits1         360 libavcodec/rv34.c     r->is16 = get_bits1(gb);
get_bits1         369 libavcodec/rv34.c             if(!get_bits1(gb))
get_bits1         109 libavcodec/rv40.c         val = dim[get_bits1(gb) - val];
get_bits1         138 libavcodec/rv40.c     if(get_bits1(gb))
get_bits1         148 libavcodec/rv40.c     if(!si->type || !get_bits1(gb))
get_bits1         209 libavcodec/rv40.c                             v = get_bits1(gb) ^ 1;
get_bits1         213 libavcodec/rv40.c                         v = (get_bits1(gb) ^ 1) << 1;
get_bits1          52 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1          95 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         126 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         183 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         221 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         248 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         298 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         339 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         369 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         424 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         473 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         510 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         576 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         625 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         662 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         726 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         756 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         809 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         839 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         883 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         913 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         966 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1         993 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1034 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1061 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1111 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1142 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1189 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1220 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1278 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1321 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1352 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1409 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1447 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1474 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1520 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1547 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1586 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1613 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1662 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1686 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1        1721 libavcodec/sheervideo.c     if (get_bits1(gb)) {
get_bits1        1745 libavcodec/sheervideo.c         if (get_bits1(gb)) {
get_bits1         438 libavcodec/siren.c             index = differential_decoder_tree[i - 1][index][get_bits1(gb)];
get_bits1         594 libavcodec/siren.c                     index = decoder_tree[index + get_bits1(gb)];
get_bits1         605 libavcodec/siren.c                             if (!get_bits1(gb))
get_bits1         709 libavcodec/siren.c             frame_error |= !get_bits1(gb);
get_bits1         105 libavcodec/smacker.c     if(!get_bits1(gb)){ //Leaf
get_bits1         148 libavcodec/smacker.c     if(!get_bits1(gb)){ //Leaf
get_bits1         221 libavcodec/smacker.c     if(get_bits1(gb)) {
get_bits1         242 libavcodec/smacker.c     if(get_bits1(gb)){
get_bits1         333 libavcodec/smacker.c     if(!get_bits1(&gb)) {
get_bits1         346 libavcodec/smacker.c     if(!get_bits1(&gb)) {
get_bits1         359 libavcodec/smacker.c     if(!get_bits1(&gb)) {
get_bits1         372 libavcodec/smacker.c     if(!get_bits1(&gb)) {
get_bits1         403 libavcodec/smacker.c         if(get_bits1(gb))
get_bits1         494 libavcodec/smacker.c                 if(get_bits1(&gb)) mode = 1;
get_bits1         495 libavcodec/smacker.c                 else if(get_bits1(&gb)) mode = 2;
get_bits1         664 libavcodec/smacker.c     if(!get_bits1(&gb)){
get_bits1         669 libavcodec/smacker.c     stereo = get_bits1(&gb);
get_bits1         670 libavcodec/smacker.c     bits = get_bits1(&gb);
get_bits1         245 libavcodec/sonic.c         if (get_bits1(gb))
get_bits1         249 libavcodec/sonic.c         if (get_bits1(gb))
get_bits1         377 libavcodec/sonic.c         if (!get_bits1(gb))
get_bits1         442 libavcodec/sonic.c         if (buf[i] && get_bits1(gb))
get_bits1         911 libavcodec/sonic.c     s->lossless = get_bits1(&gb);
get_bits1         927 libavcodec/sonic.c     if (get_bits1(&gb)) // XXX FIXME
get_bits1         116 libavcodec/svq1dec.c         if (!get_bits1(bitbuf))                                         \
get_bits1         297 libavcodec/svq1dec.c             if (get_bits1(bitbuf))
get_bits1         588 libavcodec/svq1dec.c     if (get_bits1(bitbuf)) {
get_bits1         596 libavcodec/svq1dec.c     if (get_bits1(bitbuf)) {
get_bits1         755 libavcodec/svq3.c         if (s->thirdpel_flag && s->halfpel_flag == !get_bits1(&s->gb_slice))
get_bits1         758 libavcodec/svq3.c                  s->thirdpel_flag == !get_bits1(&s->gb_slice))
get_bits1        1075 libavcodec/svq3.c     } else if (get_bits1(&s->gb_slice)) {
get_bits1        1082 libavcodec/svq3.c     s->adaptive_quant = get_bits1(&s->gb_slice);
get_bits1        1237 libavcodec/svq3.c         s->halfpel_flag  = get_bits1(&gb);
get_bits1        1238 libavcodec/svq3.c         s->thirdpel_flag = get_bits1(&gb);
get_bits1        1241 libavcodec/svq3.c         unk0 = get_bits1(&gb);
get_bits1        1242 libavcodec/svq3.c         unk1 = get_bits1(&gb);
get_bits1        1243 libavcodec/svq3.c         unk2 = get_bits1(&gb);
get_bits1        1244 libavcodec/svq3.c         unk3 = get_bits1(&gb);
get_bits1        1246 libavcodec/svq3.c         s->low_delay = get_bits1(&gb);
get_bits1        1249 libavcodec/svq3.c         unk4 = get_bits1(&gb);
get_bits1        1259 libavcodec/svq3.c         s->has_watermark  = get_bits1(&gb);
get_bits1         112 libavcodec/tak.c     if (get_bits1(gb)) {
get_bits1         114 libavcodec/tak.c         if (get_bits1(gb)) {
get_bits1         271 libavcodec/takdec.c         if (x >= code.escape && get_bits1(gb)) {
get_bits1         306 libavcodec/takdec.c     if (get_bits1(gb)) {
get_bits1         334 libavcodec/takdec.c                 int sign = get_bits1(gb);
get_bits1         379 libavcodec/takdec.c     if (get_bits1(gb))
get_bits1         393 libavcodec/takdec.c     if (!get_bits1(gb))
get_bits1         398 libavcodec/takdec.c     if (prev_subframe_size > 0 && get_bits1(gb)) {
get_bits1         425 libavcodec/takdec.c     size   = get_bits1(gb) + 6;
get_bits1         428 libavcodec/takdec.c     if (get_bits1(gb)) {
get_bits1         439 libavcodec/takdec.c         int tmp = size - get_bits1(gb);
get_bits1         596 libavcodec/takdec.c         filter_order = 8 << get_bits1(gb);
get_bits1         597 libavcodec/takdec.c         dval1        = get_bits1(gb);
get_bits1         598 libavcodec/takdec.c         dval2        = get_bits1(gb);
get_bits1         790 libavcodec/takdec.c             if (get_bits1(gb)) {
get_bits1         806 libavcodec/takdec.c                     s->mcdparams[i].present = get_bits1(gb);
get_bits1          80 libavcodec/truehd_core_bsf.c             units[i].bits[j] = get_bits1(&gbc);
get_bits1         128 libavcodec/truemotion2.c     if (!get_bits1(&ctx->gb)) { /* literal */
get_bits1          93 libavcodec/truespeech.c     dec->flag      = get_bits1(&gb);
get_bits1         109 libavcodec/truespeech.c     dec->offset1[0] |= get_bits1(&gb);
get_bits1         113 libavcodec/truespeech.c     dec->offset1[0] |= get_bits1(&gb) << 1;
get_bits1         117 libavcodec/truespeech.c     dec->offset1[0] |= get_bits1(&gb) << 2;
get_bits1         121 libavcodec/truespeech.c     dec->offset1[0] |= get_bits1(&gb) << 3;
get_bits1         134 libavcodec/tscc2.c     if (get_bits1(gb)) {
get_bits1         135 libavcodec/tscc2.c         if (get_bits1(gb)) {
get_bits1         286 libavcodec/twinvqdec.c             bits->bark_use_hist[i][j] = get_bits1(&gb);
get_bits1          50 libavcodec/unary.h     for(i = 0; i < len && get_bits1(gb) != stop; i++);
get_bits1         145 libavcodec/vaapi_mpeg2.c     intra_slice_flag = get_bits1(&gb);
get_bits1          72 libavcodec/vble.c             if (!get_bits1(gb))
get_bits1          58 libavcodec/vc1.c         if (!get_bits1(gb)) //rowskip
get_bits1          62 libavcodec/vc1.c                 plane[x] = get_bits1(gb);
get_bits1          80 libavcodec/vc1.c         if (!get_bits1(gb)) //colskip
get_bits1          85 libavcodec/vc1.c                 plane[y*stride] = get_bits1(gb);
get_bits1         108 libavcodec/vc1.c     invert = get_bits1(gb);
get_bits1         120 libavcodec/vc1.c             *planep++ = get_bits1(gb);
get_bits1         237 libavcodec/vc1.c         v->dquantfrm = get_bits1(gb);
get_bits1         248 libavcodec/vc1.c             v->dqbilevel = get_bits1(gb);
get_bits1         292 libavcodec/vc1.c         v->res_y411   = get_bits1(gb);
get_bits1         293 libavcodec/vc1.c         v->res_sprite = get_bits1(gb);
get_bits1         305 libavcodec/vc1.c     v->s.loop_filter   = get_bits1(gb); //common
get_bits1         313 libavcodec/vc1.c     v->res_x8          = get_bits1(gb); //reserved
get_bits1         314 libavcodec/vc1.c     v->multires        = get_bits1(gb);
get_bits1         315 libavcodec/vc1.c     v->res_fasttx      = get_bits1(gb);
get_bits1         327 libavcodec/vc1.c     v->fastuvmc        = get_bits1(gb); //common
get_bits1         333 libavcodec/vc1.c     v->extended_mv     = get_bits1(gb); //common
get_bits1         340 libavcodec/vc1.c     v->vstransform     = get_bits1(gb); //common
get_bits1         342 libavcodec/vc1.c     v->res_transtab    = get_bits1(gb);
get_bits1         349 libavcodec/vc1.c     v->overlap         = get_bits1(gb); //common
get_bits1         351 libavcodec/vc1.c     v->resync_marker   = get_bits1(gb);
get_bits1         352 libavcodec/vc1.c     v->rangered        = get_bits1(gb);
get_bits1         361 libavcodec/vc1.c     v->finterpflag = get_bits1(gb); //common
get_bits1         372 libavcodec/vc1.c         v->res_x8 = get_bits1(gb);
get_bits1         373 libavcodec/vc1.c         if (get_bits1(gb)) { // something to do with DC VLC selection
get_bits1         380 libavcodec/vc1.c         v->res_rtm_flag = get_bits1(gb); //reserved
get_bits1         415 libavcodec/vc1.c     v->postprocflag          = get_bits1(gb);   //common
get_bits1         419 libavcodec/vc1.c     v->broadcast             = get_bits1(gb);
get_bits1         420 libavcodec/vc1.c     v->interlace             = get_bits1(gb);
get_bits1         421 libavcodec/vc1.c     v->tfcntrflag            = get_bits1(gb);
get_bits1         422 libavcodec/vc1.c     v->finterpflag           = get_bits1(gb);
get_bits1         433 libavcodec/vc1.c     v->psf = get_bits1(gb);
get_bits1         439 libavcodec/vc1.c     if (get_bits1(gb)) { //Display Info - decoding is not affected by it
get_bits1         445 libavcodec/vc1.c         if (get_bits1(gb))
get_bits1         469 libavcodec/vc1.c         if (get_bits1(gb)) { //framerate stuff
get_bits1         470 libavcodec/vc1.c             if (get_bits1(gb)) {
get_bits1         487 libavcodec/vc1.c         if (get_bits1(gb)) {
get_bits1         494 libavcodec/vc1.c     v->hrd_param_flag = get_bits1(gb);
get_bits1         515 libavcodec/vc1.c     v->broken_link    = get_bits1(gb);
get_bits1         516 libavcodec/vc1.c     v->closed_entry   = get_bits1(gb);
get_bits1         517 libavcodec/vc1.c     v->panscanflag    = get_bits1(gb);
get_bits1         518 libavcodec/vc1.c     v->refdist_flag   = get_bits1(gb);
get_bits1         519 libavcodec/vc1.c     v->s.loop_filter  = get_bits1(gb);
get_bits1         522 libavcodec/vc1.c     v->fastuvmc       = get_bits1(gb);
get_bits1         523 libavcodec/vc1.c     v->extended_mv    = get_bits1(gb);
get_bits1         525 libavcodec/vc1.c     v->vstransform    = get_bits1(gb);
get_bits1         526 libavcodec/vc1.c     v->overlap        = get_bits1(gb);
get_bits1         535 libavcodec/vc1.c     if(get_bits1(gb)){
get_bits1         548 libavcodec/vc1.c         v->extended_dmv = get_bits1(gb);
get_bits1         549 libavcodec/vc1.c     if ((v->range_mapy_flag = get_bits1(gb))) {
get_bits1         553 libavcodec/vc1.c     if ((v->range_mapuv_flag = get_bits1(gb))) {
get_bits1         633 libavcodec/vc1.c         v->interpfrm = get_bits1(gb);
get_bits1         644 libavcodec/vc1.c         v->rangeredfrm = get_bits1(gb);
get_bits1         645 libavcodec/vc1.c     if (get_bits1(gb)) {
get_bits1         648 libavcodec/vc1.c         if (v->s.avctx->max_b_frames && !get_bits1(gb)) {
get_bits1         684 libavcodec/vc1.c         v->halfpq = get_bits1(gb);
get_bits1         695 libavcodec/vc1.c         v->pquantizer = get_bits1(gb);
get_bits1         712 libavcodec/vc1.c         v->x8_type = get_bits1(gb);
get_bits1         777 libavcodec/vc1.c             v->ttmbf = get_bits1(gb);
get_bits1         790 libavcodec/vc1.c         v->mv_mode          = get_bits1(gb) ? MV_PMODE_1MV : MV_PMODE_1MV_HPEL_BILIN;
get_bits1         816 libavcodec/vc1.c             v->ttmbf = get_bits1(gb);
get_bits1         835 libavcodec/vc1.c         v->s.dc_table_index = get_bits1(gb);
get_bits1         916 libavcodec/vc1.c             v->tff = get_bits1(gb);
get_bits1         917 libavcodec/vc1.c             v->rff = get_bits1(gb);
get_bits1         929 libavcodec/vc1.c     v->rnd = get_bits1(gb);
get_bits1         931 libavcodec/vc1.c         v->uvsamp = get_bits1(gb);
get_bits1         956 libavcodec/vc1.c             v->interpfrm = get_bits1(gb);
get_bits1         978 libavcodec/vc1.c         v->halfpq = get_bits1(gb);
get_bits1         989 libavcodec/vc1.c         v->pquantizer = get_bits1(gb);
get_bits1        1035 libavcodec/vc1.c             v->numref = get_bits1(gb);
get_bits1        1037 libavcodec/vc1.c                 v->reffield          = get_bits1(gb);
get_bits1        1051 libavcodec/vc1.c                 v->fourmvswitch = get_bits1(gb);
get_bits1        1052 libavcodec/vc1.c                 v->intcomp      = get_bits1(gb);
get_bits1        1193 libavcodec/vc1.c             v->ttmbf = get_bits1(gb);
get_bits1        1255 libavcodec/vc1.c             if (get_bits1(gb)) /* intcomp - present but shall always be 0 */
get_bits1        1285 libavcodec/vc1.c             v->mv_mode          = get_bits1(gb) ? MV_PMODE_1MV : MV_PMODE_1MV_HPEL_BILIN;
get_bits1        1310 libavcodec/vc1.c             v->ttmbf = get_bits1(gb);
get_bits1        1334 libavcodec/vc1.c     v->s.dc_table_index = get_bits1(gb);
get_bits1         186 libavcodec/vc1_block.c                 mquant = (get_bits1(gb)) ? -v->altpq : v->pq;  \
get_bits1         524 libavcodec/vc1_block.c         sign  = get_bits1(gb);
get_bits1         545 libavcodec/vc1_block.c             sign = get_bits1(gb);
get_bits1         547 libavcodec/vc1_block.c             lst = get_bits1(gb);
get_bits1         559 libavcodec/vc1_block.c             sign  = get_bits1(gb);
get_bits1         607 libavcodec/vc1_block.c         if (get_bits1(gb))
get_bits1         755 libavcodec/vc1_block.c         if (get_bits1(gb))
get_bits1         959 libavcodec/vc1_block.c         if (get_bits1(gb))
get_bits1        1320 libavcodec/vc1_block.c         fourmv = get_bits1(gb);
get_bits1        1324 libavcodec/vc1_block.c         skipped = get_bits1(gb);
get_bits1        1342 libavcodec/vc1_block.c                 s->ac_pred = get_bits1(gb);
get_bits1        1346 libavcodec/vc1_block.c                     s->ac_pred = get_bits1(gb);
get_bits1        1459 libavcodec/vc1_block.c                     s->ac_pred = get_bits1(gb);
get_bits1        1553 libavcodec/vc1_block.c         skipped = get_bits1(gb);
get_bits1        1599 libavcodec/vc1_block.c             fieldtx = v->fieldtx_plane[mb_pos] = get_bits1(gb);
get_bits1        1600 libavcodec/vc1_block.c             mb_has_coeffs = get_bits1(gb);
get_bits1        1603 libavcodec/vc1_block.c             v->s.ac_pred = v->acpred_plane[mb_pos] = get_bits1(gb);
get_bits1        1773 libavcodec/vc1_block.c         v->s.ac_pred  = v->acpred_plane[mb_pos] = get_bits1(gb);
get_bits1        1886 libavcodec/vc1_block.c         direct = get_bits1(gb);
get_bits1        1890 libavcodec/vc1_block.c         skipped = get_bits1(gb);
get_bits1        1952 libavcodec/vc1_block.c             s->ac_pred = get_bits1(gb);
get_bits1        1970 libavcodec/vc1_block.c                 s->ac_pred = get_bits1(gb);
get_bits1        2056 libavcodec/vc1_block.c         v->s.ac_pred  = v->acpred_plane[mb_pos] = get_bits1(gb);
get_bits1        2092 libavcodec/vc1_block.c             fwd = v->forward_mb_plane[mb_pos] = get_bits1(gb);
get_bits1        2112 libavcodec/vc1_block.c                     interpmvp = get_bits1(gb);
get_bits1        2214 libavcodec/vc1_block.c         skipped = get_bits1(gb);
get_bits1        2244 libavcodec/vc1_block.c         fieldtx = v->fieldtx_plane[mb_pos] = get_bits1(gb);
get_bits1        2245 libavcodec/vc1_block.c         mb_has_coeffs = get_bits1(gb);
get_bits1        2248 libavcodec/vc1_block.c         v->s.ac_pred = v->acpred_plane[mb_pos] = get_bits1(gb);
get_bits1        2286 libavcodec/vc1_block.c             direct = get_bits1(gb);
get_bits1        2336 libavcodec/vc1_block.c                 mvsw = get_bits1(gb);
get_bits1        2596 libavcodec/vc1_block.c             v->s.ac_pred = get_bits1(&v->s.gb);
get_bits1        2730 libavcodec/vc1_block.c                 v->fieldtx_plane[mb_pos] = get_bits1(&v->s.gb);
get_bits1        2738 libavcodec/vc1_block.c                 v->s.ac_pred = get_bits1(&v->s.gb);
get_bits1        2743 libavcodec/vc1_block.c                 v->over_flags_plane[mb_pos] = get_bits1(&v->s.gb);
get_bits1         424 libavcodec/vc1_pred.c                 if (get_bits1(&s->gb)) {     // read HYBRIDPRED bit
get_bits1         437 libavcodec/vc1_pred.c                     if (get_bits1(&s->gb)) {
get_bits1         787 libavcodec/vc1_pred.c                 if (get_bits1(&s->gb)) {
get_bits1         800 libavcodec/vc1_pred.c                     if (get_bits1(&s->gb)) {
get_bits1         857 libavcodec/vc1_pred.c                 if (get_bits1(&s->gb)) {
get_bits1         870 libavcodec/vc1_pred.c                     if (get_bits1(&s->gb)) {
get_bits1          98 libavcodec/vc1dec.c     if (get_bits1(gb))
get_bits1         161 libavcodec/vc1dec.c     if (sd->effect_flag = get_bits1(gb))
get_bits1         791 libavcodec/vc1dec.c         v->new_sprite  = !get_bits1(&s->gb);
get_bits1         792 libavcodec/vc1dec.c         v->two_sprites =  get_bits1(&s->gb);
get_bits1         934 libavcodec/vc1dec.c                     v->pic_header_flag = get_bits1(&s->gb);
get_bits1         981 libavcodec/vc1dec.c                     v->pic_header_flag = get_bits1(&s->gb);
get_bits1        1018 libavcodec/vc1dec.c                     v->pic_header_flag = get_bits1(&s->gb);
get_bits1        1080 libavcodec/vc1dec.c                 } else if (get_bits1(&s->gb)) {
get_bits1         110 libavcodec/vorbis_parser.c         if (get_bits1(&gb)) {
get_bits1         176 libavcodec/vorbis_parser.c         s->mode_blocksize[i] = get_bits1(&gb);
get_bits1         291 libavcodec/vorbisdec.c         ordered = get_bits1(gb);
get_bits1         298 libavcodec/vorbisdec.c             unsigned sparse = get_bits1(gb);
get_bits1         307 libavcodec/vorbisdec.c                     flag = get_bits1(gb);
get_bits1         364 libavcodec/vorbisdec.c             unsigned codebook_sequence_p = get_bits1(gb);
get_bits1         741 libavcodec/vorbisdec.c             if (get_bits1(gb))
get_bits1         789 libavcodec/vorbisdec.c         if (get_bits1(gb)) {
get_bits1         795 libavcodec/vorbisdec.c         if (get_bits1(gb)) {
get_bits1         900 libavcodec/vorbisdec.c         mode_setup->blockflag     = get_bits1(gb);
get_bits1         950 libavcodec/vorbisdec.c     if (!get_bits1(gb)) {
get_bits1         997 libavcodec/vorbisdec.c     if ((get_bits1(gb)) == 0) {
get_bits1        1223 libavcodec/vorbisdec.c     if (!get_bits1(gb)) // silence
get_bits1        1621 libavcodec/vorbisdec.c     if (get_bits1(gb)) {
get_bits1         484 libavcodec/vp3.c         bit         = get_bits1(gb) ^ 1;
get_bits1         489 libavcodec/vp3.c                 bit = get_bits1(gb);
get_bits1         517 libavcodec/vp3.c             bit                = get_bits1(gb) ^ 1;
get_bits1         523 libavcodec/vp3.c                     bit = get_bits1(gb);
get_bits1         553 libavcodec/vp3.c             bit         = get_bits1(gb);
get_bits1         708 libavcodec/vp3.c     bit         = get_bits1(gb);
get_bits1         723 libavcodec/vp3.c         bit  = get_bits1(gb);
get_bits1         923 libavcodec/vp3.c     coding_mode = s->version < 2 ? get_bits1(gb) : 2;
get_bits1        1105 libavcodec/vp3.c         bit        = get_bits1(gb) ^ 1;
get_bits1        1110 libavcodec/vp3.c                 bit = get_bits1(gb);
get_bits1        2645 libavcodec/vp3.c     if (s->theora && get_bits1(&gb)) {
get_bits1        2682 libavcodec/vp3.c     s->keyframe = !get_bits1(&gb);
get_bits1        2695 libavcodec/vp3.c     } while (s->theora >= 0x030200 && s->nqps < 3 && get_bits1(&gb));
get_bits1        2740 libavcodec/vp3.c             if (get_bits1(&gb))
get_bits1        2880 libavcodec/vp3.c     if (get_bits1(gb)) {
get_bits1        3078 libavcodec/vp3.c                 newqr = get_bits1(gb);
get_bits1        3081 libavcodec/vp3.c                 if (inter && get_bits1(gb)) {
get_bits1        3125 libavcodec/vp3.c         if (!get_bits1(gb)) {
get_bits1         399 libavcodec/vp6.c         val = get_bits1(&s->gb) << 2;
get_bits1         447 libavcodec/vp6.c                     sign = get_bits1(&s->gb);
get_bits1         369 libavcodec/vp9.c     return get_bits1(gb) ? -v : v;
get_bits1         447 libavcodec/vp9.c     int bits = avctx->profile <= 1 ? 0 : 1 + get_bits1(&s->gb); // 0:8, 1:10, 2:12
get_bits1         461 libavcodec/vp9.c             if (get_bits1(&s->gb)) {
get_bits1         479 libavcodec/vp9.c         avctx->color_range = get_bits1(&s->gb) ? AVCOL_RANGE_JPEG : AVCOL_RANGE_MPEG;
get_bits1         481 libavcodec/vp9.c             s->ss_h = get_bits1(&s->gb);
get_bits1         482 libavcodec/vp9.c             s->ss_v = get_bits1(&s->gb);
get_bits1         488 libavcodec/vp9.c             } else if (get_bits1(&s->gb)) {
get_bits1         519 libavcodec/vp9.c     avctx->profile  = get_bits1(&s->gb);
get_bits1         520 libavcodec/vp9.c     avctx->profile |= get_bits1(&s->gb) << 1;
get_bits1         521 libavcodec/vp9.c     if (avctx->profile == 3) avctx->profile += get_bits1(&s->gb);
get_bits1         527 libavcodec/vp9.c     if (get_bits1(&s->gb)) {
get_bits1         533 libavcodec/vp9.c     s->s.h.keyframe   = !get_bits1(&s->gb);
get_bits1         536 libavcodec/vp9.c     s->s.h.invisible = !get_bits1(&s->gb);
get_bits1         537 libavcodec/vp9.c     s->s.h.errorres  = get_bits1(&s->gb);
get_bits1         551 libavcodec/vp9.c         if (get_bits1(&s->gb)) // display size
get_bits1         554 libavcodec/vp9.c         s->s.h.intraonly = s->s.h.invisible ? get_bits1(&s->gb) : 0;
get_bits1         576 libavcodec/vp9.c             if (get_bits1(&s->gb)) // display size
get_bits1         581 libavcodec/vp9.c             s->s.h.signbias[0]    = get_bits1(&s->gb) && !s->s.h.errorres;
get_bits1         583 libavcodec/vp9.c             s->s.h.signbias[1]    = get_bits1(&s->gb) && !s->s.h.errorres;
get_bits1         585 libavcodec/vp9.c             s->s.h.signbias[2]    = get_bits1(&s->gb) && !s->s.h.errorres;
get_bits1         592 libavcodec/vp9.c             if (get_bits1(&s->gb)) {
get_bits1         595 libavcodec/vp9.c             } else if (get_bits1(&s->gb)) {
get_bits1         598 libavcodec/vp9.c             } else if (get_bits1(&s->gb)) {
get_bits1         610 libavcodec/vp9.c             if (get_bits1(&s->gb)) // display size
get_bits1         612 libavcodec/vp9.c             s->s.h.highprecisionmvs = get_bits1(&s->gb);
get_bits1         613 libavcodec/vp9.c             s->s.h.filtermode = get_bits1(&s->gb) ? FILTER_SWITCHABLE :
get_bits1         634 libavcodec/vp9.c     s->s.h.refreshctx   = s->s.h.errorres ? 0 : get_bits1(&s->gb);
get_bits1         635 libavcodec/vp9.c     s->s.h.parallelmode = s->s.h.errorres ? 1 : get_bits1(&s->gb);
get_bits1         670 libavcodec/vp9.c     if ((s->s.h.lf_delta.enabled = get_bits1(&s->gb))) {
get_bits1         671 libavcodec/vp9.c         if ((s->s.h.lf_delta.updated = get_bits1(&s->gb))) {
get_bits1         673 libavcodec/vp9.c                 if (get_bits1(&s->gb))
get_bits1         676 libavcodec/vp9.c                 if (get_bits1(&s->gb))
get_bits1         683 libavcodec/vp9.c     s->s.h.ydc_qdelta  = get_bits1(&s->gb) ? get_sbits_inv(&s->gb, 4) : 0;
get_bits1         684 libavcodec/vp9.c     s->s.h.uvdc_qdelta = get_bits1(&s->gb) ? get_sbits_inv(&s->gb, 4) : 0;
get_bits1         685 libavcodec/vp9.c     s->s.h.uvac_qdelta = get_bits1(&s->gb) ? get_sbits_inv(&s->gb, 4) : 0;
get_bits1         692 libavcodec/vp9.c     if ((s->s.h.segmentation.enabled = get_bits1(&s->gb))) {
get_bits1         693 libavcodec/vp9.c         if ((s->s.h.segmentation.update_map = get_bits1(&s->gb))) {
get_bits1         695 libavcodec/vp9.c                 s->s.h.segmentation.prob[i] = get_bits1(&s->gb) ?
get_bits1         697 libavcodec/vp9.c             if ((s->s.h.segmentation.temporal = get_bits1(&s->gb)))
get_bits1         699 libavcodec/vp9.c                     s->s.h.segmentation.pred_prob[i] = get_bits1(&s->gb) ?
get_bits1         703 libavcodec/vp9.c         if (get_bits1(&s->gb)) {
get_bits1         704 libavcodec/vp9.c             s->s.h.segmentation.absolute_vals = get_bits1(&s->gb);
get_bits1         706 libavcodec/vp9.c                 if ((s->s.h.segmentation.feat[i].q_enabled = get_bits1(&s->gb)))
get_bits1         708 libavcodec/vp9.c                 if ((s->s.h.segmentation.feat[i].lf_enabled = get_bits1(&s->gb)))
get_bits1         710 libavcodec/vp9.c                 if ((s->s.h.segmentation.feat[i].ref_enabled = get_bits1(&s->gb)))
get_bits1         712 libavcodec/vp9.c                 s->s.h.segmentation.feat[i].skip_enabled = get_bits1(&s->gb);
get_bits1         778 libavcodec/vp9.c         if (get_bits1(&s->gb))
get_bits1          42 libavcodec/vp9_parser.c     profile  = get_bits1(&gb);
get_bits1          43 libavcodec/vp9_parser.c     profile |= get_bits1(&gb) << 1;
get_bits1          44 libavcodec/vp9_parser.c     if (profile == 3) profile += get_bits1(&gb);
get_bits1          50 libavcodec/vp9_parser.c     if (get_bits1(&gb)) {
get_bits1          53 libavcodec/vp9_parser.c         keyframe  = !get_bits1(&gb);
get_bits1          95 libavcodec/vp9_raw_reorder_bsf.c     profile_low_bit  = get_bits1(&bc);
get_bits1          96 libavcodec/vp9_raw_reorder_bsf.c     profile_high_bit = get_bits1(&bc);
get_bits1          99 libavcodec/vp9_raw_reorder_bsf.c         reserved_zero = get_bits1(&bc);
get_bits1         107 libavcodec/vp9_raw_reorder_bsf.c     frame->show_existing_frame = get_bits1(&bc);
get_bits1         113 libavcodec/vp9_raw_reorder_bsf.c     frame->frame_type = get_bits1(&bc);
get_bits1         114 libavcodec/vp9_raw_reorder_bsf.c     frame->show_frame = get_bits1(&bc);
get_bits1         115 libavcodec/vp9_raw_reorder_bsf.c     error_resilient_mode = get_bits1(&bc);
get_bits1         129 libavcodec/vp9_raw_reorder_bsf.c             intra_only = get_bits1(&bc);
get_bits1         123 libavcodec/vp9_superframe_bsf.c     profile  = get_bits1(&gb);
get_bits1         124 libavcodec/vp9_superframe_bsf.c     profile |= get_bits1(&gb) << 1;
get_bits1         125 libavcodec/vp9_superframe_bsf.c     if (profile == 3) profile += get_bits1(&gb);
get_bits1         127 libavcodec/vp9_superframe_bsf.c     if (get_bits1(&gb)) {
get_bits1         130 libavcodec/vp9_superframe_bsf.c         get_bits1(&gb); // keyframe
get_bits1         131 libavcodec/vp9_superframe_bsf.c         invisible = !get_bits1(&gb);
get_bits1         111 libavcodec/vp9_superframe_split_bsf.c         profile  = get_bits1(&gb);
get_bits1         112 libavcodec/vp9_superframe_split_bsf.c         profile |= get_bits1(&gb) << 1;
get_bits1         114 libavcodec/vp9_superframe_split_bsf.c             get_bits1(&gb);
get_bits1         115 libavcodec/vp9_superframe_split_bsf.c         if (!get_bits1(&gb)) {
get_bits1         116 libavcodec/vp9_superframe_split_bsf.c             get_bits1(&gb);
get_bits1         117 libavcodec/vp9_superframe_split_bsf.c             invisible = !get_bits1(&gb);
get_bits1         131 libavcodec/wavpack.c         res = (res << 1) - e + get_bits1(gb);
get_bits1         280 libavcodec/wavpack.c             if (get_bits1(gb)) {
get_bits1         289 libavcodec/wavpack.c     sign = get_bits1(gb);
get_bits1         351 libavcodec/wavpack.c             if (s->got_extra_bits && get_bits1(&s->gb_extra_bits))
get_bits1         368 libavcodec/wavpack.c                      get_bits1(&s->gb_extra_bits))) {
get_bits1         383 libavcodec/wavpack.c             if (get_bits1(&s->gb_extra_bits)) {
get_bits1         387 libavcodec/wavpack.c                 sign = get_bits1(&s->gb_extra_bits);
get_bits1         390 libavcodec/wavpack.c                     sign = get_bits1(&s->gb_extra_bits);
get_bits1         279 libavcodec/webp.c             return r->simple_symbols[get_bits1(gb)];
get_bits1         348 libavcodec/webp.c     hc->nb_symbols = get_bits1(&s->gb) + 1;
get_bits1         350 libavcodec/webp.c     if (get_bits1(&s->gb))
get_bits1         353 libavcodec/webp.c         hc->simple_symbols[0] = get_bits1(&s->gb);
get_bits1         387 libavcodec/webp.c     if (get_bits1(&s->gb)) {
get_bits1         615 libavcodec/webp.c     if (get_bits1(&s->gb)) {
get_bits1         631 libavcodec/webp.c     if (role == IMAGE_ROLE_ARGB && get_bits1(&s->gb)) {
get_bits1         650 libavcodec/webp.c             if (get_bits1(&s->gb)) {
get_bits1        1149 libavcodec/webp.c         s->has_alpha = get_bits1(&s->gb);
get_bits1        1166 libavcodec/webp.c     while (get_bits1(&s->gb)) {
get_bits1         401 libavcodec/wma.c     if (get_bits1(gb)) {
get_bits1         403 libavcodec/wma.c         if (get_bits1(gb)) {
get_bits1         405 libavcodec/wma.c             if (get_bits1(gb))
get_bits1         444 libavcodec/wma.c             sign                     = get_bits1(gb) - 1;
get_bits1         459 libavcodec/wma.c                 if (get_bits1(gb)) {
get_bits1         460 libavcodec/wma.c                     if (get_bits1(gb)) {
get_bits1         461 libavcodec/wma.c                         if (get_bits1(gb)) {
get_bits1         471 libavcodec/wma.c             sign                    = get_bits1(gb) - 1;
get_bits1         499 libavcodec/wmadec.c         s->ms_stereo = get_bits1(&s->gb);
get_bits1         502 libavcodec/wmadec.c         a                    = get_bits1(&s->gb);
get_bits1         542 libavcodec/wmadec.c                     a                         = get_bits1(&s->gb);
get_bits1         578 libavcodec/wmadec.c     if ((s->block_len_bits == s->frame_len_bits) || get_bits1(&s->gb)) {
get_bits1         346 libavcodec/wmalosslessdec.c     tile_aligned = get_bits1(&s->gb);
get_bits1         361 libavcodec/wmalosslessdec.c                     contains_subframe[c] = get_bits1(&s->gb);
get_bits1         432 libavcodec/wmalosslessdec.c     if (get_bits1(&s->gb)) {
get_bits1         454 libavcodec/wmalosslessdec.c     int cdlms_send_coef = get_bits1(&s->gb);
get_bits1         512 libavcodec/wmalosslessdec.c     s->transient[ch] = get_bits1(&s->gb);
get_bits1         537 libavcodec/wmalosslessdec.c         while(get_bits1(&s->gb)) {
get_bits1         879 libavcodec/wmalosslessdec.c     s->seekable_tile = get_bits1(&s->gb);
get_bits1         883 libavcodec/wmalosslessdec.c         s->do_arith_coding    = get_bits1(&s->gb);
get_bits1         888 libavcodec/wmalosslessdec.c         s->do_ac_filter       = get_bits1(&s->gb);
get_bits1         889 libavcodec/wmalosslessdec.c         s->do_inter_ch_decorr = get_bits1(&s->gb);
get_bits1         890 libavcodec/wmalosslessdec.c         s->do_mclms           = get_bits1(&s->gb);
get_bits1         906 libavcodec/wmalosslessdec.c     rawpcm_tile = get_bits1(&s->gb);
get_bits1         921 libavcodec/wmalosslessdec.c             s->is_channel_coded[i] = get_bits1(&s->gb);
get_bits1         925 libavcodec/wmalosslessdec.c             s->do_lpc = get_bits1(&s->gb);
get_bits1         936 libavcodec/wmalosslessdec.c     if (get_bits1(&s->gb))
get_bits1        1053 libavcodec/wmalosslessdec.c     if (get_bits1(gb)) {
get_bits1        1057 libavcodec/wmalosslessdec.c         if (get_bits1(gb)) {
get_bits1        1063 libavcodec/wmalosslessdec.c         if (get_bits1(gb)) {
get_bits1        1111 libavcodec/wmalosslessdec.c     more_frames = get_bits1(gb);
get_bits1        1208 libavcodec/wmalosslessdec.c         spliced_packet = get_bits1(gb);
get_bits1         608 libavcodec/wmaprodec.c         if (get_bits1(&s->gb))
get_bits1         664 libavcodec/wmaprodec.c     if (s->max_num_subframes == 1 || get_bits1(&s->gb))
get_bits1         678 libavcodec/wmaprodec.c                     contains_subframe[c] = get_bits1(&s->gb);
get_bits1         750 libavcodec/wmaprodec.c             get_bits1(&s->gb) ? 1.0 : -1.0;
get_bits1         799 libavcodec/wmaprodec.c         if (get_bits1(&s->gb)) {
get_bits1         817 libavcodec/wmaprodec.c                         && get_bits1(&s->gb)) {
get_bits1         835 libavcodec/wmaprodec.c                 if (get_bits1(&s->gb)) {
get_bits1         836 libavcodec/wmaprodec.c                     if (get_bits1(&s->gb)) {
get_bits1         857 libavcodec/wmaprodec.c                 if (get_bits1(&s->gb)) {
get_bits1         859 libavcodec/wmaprodec.c                     if (get_bits1(&s->gb)) {
get_bits1         878 libavcodec/wmaprodec.c                 if (!get_bits1(&s->gb)) {
get_bits1         882 libavcodec/wmaprodec.c                         chgroup->transform_band[i] = get_bits1(&s->gb);
get_bits1         922 libavcodec/wmaprodec.c     vlctable = get_bits1(&s->gb);
get_bits1         971 libavcodec/wmaprodec.c                 uint32_t sign = get_bits1(&s->gb) - 1;
get_bits1        1031 libavcodec/wmaprodec.c         if (!s->channel[c].cur_subframe || get_bits1(&s->gb)) {
get_bits1        1063 libavcodec/wmaprodec.c                         sign = get_bits1(&s->gb)-1;
get_bits1        1254 libavcodec/wmaprodec.c     if (get_bits1(&s->gb)) {
get_bits1        1272 libavcodec/wmaprodec.c     if (get_bits1(&s->gb)) {
get_bits1        1284 libavcodec/wmaprodec.c         if ((s->channel[c].transmit_coefs = get_bits1(&s->gb)))
get_bits1        1294 libavcodec/wmaprodec.c         if ((s->transmit_num_vec_coeffs = get_bits1(&s->gb))) {
get_bits1        1337 libavcodec/wmaprodec.c                 if (get_bits1(&s->gb)) {
get_bits1        1441 libavcodec/wmaprodec.c     if (s->nb_channels > 1 && get_bits1(gb)) {
get_bits1        1442 libavcodec/wmaprodec.c         if (get_bits1(gb)) {
get_bits1        1456 libavcodec/wmaprodec.c     if (get_bits1(gb)) {
get_bits1        1460 libavcodec/wmaprodec.c         if (get_bits1(gb)) {
get_bits1        1466 libavcodec/wmaprodec.c         if (get_bits1(gb)) {
get_bits1        1526 libavcodec/wmaprodec.c         while (get_bits_count(gb) < s->num_saved_bits && get_bits1(gb) == 0) {
get_bits1        1531 libavcodec/wmaprodec.c     more_frames = get_bits1(gb);
get_bits1        1162 libavcodec/wmavoice.c     fcb->y[fcb->n] = get_bits1(gb) ? -1.0 : 1.0;
get_bits1        1353 libavcodec/wmavoice.c             sign           = get_bits1(gb) ? 1.0 : -1.0;
get_bits1        1732 libavcodec/wmavoice.c     if (!get_bits1(gb)) {
get_bits1        1738 libavcodec/wmavoice.c     if (get_bits1(gb)) {
get_bits1        1807 libavcodec/wmavoice.c     if (get_bits1(gb)) {
get_bits1        1846 libavcodec/wmavoice.c     s->has_residual_lsps = get_bits1(gb);
get_bits1          54 libavcodec/wmv2dec.c                     (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
get_bits1          60 libavcodec/wmv2dec.c             if (get_bits1(&s->gb)) {
get_bits1          67 libavcodec/wmv2dec.c                         (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
get_bits1          75 libavcodec/wmv2dec.c             if (get_bits1(&s->gb)) {
get_bits1          82 libavcodec/wmv2dec.c                         (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
get_bits1         112 libavcodec/wmv2dec.c     w->mspel_bit        = get_bits1(&gb);
get_bits1         113 libavcodec/wmv2dec.c     s->loop_filter      = get_bits1(&gb);
get_bits1         114 libavcodec/wmv2dec.c     w->abt_flag         = get_bits1(&gb);
get_bits1         115 libavcodec/wmv2dec.c     w->j_type_bit       = get_bits1(&gb);
get_bits1         116 libavcodec/wmv2dec.c     w->top_left_mv_flag = get_bits1(&gb);
get_bits1         117 libavcodec/wmv2dec.c     w->per_mb_rl_bit    = get_bits1(&gb);
get_bits1         144 libavcodec/wmv2dec.c     s->pict_type = get_bits1(&s->gb) + 1;
get_bits1         177 libavcodec/wmv2dec.c             w->j_type = get_bits1(&s->gb);
get_bits1         183 libavcodec/wmv2dec.c                 s->per_mb_rl_table = get_bits1(&s->gb);
get_bits1         192 libavcodec/wmv2dec.c             s->dc_table_index = get_bits1(&s->gb);
get_bits1         222 libavcodec/wmv2dec.c             s->mspel = get_bits1(&s->gb);
get_bits1         227 libavcodec/wmv2dec.c             w->per_mb_abt = get_bits1(&s->gb) ^ 1;
get_bits1         233 libavcodec/wmv2dec.c             s->per_mb_rl_table = get_bits1(&s->gb);
get_bits1         245 libavcodec/wmv2dec.c         s->dc_table_index   = get_bits1(&s->gb);
get_bits1         246 libavcodec/wmv2dec.c         s->mv_table_index   = get_bits1(&s->gb);
get_bits1         292 libavcodec/wmv2dec.c         w->hshift = get_bits1(&s->gb);
get_bits1         320 libavcodec/wmv2dec.c         type = get_bits1(&s->gb);
get_bits1         452 libavcodec/wmv2dec.c                 w->per_block_abt = get_bits1(&s->gb);
get_bits1         481 libavcodec/wmv2dec.c         s->ac_pred = get_bits1(&s->gb);
get_bits1         137 libavcodec/xan.c         idx = val - 0x17 + get_bits1(&gb) * byte;
get_bits1         373 libavcodec/ylc.c             if (get_bits1(&gb)) {
get_bits1         128 libavformat/av1.c         if (get_bits1(gb))
get_bits1         142 libavformat/av1.c     int high_bitdepth = get_bits1(gb);
get_bits1         144 libavformat/av1.c         twelve_bit = get_bits1(gb);
get_bits1         151 libavformat/av1.c         seq_params->monochrome = get_bits1(gb);
get_bits1         153 libavformat/av1.c     seq_params->color_description_present_flag = get_bits1(gb);
get_bits1         165 libavformat/av1.c         seq_params->color_range = get_bits1(gb);
get_bits1         176 libavformat/av1.c         seq_params->color_range = get_bits1(gb);
get_bits1         186 libavformat/av1.c                 seq_params->chroma_subsampling_x = get_bits1(gb);
get_bits1         188 libavformat/av1.c                     seq_params->chroma_subsampling_y = get_bits1(gb);
get_bits1         225 libavformat/av1.c     reduced_still_picture_header = get_bits1(&gb);
get_bits1         234 libavformat/av1.c         if (get_bits1(&gb)) { // timing_info_present_flag
get_bits1         238 libavformat/av1.c             if (get_bits1(&gb)) // equal_picture_interval
get_bits1         241 libavformat/av1.c             decoder_model_info_present_flag = get_bits1(&gb);
get_bits1         251 libavformat/av1.c         initial_display_delay_present_flag = get_bits1(&gb);
get_bits1         261 libavformat/av1.c                 seq_tier = get_bits1(&gb);
get_bits1         266 libavformat/av1.c                 if (get_bits1(&gb)) { // decoder_model_present_for_this_op
get_bits1         274 libavformat/av1.c                 if (get_bits1(&gb)) // initial_display_delay_present_for_this_op
get_bits1         292 libavformat/av1.c         if (get_bits1(&gb)) // frame_id_numbers_present_flag
get_bits1         304 libavformat/av1.c         enable_order_hint = get_bits1(&gb);
get_bits1         308 libavformat/av1.c         if (get_bits1(&gb)) // seq_choose_screen_content_tools
get_bits1         311 libavformat/av1.c             seq_force_screen_content_tools = get_bits1(&gb);
get_bits1         314 libavformat/av1.c             if (!get_bits1(&gb)) // seq_choose_integer_mv
get_bits1         323 libavformat/avc.c     for (i = 0; i < 32 && !get_bits1(gb); i++)
get_bits1         354 libavformat/avc.c     sps->constraint_set_flags |= get_bits1(&gb) << 0; // constraint_set0_flag
get_bits1         355 libavformat/avc.c     sps->constraint_set_flags |= get_bits1(&gb) << 1; // constraint_set1_flag
get_bits1         356 libavformat/avc.c     sps->constraint_set_flags |= get_bits1(&gb) << 2; // constraint_set2_flag
get_bits1         357 libavformat/avc.c     sps->constraint_set_flags |= get_bits1(&gb) << 3; // constraint_set3_flag
get_bits1         358 libavformat/avc.c     sps->constraint_set_flags |= get_bits1(&gb) << 4; // constraint_set4_flag
get_bits1         359 libavformat/avc.c     sps->constraint_set_flags |= get_bits1(&gb) << 5; // constraint_set5_flag
get_bits1         376 libavformat/avc.c         if (get_bits1(&gb)) { // seq_scaling_matrix_present_flag
get_bits1         378 libavformat/avc.c                 if (!get_bits1(&gb)) // seq_scaling_list_present_flag
get_bits1         417 libavformat/avc.c     sps->frame_mbs_only_flag = get_bits1(&gb);
get_bits1         423 libavformat/avc.c     if (get_bits1(&gb)) { // frame_cropping_flag
get_bits1         430 libavformat/avc.c     if (get_bits1(&gb)) { // vui_parameters_present_flag
get_bits1         431 libavformat/avc.c         if (get_bits1(&gb)) { // aspect_ratio_info_present_flag
get_bits1         153 libavformat/bit.c         avio_wl16(pb, get_bits1(&gb) ? BIT_1 : BIT_0);
get_bits1          66 libavformat/dtsdec.c             wide_hdr  = get_bits1(&gb);
get_bits1         136 libavformat/hevc.c     general_ptl.tier_flag                   = get_bits1(gb);
get_bits1         144 libavformat/hevc.c         sub_layer_profile_present_flag[i] = get_bits1(gb);
get_bits1         145 libavformat/hevc.c         sub_layer_level_present_flag[i]   = get_bits1(gb);
get_bits1         203 libavformat/hevc.c         nal_hrd_parameters_present_flag = get_bits1(gb);
get_bits1         204 libavformat/hevc.c         vcl_hrd_parameters_present_flag = get_bits1(gb);
get_bits1         208 libavformat/hevc.c             sub_pic_hrd_params_present_flag = get_bits1(gb);
get_bits1         241 libavformat/hevc.c         uint8_t fixed_pic_rate_general_flag    = get_bits1(gb);
get_bits1         244 libavformat/hevc.c             fixed_pic_rate_within_cvs_flag = get_bits1(gb);
get_bits1         249 libavformat/hevc.c             low_delay_hrd_flag = get_bits1(gb);
get_bits1         274 libavformat/hevc.c     if (get_bits1(gb))          // poc_proportional_to_timing_flag
get_bits1         284 libavformat/hevc.c     if (get_bits1(gb))              // aspect_ratio_info_present_flag
get_bits1         288 libavformat/hevc.c     if (get_bits1(gb))  // overscan_info_present_flag
get_bits1         291 libavformat/hevc.c     if (get_bits1(gb)) {  // video_signal_type_present_flag
get_bits1         294 libavformat/hevc.c         if (get_bits1(gb)) // colour_description_present_flag
get_bits1         303 libavformat/hevc.c     if (get_bits1(gb)) {        // chroma_loc_info_present_flag
get_bits1         315 libavformat/hevc.c     if (get_bits1(gb)) {        // default_display_window_flag
get_bits1         322 libavformat/hevc.c     if (get_bits1(gb)) { // vui_timing_info_present_flag
get_bits1         325 libavformat/hevc.c         if (get_bits1(gb)) // vui_hrd_parameters_present_flag
get_bits1         329 libavformat/hevc.c     if (get_bits1(gb)) { // bitstream_restriction_flag
get_bits1         406 libavformat/hevc.c             if (!get_bits1(gb))         // scaling_list_pred_mode_flag[i][j]
get_bits1         425 libavformat/hevc.c     if (rps_idx && get_bits1(gb)) { // inter_ref_pic_set_prediction_flag
get_bits1         456 libavformat/hevc.c             uint8_t used_by_curr_pic_flag = get_bits1(gb);
get_bits1         458 libavformat/hevc.c                 use_delta_flag = get_bits1(gb);
get_bits1         507 libavformat/hevc.c     hvcc->temporalIdNested = get_bits1(gb);
get_bits1         521 libavformat/hevc.c     if (get_bits1(gb)) {        // conformance_window_flag
get_bits1         533 libavformat/hevc.c     i = get_bits1(gb) ? 0 : sps_max_sub_layers_minus1;
get_bits1         544 libavformat/hevc.c     if (get_bits1(gb) && // scaling_list_enabled_flag
get_bits1         545 libavformat/hevc.c         get_bits1(gb))   // sps_scaling_list_data_present_flag
get_bits1         551 libavformat/hevc.c     if (get_bits1(gb)) {           // pcm_enabled_flag
get_bits1         569 libavformat/hevc.c     if (get_bits1(gb)) {                               // long_term_ref_pics_present_flag
get_bits1         583 libavformat/hevc.c     if (get_bits1(gb)) // vui_parameters_present_flag
get_bits1         617 libavformat/hevc.c     if (get_bits1(gb))          // cu_qp_delta_enabled_flag
get_bits1         631 libavformat/hevc.c     tiles_enabled_flag               = get_bits1(gb);
get_bits1         632 libavformat/hevc.c     entropy_coding_sync_enabled_flag = get_bits1(gb);
get_bits1         350 libavformat/movenc.c     lfeon = get_bits1(&gbc);
get_bits1         489 libavformat/movenc.c                     if (get_bits1(&gbc)) {
get_bits1         494 libavformat/movenc.c                 if (get_bits1(&gbc))
get_bits1         920 libavformat/movenc.c             interlace = get_bits1(&gb);
get_bits1         113 libavformat/mpc8.c     while(get_bits1(gb) && bits < 64-7){
get_bits1        1049 libavformat/mpegts.c         au_start_flag = get_bits1(&gb);
get_bits1        1051 libavformat/mpegts.c         au_end_flag = get_bits1(&gb);
get_bits1        1055 libavformat/mpegts.c         ocr_flag = get_bits1(&gb);
get_bits1        1057 libavformat/mpegts.c         idle_flag = get_bits1(&gb);
get_bits1        1059 libavformat/mpegts.c         padding_flag = get_bits1(&gb);
get_bits1        1067 libavformat/mpegts.c             if (get_bits1(&gb))
get_bits1        1073 libavformat/mpegts.c                 get_bits1(&gb);
get_bits1        1077 libavformat/mpegts.c                 dts_flag = get_bits1(&gb);
get_bits1        1078 libavformat/mpegts.c                 cts_flag = get_bits1(&gb);
get_bits1        1082 libavformat/mpegts.c             inst_bitrate_flag = get_bits1(&gb);
get_bits1         265 libavformat/rdt.c     len_included  = get_bits1(&gb);
get_bits1         266 libavformat/rdt.c     need_reliable = get_bits1(&gb);
get_bits1         274 libavformat/rdt.c     is_keyframe   = !get_bits1(&gb);
get_bits1          83 libavformat/rtpdec_qt.c     keyframe            = get_bits1(&gb);
get_bits1          84 libavformat/rtpdec_qt.c     has_payload_desc    = get_bits1(&gb);
get_bits1          85 libavformat/rtpdec_qt.c     has_packet_info     = get_bits1(&gb);
get_bits1          97 libavformat/rtpdec_qt.c         is_start  = get_bits1(&gb);
get_bits1          98 libavformat/rtpdec_qt.c         is_finish = get_bits1(&gb);