Home
last modified time | relevance | path

Searched defs:blocks (Results 226 - 250 of 283) sorted by relevance

12345678910>>...12

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c695 static bool StorageWriteLba(int offset_block, void *data, int blocks) in StorageWriteLba() argument
720 static bool StorageReadLba(int offset_block, void *data, int blocks) in StorageReadLba() argument
749 int blocks in write_data() local
777 int blocks = 0; test_load() local
815 int blocks = fix_blocks(content->content_size); load_content() local
829 load_content_data(resource_content *content, int offset_block, void *data, int blocks) load_content_data() argument
909 load_file(const char *file_path, int offset_block, int blocks) load_file() argument
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c712 static bool StorageWriteLba(int offset_block, void *data, int blocks) in StorageWriteLba() argument
735 static bool StorageReadLba(int offset_block, void *data, int blocks) in StorageReadLba() argument
761 int blocks in write_data() local
788 int blocks = 0; test_load() local
824 int blocks = fix_blocks(content->content_size); load_content() local
838 load_content_data(resource_content *content, int offset_block, void *data, int blocks) load_content_data() argument
923 load_file(const char *file_path, int offset_block, int blocks) load_file() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbink.c183 int bw, bh, blocks; in init_bundles() local
H A Dapedec.c695 int blocks = blockstodecode; in entropy_decode_stereo_3860() local
715 int blocks = blockstodecode; in entropy_decode_stereo_3900() local
H A Dproresenc_kostya.c274 get_slice_data(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int x, int y, int w, int h, int16_t *blocks, uint16_t *emu_buf, int mbs_per_slice, int blocks_per_mb, int is_chroma) get_slice_data() argument
345 get_alpha_data(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int x, int y, int w, int h, int16_t *blocks, int mbs_per_slice, int abits) get_alpha_data() argument
408 encode_dcs(PutBitContext *pb, int16_t *blocks, int blocks_per_slice, int scale) encode_dcs() argument
434 encode_acs(PutBitContext *pb, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) encode_acs() argument
468 encode_slice_plane(ProresContext *ctx, PutBitContext *pb, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int16_t *blocks, int blocks_per_mb, int plane_size_factor, const int16_t *qmat) encode_slice_plane() argument
514 encode_alpha_plane(ProresContext *ctx, PutBitContext *pb, int mbs_per_slice, uint16_t *blocks, int quant) encode_alpha_plane() argument
649 estimate_dcs(int *error, int16_t *blocks, int blocks_per_slice, int scale) estimate_dcs() argument
680 estimate_acs(int *error, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) estimate_acs() argument
749 estimate_alpha_plane(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int16_t *blocks) estimate_alpha_plane() argument
[all...]
H A Dproresenc_anatoliy.c326 static void calc_plane_dct(FDCTDSPContext *fdsp, uint8_t *src, int16_t * blocks, int src_stride, int mb_count, int chroma, int is_422) in calc_plane_dct() argument
363 static int encode_slice_plane(int16_t *blocks, int mb_count, uint8_t *buf, unsigned buf_size, int *qmat, int sub_sample_chroma, in encode_slice_plane() argument
444 int16_t * blocks = (int16_t *)src_a; in encode_alpha_slice_data() local
/third_party/ffmpeg/libavfilter/
H A Dvf_minterpolate.c162 Block *blocks; member
416 static void search_mv(MIContext *mi_ctx, Block *blocks, int mb_x, int mb_y, int dir) in search_mv() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmov.c1163 int blocks = 0; in aax_filter() local
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp776 static size_t FindBlock(const CBlockInfo *blocks, size_t numBlocks, UInt64 pos) in FindBlock() argument
/third_party/lzma/C/
H A DXzEnc.c106 Byte *blocks; member
139 Byte *blocks = (Byte *)ISzAlloc_Alloc(alloc, newSize); in XzEncIndex_ReAlloc() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c137 struct ra_spill_block_state *blocks; member
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h374 struct list_head blocks; /* list of agx_block */ member
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h81 __u64 blocks; member
97 __u64 blocks; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h770 struct list_head blocks; /* list of bi_block */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h411 gpir_block **blocks; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h1218 SVGA3dSize blocks; in svga3dsurface_calculate_pitch() local
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h429 pan_exit_block(struct list_head *blocks) in pan_exit_block() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c938 unsigned long long blocks; member
[all...]
/third_party/openssl/crypto/evp/
H A De_aes.c942 unsigned long long blocks; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.cpp1204 addShaderBlocks(ShaderType shaderType, const std::vector<sh::InterfaceBlock> *blocks) addShaderBlocks() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp238 std::vector<BlockLayoutEntry> blocks; member in deqp::ub::UniformLayout
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp431 uint32_t GetInterfaceBlockArraySize(const std::vector<gl::InterfaceBlock> &blocks, in GetInterfaceBlockArraySize() argument
1028 const std::vector<gl::InterfaceBlock> &blocks = programState->getUniformBlocks(); in createPipelineLayout() local
527 addInterfaceBlockDescriptorSetDesc( const std::vector<gl::InterfaceBlock> &blocks, const gl::ShaderType shaderType, VkDescriptorType descType, vk::DescriptorSetLayoutDesc *descOut) addInterfaceBlockDescriptorSetDesc() argument
1236 updateBuffersDescriptorSet( ContextVk *contextVk, const gl::ShaderType shaderType, const vk::ShaderBuffersDescriptorDesc &shaderBuffersDesc, const std::vector<gl::InterfaceBlock> &blocks, VkDescriptorType descriptorType, bool cacheHit) updateBuffersDescriptorSet() argument
[all...]
/third_party/toybox/toys/pending/
H A Dfdisk.c454 uint32_t start_cyl, end_cyl, start_sec, end_sec, blocks, secs; in list_partitions() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_reference.cpp2659 uint32 blocks = count >> 4; in RefMapArea16() local
/third_party/python/Modules/
H A D_collectionsmodule.c1526 Py_ssize_t blocks; deque_sizeof() local
[all...]

Completed in 60 milliseconds

12345678910>>...12