Searched refs:block_size (Results 276 - 300 of 320) sorted by relevance

<<111213

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp182 long long block_size, //size of block's payload
/external/libvpx/libwebm/
H A Dmkvparser.hpp161 long long block_size, // size of block's payload
/external/opencv/cv/src/
H A Dcvsegmentation.cpp72 int i, count = (storage->block_size - sizeof(CvMemBlock))/sizeof(*n) - 1;
H A Dcvcalibinit.cpp295 int block_size = cvRound(MIN(img->cols,img->rows)*0.2)|1; local
299 CV_ADAPTIVE_THRESH_MEAN_C, CV_THRESH_BINARY, block_size, 0 );
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp1532 FX_DWORD block_size = src_size > 4096 ? 4096 : src_size; local
1533 if (!pSrcFile->ReadBlock(buffer, m_Offset - src_size, block_size)) {
1536 if (m_File.AppendBlock(buffer, block_size) < 0) {
1539 src_size -= block_size;
/external/stressapptest/src/
H A Dworker.cc2732 uint64 block_size = 0; local
2734 if (ioctl(fd, BLKGETSIZE64, &block_size) == -1) {
2741 if (block_size == 0) {
2748 device_sectors_ = block_size / kSectorSize;
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_aes.c286 size_t bl = ctx->cipher->block_size;
602 NID_aes_128_cbc, 16 /* block_size */, 16 /* key_size */,
608 NID_aes_128_ctr, 1 /* block_size */, 16 /* key_size */,
614 NID_aes_128_ecb, 16 /* block_size */, 16 /* key_size */,
620 NID_aes_128_gcm, 1 /* block_size */, 16 /* key_size */, 12 /* iv_len */,
630 NID_aes_128_cbc, 16 /* block_size */, 32 /* key_size */,
636 NID_aes_128_ctr, 1 /* block_size */, 32 /* key_size */,
642 NID_aes_128_ecb, 16 /* block_size */, 32 /* key_size */,
648 NID_aes_128_gcm, 1 /* block_size */, 32 /* key_size */, 12 /* iv_len */,
705 size_t bl = ctx->cipher->block_size;
[all...]
/external/libvpx/armv7a/
H A Dvp9_rtcd.h41 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
599 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/libvpx/generic/
H A Dvp9_rtcd.h41 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
599 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c527 intptr_t block_size, int64_t *ssz) {
531 for (i = 0; i < block_size; i++) {
2146 int ref_frame, BLOCK_SIZE block_size ) {
2163 block_size < cpi->sf.max_partition_size);
2187 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
2321 BLOCK_SIZE block_size,
2348 if (!vp9_is_scaled(sf) && block_size >= BLOCK_8X8)
2350 ref_frame, block_size);
526 vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
2318 vp9_setup_buffer_inter(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, MV_REFERENCE_FRAME ref_frame, BLOCK_SIZE block_size, int mi_row, int mi_col, int_mv frame_nearest_mv[MAX_REF_FRAMES], int_mv frame_near_mv[MAX_REF_FRAMES], struct buf_2d yv12_mb[4][MAX_MB_PLANE]) argument
/external/libvpx/mips/
H A Dvp9_rtcd.h41 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
599 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/openssl/crypto/evp/
H A Devp.h179 int block_size; member in struct:env_md_st
306 int block_size; member in struct:evp_cipher_st
H A De_aes.c276 size_t bl = ctx->cipher->block_size;
657 size_t bl = ctx->cipher->block_size;
/external/openssl/include/openssl/
H A Devp.h179 int block_size; member in struct:env_md_st
306 int block_size; member in struct:evp_cipher_st
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp443 FX_INT32 block_size = block == nBlocks - 1 ? count % 1024 : 1024; local
444 FX_DWORD dwReadSize = block_size * recordsize;
453 for (FX_INT32 i = 0; i < block_size; i ++) {
535 FX_INT32 block_size = block == nBlocks - 1 ? count % 1024 : 1024; local
536 m_Syntax.ReadBlock((FX_LPBYTE)pBuf, block_size * recordsize);
537 for (FX_INT32 i = 0; i < block_size; i ++) {
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h1372 unsigned int block_size, io_manager manager,
1376 unsigned int block_size, io_manager manager,
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h41 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
635 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h41 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
638 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c255 intptr_t block_size, int64_t *ssz) {
259 for (i = 0; i < block_size; i++) {
1736 BLOCK_SIZE block_size,
1763 if (!vp9_is_scaled(sf) && block_size >= BLOCK_8X8)
1765 ref_frame, block_size);
254 vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
1733 setup_buffer_inter(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, MV_REFERENCE_FRAME ref_frame, BLOCK_SIZE block_size, int mi_row, int mi_col, int_mv frame_nearest_mv[MAX_REF_FRAMES], int_mv frame_near_mv[MAX_REF_FRAMES], struct buf_2d yv12_mb[4][MAX_MB_PLANE]) argument
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h32 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h32 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h32 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h32 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h32 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h32 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);

Completed in 447 milliseconds

<<111213