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

<<21222324252627282930>>

  /external/freetype/src/cff/
cffgload.c 970 FT_Int shift = 16; local
1009 shift = 0;
1014 val = (FT_Int32)( (FT_UInt32)val << shift );
    [all...]
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 277 /* Hence either use SHL which takes care of handling these issues based on platform or shift in two stages */
637 WORD32 shift = (31 - (ctb_size / MIN_TU_SIZE)); local
640 /* Since we need pattern of 1's starting from the MSB, an additional shift */
642 shift += ((ctb_size - ctb_size_top) / MIN_TU_SIZE);
645 << shift;
    [all...]
  /external/libopus/celt/
bands.c 114 int shift = celt_ilog2(maxval)-10; local
116 sum = MAC16_16(sum, EXTRACT16(VSHR32(X[j+c*N],shift)),
117 EXTRACT16(VSHR32(X[j+c*N],shift)));
120 bandE[i+c*m->nbEBands] = EPSILON+VSHR32(EXTEND32(celt_sqrt(sum)),-shift);
139 int j,shift; local
141 shift = celt_zlog2(bandE[i+c*m->nbEBands])-13;
142 E = VSHR32(bandE[i+c*m->nbEBands], shift);
145 X[j+c*N] = MULT16_16_Q15(VSHR32(freq[j+c*N],shift-1),g);
212 int shift; local
221 shift = 16-(lg>>DB_SHIFT)
269 int shift; local
361 int shift = celt_zlog2(MAX32(bandE[i], bandE[i+m->nbEBands]))-13; local
    [all...]
celt_decoder.c 266 int shift; local
273 shift = mode->maxLM;
277 shift = mode->maxLM-LM;
282 clt_mdct_backward(&mode->mdct, &X[b+c*N*B], out_mem[c]+N*b, mode->window, overlap, shift, B);
529 int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); local
536 E1 += SHR32(MULT16_16(e, e), shift);
538 E2 += SHR32(MULT16_16(e, e), shift);
    [all...]
  /external/libpng/
pngrtran.c 1879 int shift = 8 - png_ptr->sig_bit.red; local
1892 component >>= shift; local
1902 component >>= shift; local
1912 component >>= shift; local
2149 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local
2173 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local
2196 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local
2244 int shift[4]; local
2354 value >>= shift[channel]; local
3199 int shift; local
4193 int shift, value; local
4346 int shift, value; local
    [all...]
pngwutil.c 376 * widens the result of the following shift to 64-bits if (and,
2158 int shift; local
2196 int shift; local
2233 int shift; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 167 unsigned int shift; local
204 shift = vp8_norm[range];
205 range <<= shift; local
206 count += shift;
210 int offset = shift - count;
232 shift = count;
237 lowvalue <<= shift; local
269 shift = vp8_norm[range];
270 range <<= shift; local
271 count += shift;
302 lowvalue <<= shift; local
    [all...]
pickinter.c 260 int shift; local
281 shift = 2;
292 shift ++;
304 shift ++;
308 expected_udc = (Uaverage + (1 << (shift - 1))) >> shift;
309 expected_vdc = (Vaverage + (1 << (shift - 1))) >> shift;
    [all...]
  /external/libxml2/
debugXML.c 43 char shift[101]; /* used for indenting */ member in struct:_xmlDebugCtxt
71 ctxt->shift[i] = ' ';
72 ctxt->shift[100] = 0;
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
146 fprintf(ctxt->output, "%s", ctxt->shift);
    [all...]
  /external/lldb/source/Core/
DataExtractor.cpp 1174 int shift = 7; local
1211 int shift = 0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 866 LLVMValueRef zero, shift; local
887 shift = lp_build_const_int_vec(gallivm, i32_type, 1); /* 1 1 1 1 */
914 temp = shift;
921 temp = LLVMBuildShl(builder, temp, shift, "");
927 temp = LLVMBuildShl(builder, temp, shift, "");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 125 int shift, i; local
139 shift = 0;
143 shift = 2;
146 shift = 8;
150 shift = 10;
154 shift = 0;
159 LLVMConstInt(i32t, shift, 0),
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 113 GLuint i, shift; local
116 for (i = 0, shift = 0; i < len; ++i, shift = (shift+8) & 31)
117 hash += (GLuint)name[i] << shift;
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 1370 static const double shift[] = { 0, -1.\/512 }; local
1471 static const double shift[] = { 0, -1.\/512 }; local
    [all...]
cxutils.cpp 697 double scale, shift; local
705 shift = dmin - smin*scale;
787 shift = 0;
793 cvConvertScale( src, dst, scale, shift );
799 cvConvertScale( src, tmp, scale, shift );
    [all...]
  /external/openssl/crypto/bn/
bn.h 349 int shift; member in struct:bn_recp_ctx_st
    [all...]
  /external/openssl/include/openssl/
bn.h 349 int shift; member in struct:bn_recp_ctx_st
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftimage.h 707 int shift; member in struct:FT_Outline_Funcs_
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 340 int shift = (int)Pop(); local
342 if (shift > 0) {
343 Push(i << shift);
345 Push(i >> -shift);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftimage.h 707 int shift; member in struct:FT_Outline_Funcs_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.c 974 FT_Int shift = 16; local
1013 shift = 0;
1018 val = (FT_Int32)( (FT_UInt32)val << shift );
    [all...]
  /external/qemu/android/
sockets.c 336 int shift = 4*ndigits; local
339 while (shift >= 0) {
340 buf = format_char(buf, end, hex[(val >> shift) & 15]);
341 shift -= 4;
    [all...]
  /external/qemu/block/
qcow2.c 850 int fd, header_size, backing_filename_len, l1_size, i, shift, l2_bits; local
906 shift = s->cluster_bits + l2_bits;
907 l1_size = (((total_size * 512) + (1LL << shift) - 1) >> shift);
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrtran.c 1611 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local
1633 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local
1654 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local
1695 int shift[4]; local
1753 *bp >>= shift[0]; local
1767 *bp++ >>= shift[i%channels]; local
1781 value >>= shift[i%channels]; local
2821 int shift; local
3697 int shift, value; local
3844 int shift, value; local
4245 int i, j, shift, num; local
    [all...]
pngwutil.c 2001 int shift; local
2035 int shift; local
2068 int shift; local
    [all...]

Completed in 1782 milliseconds

<<21222324252627282930>>