HomeSort by relevance Sort by last modified time
    Searched full:blk_sz (Results 1 - 12 of 12) sorted by null

  /external/libmpeg2/common/
icv_variance.c 88 WORD32 blk_sz; local
101 blk_sz = 8 * 4;
122 vrnc = ((sum_sqr * blk_sz) - (sum * sum)) / (blk_sz * blk_sz);
  /external/libmpeg2/common/x86/
icv_variance_ssse3.c 88 WORD32 blk_sz; local
105 blk_sz = 8 * 4;
154 vrnc = ((sum_sqr * blk_sz) - (sum * sum)) / (blk_sz * blk_sz);
  /system/core/libsparse/
sparse_format.h 27 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */ member in struct:sparse_header
50 * For a Raw chunk, it's the data in chunk_sz * blk_sz.
simg_dump.py 63 blk_sz = header[5]
86 % (path, total_blks, blk_sz, total_chunks))
109 if data_sz != (chunk_sz * blk_sz):
111 % (data_sz, chunk_sz * blk_sz))
sparse_read.c 453 len = (int64_t)sparse_header.total_blks * sparse_header.blk_sz;
454 s = sparse_file_new(sparse_header.blk_sz, len);
output_file.c 579 .blk_sz = out->block_size,
  /build/tools/releasetools/
sparse_img.py 46 self.blocksize = blk_sz = header[5]
63 % (total_blks, blk_sz, total_chunks))
82 if data_sz != (chunk_sz * blk_sz):
85 (data_sz, chunk_sz * blk_sz))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]
  /prebuilts/android-emulator/linux-x86_64/
emulator-ranchu-arm64 
emulator-ranchu-mips64 
emulator-ranchu-x86 
emulator-ranchu-x86_64 

Completed in 423 milliseconds