Home
last modified time | relevance | path

Searched defs:block_size (Results 151 - 175 of 232) sorted by relevance

12345678910

/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c92 int block_size; member
230 const int block_size = s->block_size; in do_block_ssd() local
251 const int block_size = s->block_size; in do_block_ssd16() local
312 const int block_size = s->block_size; block_matching_multi() local
363 get_block_row(const uint8_t *srcp, int src_linesize, int y, int x, int block_size, float *dst) get_block_row() argument
374 get_block_row16(const uint8_t *srcp, int src_linesize, int y, int x, int block_size, float *dst) get_block_row16() argument
392 const int block_size = s->block_size; basic_block_filtering() local
511 const int block_size = s->block_size; final_block_filtering() local
[all...]
H A Dvf_fftdnoiz.c58 int block_size; member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmss3.c459 decode_fill_block(RangeCoder *c, FillBlockCoder *fc, uint8_t *dst, ptrdiff_t stride, int block_size) decode_fill_block() argument
470 decode_image_block(RangeCoder *c, ImageBlockCoder *ic, uint8_t *dst, ptrdiff_t stride, int block_size) decode_image_block() argument
566 decode_dct_block(RangeCoder *c, DCTBlockCoder *bc, uint8_t *dst, ptrdiff_t stride, int block_size, int *block, int mb_x, int mb_y) decode_dct_block() argument
589 decode_haar_block(RangeCoder *c, HaarBlockCoder *hc, uint8_t *dst, ptrdiff_t stride, int block_size, int *block) decode_haar_block() argument
[all...]
H A Dmjpegdec.c1613 const int block_size = s->lossless ? 1 : 8; in mjpeg_idct_scan_progressive_ac() local
1648 const int block_size = s->lossless ? 1 : 8; in ff_mjpeg_decode_sos() local
[all...]
H A Dmpeg4videodec.c74 ff_mpeg4_decode_studio(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int block_size, int uvlinesize, int dct_linesize, int dct_offset) ff_mpeg4_decode_studio() argument
H A Dlibvpxenc.c1393 set_roi_map(AVCodecContext *avctx, const AVFrameSideData *sd, int frame_width, int frame_height, vpx_roi_map_t *roi_map, int block_size, int segment_cnt) set_roi_map() argument
1513 const int block_size = 8; vp9_encode_set_roi() local
1554 const int block_size = 16; vp8_encode_set_roi() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_imageclass.c709 unsigned block_size, lines_size, lineart_lines_size, first_block_size; in iclass_fill_buffer() local
H A Dpixma_mp750.c698 unsigned block_size, bytes_received, n; in mp750_fill_buffer() local
[all...]
/third_party/littlefs/
H A Dlfs.h206 lfs_size_t block_size; member
297 lfs_size_t block_size; member
403 lfs_size_t block_size; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp1393 const unsigned block_size = 4 * lower_size / REG_SIZE; in generate_scratch_write() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c278 unsigned block_size = 64; /* it's always 64x1x1 */ in si_compute_clear_buffer_rmw() local
364 unsigned block_size = si_determine_wave_size(sctx->screen, NULL); in si_compute_do_clear_or_copy() local
/third_party/ntfs-3g/libntfs-3g/
H A Dindex.c460 int ntfs_index_block_inconsistent(const INDEX_BLOCK *ib, u32 block_size, in ntfs_index_block_inconsistent() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c658 u16 block_size; in wipe_compressed_attribute() local
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c438 uint32_t block_size = min(4096, size - offset); in aub_write_ggtt() local
443 data_out(aub, (char *) data + offset, block_size); in aub_write_ggtt() local
683 uint32_t block_size; in aub_write_trace_block() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c100 unsigned align_x, align_y, nblocksx, nblocksy, block_size, num_slices; in llvmpipe_texture_layout() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h180 LLVMValueRef block_size; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c957 uint64_t *block_size = ret; in r600_get_compute_param() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c637 int block_size = atoi(value); in cmd_RecordPadding() local
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c578 size_t block_size; in pa_resampler_result() local
H A Dmemblock.c152 size_t block_size; member
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c86 size_t block_size; member
/third_party/openssl/ssl/
H A Dssl_conf.c637 int block_size = atoi(value); in cmd_RecordPadding() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c121 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) { in VP8LBackwardRefsInit() argument
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsymm.rs388 pub fn block_size(&self) -> usize { in block_size() functions
[all...]
H A Dcipher.rs533 pub fn block_size(&self) -> usize { in block_size() functions

Completed in 43 milliseconds

12345678910