Searched refs:bs (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h310 const int bs = num_8x8_blocks_wide_lookup[bsize];
315 vpx_memset(above_ctx, partition_context_lookup[subsize].above, bs);
316 vpx_memset(left_ctx, partition_context_lookup[subsize].left, bs);
326 const int bs = 1 << bsl;
332 for (i = 0; i < bs; i++) {
336 above = (above & bs) > 0;
337 left = (left & bs) > 0;
/external/aac/libAACdec/src/
H A Daacdecoder.cpp336 \bs Bitstream Handle
342 HANDLE_FDK_BITSTREAM bs,
360 *elementInstanceTag = FDKreadBits(bs,4);
362 dataByteAlignFlag = FDKreadBits(bs,1);
364 count = FDKreadBits(bs,8);
367 count += FDKreadBits(bs,8); /* EscCount */
372 FDKbyteAlign(bs, alignmentAnchor);
375 dataStart = FDKgetValidBits(bs);
377 error = CAacDecoder_AncDataParse(ancData, bs, count);
382 FDKpushBack(bs, dataStar
340 CDataStreamElement_Read( HANDLE_AACDECODER self, HANDLE_FDK_BITSTREAM bs, UCHAR *elementInstanceTag, UINT alignmentAnchor ) argument
420 CProgramConfigElement_Read( HANDLE_FDK_BITSTREAM bs, HANDLE_TRANSPORTDEC pTp, CProgramConfig *pce, const UINT channelConfig, const UINT alignAnchor ) argument
1123 HANDLE_FDK_BITSTREAM bs = transportDec_GetBitstream(self->hInput, 0); local
[all...]
H A Daacdec_hcr.cpp128 static INT DecodeEscapeSequence(HANDLE_FDK_BITSTREAM bs,
135 static int DecodePCW_Sign(HANDLE_FDK_BITSTREAM bs,
145 static const SCHAR *DecodePCW_Body(HANDLE_FDK_BITSTREAM bs,
153 static void DecodePCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr);
207 void CHcr_Read(HANDLE_FDK_BITSTREAM bs, argument
220 lengOfReorderedSpectralData = FDKreadBits(bs,14) + ERROR_LORSD;
243 lengOfLongestCodeword = FDKreadBits(bs,6) + ERROR_LOLC;
283 HANDLE_FDK_BITSTREAM bs)
303 FDKsyncCache(bs);
304 pHcr->decInOut.bitstreamIndex = FDKgetBitCnt(bs);
280 HcrInit(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, const SamplingRateInfo *pSamplingRateInfo, HANDLE_FDK_BITSTREAM bs) argument
451 HcrDecoder(H_HCR_INFO pHcr, const CAacDecoderChannelInfo *pAacDecoderChannelInfo, HANDLE_FDK_BITSTREAM bs) argument
472 HcrDecoder(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, const SamplingRateInfo *pSamplingRateInfo, HANDLE_FDK_BITSTREAM bs) argument
1044 DecodePCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr) argument
1376 DecodePCW_Body(HANDLE_FDK_BITSTREAM bs, const UINT *pCurrentTree, const SCHAR *pQuantValBase, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument
1431 DecodeEscapeSequence(HANDLE_FDK_BITSTREAM bs, INT quantSpecCoef, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument
1493 DecodePCW_Sign(HANDLE_FDK_BITSTREAM bs, UINT codebookDim, const SCHAR *pQuantVal, FIXP_DBL *pQuantSpecCoef, int *quantSpecCoefIdx, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dschur_complement_solver.h134 virtual void InitStorage(const CompressedRowBlockStructure* bs) = 0;
155 virtual void InitStorage(const CompressedRowBlockStructure* bs);
169 virtual void InitStorage(const CompressedRowBlockStructure* bs);
H A Dschur_eliminator.h175 const CompressedRowBlockStructure* bs) = 0;
228 const CompressedRowBlockStructure* bs);
291 void ChunkOuterProduct(const CompressedRowBlockStructure* bs,
H A Dimplicit_schur_complement_test.cc75 const CompressedRowBlockStructure* bs = A_->block_structure(); local
76 const int num_col_blocks = bs->cols.size();
79 blocks[i - num_eliminate_blocks_] = bs->cols[i].size;
92 eliminator->Init(num_eliminate_blocks_, bs);
H A Dpartitioned_matrix_view_test.cc148 const CompressedRowBlockStructure* bs = block_diagonal_ee->block_structure(); local
152 EXPECT_EQ(bs->cols.size(), 2);
153 EXPECT_EQ(bs->rows.size(), 2);
162 const CompressedRowBlockStructure* bs = block_diagonal_ff->block_structure(); local
166 EXPECT_EQ(bs->cols.size(), 3);
167 EXPECT_EQ(bs->rows.size(), 3);
H A Dschur_complement_solver.cc99 const CompressedRowBlockStructure* bs) {
101 const int num_col_blocks = bs->cols.size();
107 blocks[j] = bs->cols[i].size;
183 const CompressedRowBlockStructure* bs) {
185 const int num_col_blocks = bs->cols.size();
186 const int num_row_blocks = bs->rows.size();
190 blocks_[i - num_eliminate_blocks] = bs->cols[i].size;
200 int e_block_id = bs->rows[r].cells.front().block_id;
209 const CompressedRow& row = bs->rows[r];
234 const CompressedRow& row = bs
98 InitStorage( const CompressedRowBlockStructure* bs) argument
182 InitStorage( const CompressedRowBlockStructure* bs) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Df_string.c97 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
192 bs->length=num;
193 bs->data=s;
H A Df_enum.c97 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) argument
105 bs->type=V_ASN1_ENUMERATED;
194 bs->length=num;
195 bs->data=s;
H A Df_int.c102 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) argument
110 bs->type=V_ASN1_INTEGER;
198 bs->length=num;
199 bs->data=s;
/external/chromium_org/third_party/skia/bench/
H A DBlurBench.cpp37 BlurBench(SkScalar rad, SkBlurStyle bs, uint32_t flags = 0) { argument
39 fStyle = bs;
41 const char* name = rad > 0 ? gStyleName[bs] : "none";
/external/openssl/crypto/asn1/
H A Df_string.c97 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
201 bs->length=num;
202 bs->data=s;
H A Df_int.c103 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) argument
111 bs->type=V_ASN1_INTEGER;
208 bs->length=num;
209 bs->data=s;
H A Dt_req.c176 ASN1_BIT_STRING *bs=NULL; local
191 bs=t->value.bit_string;
200 bs=at->value.asn1_string;
210 if (BIO_write(bp,(char *)bs->data,bs->length)
211 != bs->length)
/external/skia/bench/
H A DBlurBench.cpp36 BlurBench(SkScalar rad, SkBlurStyle bs, uint32_t flags = 0) { argument
38 fStyle = bs;
40 const char* name = rad > 0 ? gStyleName[bs] : "none";
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_denoiser.h42 int mi_row, int mi_col, BLOCK_SIZE bs,
/external/fio/engines/
H A Dsg.c29 unsigned int bs; member in struct:sgio_data
210 if (io_u->xfer_buflen & (sd->bs - 1)) {
233 nr_blocks = io_u->xfer_buflen / sd->bs;
234 lba = io_u->offset / sd->bs;
280 static int fio_sgio_get_bs(struct thread_data *td, unsigned int *bs) argument
304 *bs = (buf[4] << 24) | (buf[5] << 16) | (buf[6] << 8) | buf[7];
351 unsigned int bs; local
354 if (ioctl(f->fd, BLKSSZGET, &bs) < 0) {
366 ret = fio_sgio_get_bs(td, &bs);
374 sd->bs
[all...]
/external/bzip2/
H A Dbzmore46 ANS=`dd bs=1 count=1 2>/dev/null`
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_etc.c28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
52 src += bs;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_etc.c28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
52 src += bs;
/external/qemu/hw/android/goldfish/
H A Dmmc.c72 BlockDriverState *bs; member in struct:goldfish_mmc_state
198 ret = bdrv_read(s->bs, sector_number, s->buf, 1);
220 ret = bdrv_write(s->bs, sector_number, s->buf, 1);
253 bdrv_get_geometry(s->bs, (uint64_t*)&sector_count);
413 // bdrv_flush(s->bs);
454 if (bdrv_is_read_only(s->bs)) {
526 void goldfish_mmc_init(uint32_t base, int id, BlockDriverState* bs) argument
536 s->bs = bs;
/external/srec/portable/src/
H A Dpmalloc.c320 psize_t bs; local
322 for (bs = _Size_block; ; bs >>= 1)
324 if (bs < size)
325 bs = size;
326 if ((q = (_Cell *)_Getmem(bs)) != 0)
328 else if (bs == size)
332 q->_Size = bs;
/external/strace/qemu_multiarch_testing/
H A Dmake-hdc-img.sh9 dd if=/dev/zero of=hdc.img bs=1024 seek=$((HDCMEGS*1024-1)) count=1 &&
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_BitStream.h16 CJBig2_BitStream(CJBig2_BitStream &bs);
91 inline CJBig2_BitStream::CJBig2_BitStream(CJBig2_BitStream &bs) argument
93 m_pBuf = bs.m_pBuf;
94 m_dwLength = bs.m_dwLength;
95 m_dwByteIdx = bs.m_dwByteIdx;
96 m_dwBitIdx = bs.m_dwBitIdx;

Completed in 1249 milliseconds

1234567891011>>