/external/kernel-headers/original/uapi/linux/tc_act/ |
H A D | tc_pedit.h | 23 __u32 shift; member in struct:tc_pedit_key
|
/external/libhevc/common/ |
H A D | ihevc_chroma_itrans_recon.c | 92 * @param[in] shift 93 * Output shift 120 WORD32 shift; local 129 shift = IT_SHIFT_STAGE_1; 130 add = 1 << (shift - 1); 153 CLIP_S16(((e[0] + o[0] + add) >> shift)); 155 CLIP_S16(((e[1] + o[1] + add) >> shift)); 157 CLIP_S16(((e[1] - o[1] + add) >> shift)); 159 CLIP_S16(((e[0] - o[0] + add) >> shift)); 170 shift [all...] |
/external/libopus/celt/ |
H A D | kiss_fft.h | 85 int shift; member in struct:kiss_fft_state
|
/external/libvpx/libvpx/vp8/decoder/ |
H A D | 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/qemu/distrib/libpng-1.2.46/ |
H A D | 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 [all...] |
/external/skia/src/core/ |
H A D | SkFloatBits.cpp | 84 // apply the sign before we right-shift 114 // apply the sign before we right-shift 144 // apply the sign before we right-shift 160 int shift = EXP_BIAS; local 171 shift += bias; 176 shift -= zeros; 181 SkASSERT(shift >= 0 && shift <= 255); 184 data.fSignBitInt = (sign << 31) | (shift << 23) | (value & ~MATISSA_MAGIC_BIG); 193 int shift local [all...] |
/external/speex/libspeex/ |
H A D | lpc_bfin.h | 49 int shift, ac_shift; local 58 shift = 8; 59 while (shift && ac0<0x40000000) 61 shift--; 72 nshift = -shift; 115 d = ADD32(d,SHR32(MULT16_16(x[j],x[j]), shift)); 124 d = ADD32(d,SHR32(MULT16_16(x[j],x[j-i]), shift));
|
/external/srec/srec/cfront/ |
H A D | log_tabl.c | 61 logtab->shift = (int)(val + 0.5); 84 int log_lookup(log_table_info *logtab, int operand, int shift) argument 94 shift++; 98 shift++; 102 log_report("tab: %d %d -> %d\n", operand, shift, 103 (int)((shift) *(logtab->shift) + logtab->table[operand])); 105 return ((int)((shift) *(logtab->shift) + logtab->table[operand])); 122 int ii, aa, bb, cc, value, shift; local [all...] |
/external/srec/srec/clib/ |
H A D | matx_ops.c | 76 int ii, jj, shift; local 98 shift = 0; 101 shift++; 105 scale_coef = (1 << shift); 121 return (shift);
|
/external/webp/src/utils/ |
H A D | bit_reader_inl.h | 140 const int shift = kVP8Log2Range[range]; local 142 br->bits_ -= shift; 149 // simplified version of VP8GetBit() for prob=0x80 (note shift is always 1 here)
|
H A D | utils.h | 104 const int shift = (1 << i); local 105 const uint32_t x = value >> shift; 108 log += shift;
|
/external/chromium_org/chrome/browser/extensions/ |
H A D | extension_commands_global_registry_apitest.cc | 35 // Send a simulated key press and release event, where |control|, |shift| or 39 bool shift, 57 if (shift) 37 SendNativeKeyEventToXDisplay(ui::KeyboardCode key, bool control, bool shift, bool alt) argument
|
H A D | extension_icon_manager.cc | 128 color_utils::HSL shift = {-1, 0, 0.6}; local 129 result = SkBitmapOperations::CreateHSLShiftedBitmap(result, shift);
|
/external/chromium_org/chrome/test/base/ |
H A D | interactive_test_utils.cc | 36 bool shift, 42 return SendKeyPressToWindowSync(window, key, control, shift, alt, command); 48 bool shift, 55 window, key, control, shift, alt, command, runner->QuitClosure()); 59 window, key, control, shift, alt, command, runner->QuitClosure()); 77 bool shift, 84 if (!SendKeyPressSync(browser, key, control, shift, alt, command)) 33 SendKeyPressSync(const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument 45 SendKeyPressToWindowSync(const gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument 74 SendKeyPressAndWait(const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, int type, const content::NotificationSource& source) argument
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | utf_impl.c | 232 uint8_t b, count=1, shift=6; local 256 c|=(UChar32)b<<shift; 280 c|=(UChar32)(b&0x3f)<<shift; 282 shift+=6;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
H A D | dboolhuff.h | 86 register unsigned int shift = vp8_norm[range]; local 87 range <<= shift; local 88 value <<= shift; local 89 count -= shift;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
H A D | boolhuff.h | 68 register unsigned int shift; local 91 shift = vp8_norm[range]; 93 range <<= shift; local 94 count += shift; 98 int offset = shift - count; 117 shift = count; 122 lowvalue <<= shift; local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
H A D | vp9_reader.h | 80 register unsigned int shift = vp9_norm[range]; local 81 range <<= shift; local 82 value <<= shift; local 83 count -= shift;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
H A D | vp9_writer.h | 38 register unsigned int shift; local 49 shift = vp9_norm[range]; 51 range <<= shift; local 52 count += shift; 55 int offset = shift - count; 70 shift = count; 75 lowvalue <<= shift; local
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
H A D | 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/ |
H A D | omxSP_FFTInit_R_F32.c | 153 int shift = 2; local 158 if (((p_offset[j] << shift) + over - 1) >= fft_size) 161 shift++; 172 int shift = 2; local 177 if (((p_offset[j] << shift) + over - 1) >= fft_size) 180 shift++;
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
H A D | find_LPC_FIX.c | 46 opus_int isInterpLower, shift; local 73 shift = res_tmp_nrg_Q - res_nrg_Q; 74 if( shift >= 0 ) { 75 if( shift < 32 ) { 76 res_nrg = res_nrg - silk_RSHIFT( res_tmp_nrg, shift ); 79 silk_assert( shift > -32 ); 80 res_nrg = silk_RSHIFT( res_nrg, -shift ) - res_tmp_nrg; 104 shift = rshift0 - rshift1; 105 if( shift >= 0 ) { 106 res_nrg1 = silk_RSHIFT( res_nrg1, shift ); [all...] |
/external/chromium_org/third_party/opus/src/silk/float/ |
H A D | 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_lengt [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
H A D | common.cc | 44 int shift = (1 << i); local 45 size_t x = n >> shift; 48 log += shift;
|
/external/chromium_org/ui/aura/test/ |
H A D | ui_controls_factory_aurawin.cc | 36 bool shift, 43 window, key, control, shift, alt, base::Closure()); 48 bool shift, 55 return SendKeyPressImpl(window, key, control, shift, alt, task); 33 SendKeyPress(gfx::NativeWindow native_window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument 45 SendKeyPressNotifyWhenDone(gfx::NativeWindow native_window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, const base::Closure& task) argument
|