Home
last modified time | relevance | path

Searched defs:block_count (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dvc1_loopfilter.c109 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_i_overlap_filter() local
165 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_overlap_filter() local
274 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_i_loop_filter() local
473 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_loop_filter() local
912 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_intfr_loop_filter() local
1175 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_b_intfi_loop_filter() local
/third_party/ffmpeg/libavformat/
Dhca.c47 uint32_t block_count; in hca_read_header() local
Dvpk.c28 unsigned block_count; member
Dmca.c28 uint32_t block_count; member
Damr.c36 uint64_t block_count; member
Dxmv.c94 uint64_t block_count; ///< Running counter of decompressed audio block. member
450 uint32_t block_count; in xmv_fetch_audio_packet() local
Dbrstm.c34 uint32_t block_count; member
/third_party/mesa3d/src/freedreno/ir3/
Dir3_liveness.c128 unsigned block_count = 0; in ir3_calc_liveness() local
Dir3_ra_validate.c97 unsigned block_count; member
544 unsigned half_size, unsigned block_count) in ir3_ra_validate()
Dir3_ra.h139 unsigned block_count; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.c177 uint32_t block_count, in merge_extension_names()
216 uint32_t block_count = 0; in vn_device_fix_create_info() local
/third_party/python/Lib/test/
Dtest_urllib.py776 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument
791 def hooktester(block_count, block_read_size, file_size, _report=report): argument
804 def hooktester(block_count, block_read_size, file_size, _report=report): argument
818 def hooktester(block_count, block_read_size, file_size, _report=report): argument
/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp603 unsigned hw_reg_count, int block_count, in instruction_scheduler()
755 int block_count, in fs_instruction_scheduler()
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec-mempool.c217 uint32_t block_count[6]; in dump_cp_mem_pool() member
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdtarga.c63 int block_count; /* # of pixels remaining in RLE block */ member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp188 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dfunction.cpp188 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/third_party/littlefs/
Dlfs.h209 lfs_size_t block_count; member
375 lfs_size_t block_count; member
/third_party/mesa3d/src/amd/common/
Dac_surface_modifier_test.c49 block_count(unsigned w, unsigned h, unsigned elem_bits, unsigned block_bits, in block_count() function
/third_party/spirv-tools/source/val/
Dfunction.cpp191 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/third_party/ffmpeg/libavfilter/
Dsignature.h67 short block_count; /* count of blocks per element */ member
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.cc552 const size_t block_count = sequence()->instruction_blocks().size(); in VerifyGapMoves() local
/third_party/skia/tests/
DSkBlockAllocatorTest.cpp26 static int block_count(const SkSBlockAllocator<N>& pool) { in block_count() function
/third_party/astc-encoder/Source/
Dastcenc_entry.cpp834 int block_count = zblocks * yblocks * xblocks; in compress_image() local
/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h208 int block_count[3]; // number of intra4/intra16/skipped macroblocks member

12