• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/

Lines Matching refs:re

266         calculation of the current MB to see if we're on the limits */
4829 OPEN_READER(re, &s->gb);
4831 UPDATE_CACHE(re, &s->gb);
4832 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 0);
4836 if(SHOW_UBITS(re, &s->gb, 1)==0){
4839 }; SKIP_CACHE(re, &s->gb, 1);
4841 last= SHOW_UBITS(re, &s->gb, 1); SKIP_CACHE(re, &s->gb, 1);
4842 run= SHOW_UBITS(re, &s->gb, 6); LAST_SKIP_CACHE(re, &s->gb, 6);
4843 SKIP_COUNTER(re, &s->gb, 1+1+6);
4844 UPDATE_CACHE(re, &s->gb);
4846 if(SHOW_UBITS(re, &s->gb, 1)==0){
4849 }; SKIP_CACHE(re, &s->gb, 1);
4851 level= SHOW_UBITS(re, &s->gb, 11); SKIP_CACHE(re, &s->gb, 11);
4853 if(SHOW_UBITS(re, &s->gb, 5)!=0x10){
4856 }; SKIP_CACHE(re, &s->gb, 5);
4859 level = (level ^ SHOW_SBITS(re, &s->gb, 1)) - SHOW_SBITS(re, &s->gb, 1); LAST_SKIP_CACHE(re, &s->gb, 1);
4860 SKIP_COUNTER(re, &s->gb, 1+11+5+1);
4866 cache= GET_CACHE(re, &s->gb);
4874 SKIP_CACHE(re, &s->gb, 2);
4875 last= SHOW_UBITS(re, &s->gb, 1); SKIP_CACHE(re, &s->gb, 1);
4876 run= SHOW_UBITS(re, &s->gb, 6); LAST_SKIP_CACHE(re, &s->gb, 6);
4877 SKIP_COUNTER(re, &s->gb, 2+1+6);
4878 UPDATE_CACHE(re, &s->gb);
4881 level= SHOW_SBITS(re, &s->gb, 12); LAST_SKIP_BITS(re, &s->gb, 12);
4883 if(SHOW_UBITS(re, &s->gb, 1)==0){
4886 }; SKIP_CACHE(re, &s->gb, 1);
4888 level= SHOW_SBITS(re, &s->gb, 12); SKIP_CACHE(re, &s->gb, 12);
4890 if(SHOW_UBITS(re, &s->gb, 1)==0){
4893 }; LAST_SKIP_CACHE(re, &s->gb, 1);
4895 SKIP_COUNTER(re, &s->gb, 1+12+1);
4938 LAST_SKIP_BITS(re, &s->gb, 2);
4939 UPDATE_CACHE(re, &s->gb);
4941 SKIP_BITS(re, &s->gb, 2);
4943 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1);
4945 level = (level ^ SHOW_SBITS(re, &s->gb, 1)) - SHOW_SBITS(re, &s->gb, 1);
4946 LAST_SKIP_BITS(re, &s->gb, 1);
4951 LAST_SKIP_BITS(re, &s->gb, 1);
4952 UPDATE_CACHE(re, &s->gb);
4954 SKIP_BITS(re, &s->gb, 1);
4956 GET_RL_VLC(level, run, re, &s->gb, rl_vlc, TEX_VLC_BITS, 2, 1);
4959 level = (level ^ SHOW_SBITS(re, &s->gb, 1)) - SHOW_SBITS(re, &s->gb, 1);
4960 LAST_SKIP_BITS(re, &s->gb, 1);
4965 level = (level ^ SHOW_SBITS(re, &s->gb, 1)) - SHOW_SBITS(re, &s->gb, 1);
4966 LAST_SKIP_BITS(re, &s->gb, 1);
4981 CLOSE_READER(re, &s->gb);