Home
last modified time | relevance | path

Searched defs:blk_size (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/
DExhaust.py20 def __init__(self, cur_f, ref_f, blk_size, wnd_size, metric=MSE): argument
72 def __init__(self, cur_f, ref_f, blk_size, wnd_size, beta, metric=MSE): argument
154 blk_size, argument
DSearchSmooth.py22 def __init__(self, cur_f, ref_f, blk_size, search, max_iter=100): argument
127 def __init__(self, cur_f, ref_f, blk_size, search, beta, max_iter=100): argument
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c90 const tran_low_t *dq_coeff_ptr, intptr_t blk_size, in vp9_block_error_msa()
/external/libaom/libaom/av1/encoder/mips/msa/
Derror_msa.c92 const tran_low_t *dq_coeff_ptr, intptr_t blk_size, in av1_block_error_msa()
/external/f2fs-tools/mkfs/
Df2fs_format.c602 u_int32_t blk_size, seg_size; in f2fs_init_sit_area() local
636 u_int32_t blk_size, seg_size; in f2fs_init_nat_area() local
/external/libaom/libaom/av1/common/
Dtile_common.c23 static int tile_log2(int blk_size, int target) { in tile_log2()
/external/kernel-headers/original/uapi/linux/
Dvirtio_blk.h73 __virtio32 blk_size; member
/external/arm-trusted-firmware/drivers/ufs/
Dufs.c695 unsigned int blk_num, blk_size; in ufs_enum() local
/external/crosvm/devices/src/virtio/
Dblock.rs101 blk_size: Le32, field
904 let mut blk_size = [0u8; 4]; in read_block_size() localVariable
Dblock_async.rs110 blk_size: Le32, field
1019 let mut blk_size = [0u8; 4]; in read_block_size() localVariable
/external/f2fs-tools/fsck/
Dmount.c1141 unsigned long blk_size = sbi->blocksize; in get_valid_checkpoint() local