HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 26 - 50 of 828) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 128 # Shift a token; we're done with it
129 self.shift(type, value, newstate, context)
175 def shift(self, type, value, newstate, context): member in class:Parser
176 """Shift a token. (Internal)"""
  /external/chromium_org/chrome/browser/extensions/
app_icon_loader_impl.cc 109 const color_utils::HSL shift = {-1, 0, 0.6}; local
110 image = gfx::ImageSkiaOperations::CreateHSLShiftedImage(image, shift);
  /external/chromium_org/third_party/libpng/
pngwtran.c 66 &(png_ptr->shift));
138 int shift, v; local
144 shift = 6;
151 v |= (value << shift);
152 if (shift == 0)
154 shift = 6;
160 shift -= 2;
163 if (shift != 6)
170 int shift, v; local
176 shift = 4
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
dboolhuff.c 43 int shift = VP8_BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT); local
46 int x = (int)(shift + CHAR_BIT - bits_left);
64 while(shift >= loop_end)
67 value |= (VP8_BD_VALUE)*bufptr << shift;
70 shift -= CHAR_BIT;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_systemdependent.h 68 const int shift = (1 << i); local
69 const unsigned int x = value >> shift;
72 log += shift;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_reader.c 47 int shift = BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT); local
51 const int x = (int)(shift + CHAR_BIT - bits_left);
66 while (shift >= loop_end) {
68 value |= (BD_VALUE)*buffer++ << shift;
69 shift -= CHAR_BIT;
  /external/chromium_org/third_party/libwebp/utils/
bit_reader_inl.h 141 const int shift = kVP8Log2Range[range]; local
143 br->bits_ -= shift;
150 // simplified version of VP8GetBit() for prob=0x80 (note shift is always 1 here)
utils.h 104 const int shift = (1 << i); local
105 const uint32_t x = value >> shift;
108 log += shift;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_translate.c 686 VGint shift = j; local
687 clr[0] = (((*src) & (1<<shift)) >> shift);
710 VGint shift = j; local
714 clr[3] = (((*src) & (1<<shift)) >> shift);
733 VGint bitter, shift; local
736 shift = 0;
739 shift = 4;
744 clr[3] = ((*src) & (bitter)) >> shift;
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
omxSP_FFTInit_R_F32.c 122 int shift = 2; local
127 if (((p_offset[j] << shift) + over - 1) >= fft_size)
130 shift++;
141 int shift = 2; local
146 if (((p_offset[j] << shift) + over - 1) >= fft_size)
149 shift++;
  /external/chromium_org/third_party/opus/src/silk/float/
residual_energy_FLP.c 101 opus_int shift; local
105 shift = LPC_order + subfr_length;
108 silk_LPC_analysis_filter_FLP( LPC_res, a[ 0 ], x + 0 * shift, 2 * shift, LPC_order );
109 nrgs[ 0 ] = ( silk_float )( gains[ 0 ] * gains[ 0 ] * silk_energy_FLP( LPC_res_ptr + 0 * shift, subfr_length ) );
110 nrgs[ 1 ] = ( silk_float )( gains[ 1 ] * gains[ 1 ] * silk_energy_FLP( LPC_res_ptr + 1 * shift, subfr_length ) );
113 silk_LPC_analysis_filter_FLP( LPC_res, a[ 1 ], x + 2 * shift, 2 * shift, LPC_order );
114 nrgs[ 2 ] = ( silk_float )( gains[ 2 ] * gains[ 2 ] * silk_energy_FLP( LPC_res_ptr + 0 * shift, subfr_length ) );
115 nrgs[ 3 ] = ( silk_float )( gains[ 3 ] * gains[ 3 ] * silk_energy_FLP( LPC_res_ptr + 1 * shift, subfr_length ) )
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
state_search.c 38 int16_t scale, shift; local
106 shift=4;
108 shift=9;
113 iLBCenc_inst->state_short_len, (int16_t)(shift-scaleRes));
  /external/icu/icu4c/source/layout/
DeviceTables.cpp 33 le_uint16 shift = 16 - (bits * (fieldIndex + 1)); local
34 le_uint16 field = (word >> shift) & fieldMasks[format];
  /external/iproute2/tc/
