• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:get_bits

31 #include "get_bits.h"
111 frame->lsp[0] = get_bits(gb, 6);
112 frame->lsp[1] = get_bits(gb, 6);
113 frame->lsp[2] = get_bits(gb, 9);
114 frame->lsp[3] = get_bits(gb, 7);
115 frame->pitch_delay = get_bits(gb, 7);
116 frame->delay_diff = get_bits(gb, 5);
117 frame->acb_gain[0] = get_bits(gb, 3);
118 frame->fcb_shape[0][0] = get_bits(gb, 8);
119 frame->fcb_shape[0][1] = get_bits(gb, 8);
120 frame->fcb_shape[0][2] = get_bits(gb, 8);
121 frame->fcb_shape[0][3] = get_bits(gb, 11);
122 frame->fcb_gain[0] = get_bits(gb, 5);
123 frame->acb_gain[1] = get_bits(gb, 3);
124 frame->fcb_shape[1][0] = get_bits(gb, 8);
125 frame->fcb_shape[1][1] = get_bits(gb, 8);
126 frame->fcb_shape[1][2] = get_bits(gb, 8);
127 frame->fcb_shape[1][3] = get_bits(gb, 11);
128 frame->fcb_gain [1] = get_bits(gb, 5);
129 frame->acb_gain [2] = get_bits(gb, 3);
130 frame->fcb_shape[2][0] = get_bits(gb, 8);
131 frame->fcb_shape[2][1] = get_bits(gb, 8);
132 frame->fcb_shape[2][2] = get_bits(gb, 8);
133 frame->fcb_shape[2][3] = get_bits(gb, 11);
134 frame->fcb_gain [2] = get_bits(gb, 5);
138 frame->lsp [0] = get_bits(gb, 7);
139 frame->lsp [1] = get_bits(gb, 7);
140 frame->lsp [2] = get_bits(gb, 8);
141 frame->pitch_delay = get_bits(gb, 7);
142 frame->acb_gain [0] = get_bits(gb, 3);
143 frame->fcb_shape[0][0] = get_bits(gb, 10);
144 frame->fcb_gain [0] = get_bits(gb, 4);
145 frame->acb_gain [1] = get_bits(gb, 3);
146 frame->fcb_shape[1][0] = get_bits(gb, 10);
147 frame->fcb_gain [1] = get_bits(gb, 4);
148 frame->acb_gain [2] = get_bits(gb, 3);
149 frame->fcb_shape[2][0] = get_bits(gb, 10);
150 frame->fcb_gain [2] = get_bits(gb, 4);
153 frame->lsp [0] = get_bits(gb, 4);
154 frame->lsp [1] = get_bits(gb, 4);
155 frame->energy_gain = get_bits(gb, 8);