f_tcindex.c 21 " [ shift SHIFT ]\n");
67 else if (!strcmp(*argv,"shift")) {
68 int shift; local
71 shift = strtoul(*argv,&end,0);
76 addattr_l(n,4096,TCA_TCINDEX_SHIFT,&shift,
77 sizeof(shift));
149 int shift; local
151 if (RTA_PAYLOAD(tb[TCA_TCINDEX_SHIFT]) < sizeof(shift))
153 shift = *(int *) RTA_DATA(tb[TCA_TCINDEX_SHIFT])
    [all...]
  /external/libhevc/common/
ihevc_chroma_iquant_itrans_recon.c 136 WORD32 shift; local
153 shift = IT_SHIFT_STAGE_1;
154 add = 1 << (shift - 1);
196 CLIP_S16(((e[0] + o[0] + add) >> shift));
198 CLIP_S16(((e[1] + o[1] + add) >> shift));
200 CLIP_S16(((e[1] - o[1] + add) >> shift));
202 CLIP_S16(((e[0] - o[0] + add) >> shift));
213 shift = IT_SHIFT_STAGE_2;
214 add = 1 << (shift - 1);
235 CLIP_S16(((e[0] + o[0] + add) >> shift));
    [all...]
ihevc_chroma_itrans_recon_16x16.c 93 * @param[in] shift
94 * Output shift
123 WORD32 shift; local
145 shift = IT_SHIFT_STAGE_1;
146 add = 1 << (shift - 1);
187 CLIP_S16(((e[k] + o[k] + add) >> shift));
189 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
200 shift = IT_SHIFT_STAGE_2;
201 add = 1 << (shift - 1);
237 CLIP_S16(((e[k] + o[k] + add) >> shift));
    [all...]
ihevc_chroma_itrans_recon_8x8.c 92 * @param[in] shift
93 * Output shift
121 WORD32 shift; local
137 shift = IT_SHIFT_STAGE_1;
138 add = 1 << (shift - 1);
182 CLIP_S16(((e[k] + o[k] + add) >> shift));
184 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
195 shift = IT_SHIFT_STAGE_2;
196 add = 1 << (shift - 1);
223 CLIP_S16(((e[k] + o[k] + add) >> shift));
    [all...]
ihevc_itrans_recon.c 111 WORD32 shift; local
120 shift = IT_SHIFT_STAGE_1;
121 add = 1 << (shift - 1);
139 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
141 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
143 CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> shift);
145 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift);
155 shift = IT_SHIFT_STAGE_2;
156 add = 1 << (shift - 1);
168 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
248 WORD32 shift; local
    [all...]
ihevc_itrans_recon_16x16.c 84 * @param[in] shift
85 * Output shift
113 WORD32 shift; local
135 shift = IT_SHIFT_STAGE_1;
136 add = 1 << (shift - 1);
177 CLIP_S16(((e[k] + o[k] + add) >> shift));
179 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
190 shift = IT_SHIFT_STAGE_2;
191 add = 1 << (shift - 1);
228 CLIP_S16(((e[k] + o[k] + add) >> shift));
    [all...]
ihevc_itrans_recon_8x8.c 84 * @param[in] shift
85 * Output shift
112 WORD32 shift; local
135 shift = IT_SHIFT_STAGE_1;
136 add = 1 << (shift - 1);
167 CLIP_S16(((e[k] + o[k] + add) >> shift));
169 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
180 shift = IT_SHIFT_STAGE_2;
181 add = 1 << (shift - 1);
206 CLIP_S16(((e[k] + o[k] + add) >> shift));
    [all...]
  /external/libopus/silk/float/
residual_energy_FLP.c 101 opus_int shift; local
105 shift = LPC_order + subfr_length;
108 silk_LPC_analysis_filter_FLP( LPC_res, a[ 0 ], x + 0 * shift, 2 * shift, LPC_order );
109 nrgs[ 0 ] = ( silk_float )( gains[ 0 ] * gains[ 0 ] * silk_energy_FLP( LPC_res_ptr + 0 * shift, subfr_length ) );
110 nrgs[ 1 ] = ( silk_float )( gains[ 1 ] * gains[ 1 ] * silk_energy_FLP( LPC_res_ptr + 1 * shift, subfr_length ) );
113 silk_LPC_analysis_filter_FLP( LPC_res, a[ 1 ], x + 2 * shift, 2 * shift, LPC_order );
114 nrgs[ 2 ] = ( silk_float )( gains[ 2 ] * gains[ 2 ] * silk_energy_FLP( LPC_res_ptr + 0 * shift, subfr_length ) );
115 nrgs[ 3 ] = ( silk_float )( gains[ 3 ] * gains[ 3 ] * silk_energy_FLP( LPC_res_ptr + 1 * shift, subfr_length ) )
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 42 int shift = VP8_BD_VALUE_SIZE - 8 - (count + 8); local
45 int x = (int)(shift + CHAR_BIT - bits_left);
63 while(shift >= loop_end)
66 value |= (VP8_BD_VALUE)*bufptr << shift;
69 shift -= CHAR_BIT;
  /external/libvpx/libvpx/vp9/common/
vp9_systemdependent.h 68 const int shift = (1 << i); local
69 const unsigned int x = value >> shift;
72 log += shift;
  /external/libvpx/libvpx/vp9/decoder/
vp9_reader.c 40 int shift = BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT); local
43 const int x = shift + CHAR_BIT - bits_left;
51 while (shift >= loop_end) {
53 value |= (BD_VALUE)*buffer++ << shift;
54 shift -= CHAR_BIT;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_translate.c 686 VGint shift = j; local
687 clr[0] = (((*src) & (1<<shift)) >> shift);
710 VGint shift = j; local
714 clr[3] = (((*src) & (1<<shift)) >> shift);
733 VGint bitter, shift; local
736 shift = 0;
739 shift = 4;
744 clr[3] = ((*src) & (bitter)) >> shift;
    [all...]

Completed in 1596 milliseconds

12 3 4 5 6 7 8 91011>>