HomeSort by relevance Sort by last modified time
    Searched refs:BLK_SIZE (Results 1 - 21 of 21) sorted by null

  /external/libmpeg2/common/
impeg2_mem_func.c 79 for(j = BLK_SIZE; j > 0; j--)
81 memset(pu1_dst, u4_dc_val, BLK_SIZE);
impeg2_inter_pred.c 267 for(i = 0; i < BLK_SIZE; i++)
269 for(j = 0; j < BLK_SIZE; j++)
276 pu1_ref_p0 += u4_ref_wid - BLK_SIZE;
277 pu1_ref_p1 += u4_ref_wid - BLK_SIZE;
278 pu1_ref_p2 += u4_ref_wid - BLK_SIZE;
279 pu1_ref_p3 += u4_ref_wid - BLK_SIZE;
281 pu1_out += u4_out_wid - BLK_SIZE;
337 for(i = 0; i < BLK_SIZE; i++)
339 for(j = 0; j < BLK_SIZE; j++)
344 pu1_ref_p0 += u4_ref_wid - BLK_SIZE;
    [all...]
impeg2_defs.h 134 #define BLK_SIZE 8
135 #define NUM_COEFFS ((BLK_SIZE)*(BLK_SIZE))
136 #define LUMA_BLK_SIZE (2 * (BLK_SIZE))
137 #define CHROMA_BLK_SIZE (BLK_SIZE)
  /external/libmpeg2/decoder/
impeg2d_mc.c     [all...]
impeg2d_d_pic.c 38 #define BLK_SIZE 8
39 #define LUMA_BLK_SIZE (2 * (BLK_SIZE))
40 #define CHROMA_BLK_SIZE (BLK_SIZE)
impeg2d_pnb_pic.c 47 #define BLK_SIZE 8
48 #define LUMA_BLK_SIZE (2 * (BLK_SIZE))
49 #define CHROMA_BLK_SIZE (BLK_SIZE)
  /external/ltp/testcases/kernel/io/disktest/
childmain.c 172 tcnt = Write(fd, data, BLK_SIZE);
551 (env->hbeat_stats.wbytes) += target.trsiz * BLK_SIZE;
561 (env->hbeat_stats.rbytes) += target.trsiz * BLK_SIZE;
647 (char *)ALLOC(((args->htrsiz * BLK_SIZE) + ALIGNSIZE))) == NULL) {
655 memset(buffer1, SET_CHAR, ((args->htrsiz * BLK_SIZE) + ALIGNSIZE));
659 (char *)ALLOC(((args->htrsiz * BLK_SIZE) + ALIGNSIZE))) == NULL) {
668 memset(buffer2, SET_CHAR, ((args->htrsiz * BLK_SIZE) + ALIGNSIZE));
760 TargetBytePos = (OFF_T) (target.lba * BLK_SIZE);
793 target.trsiz * BLK_SIZE);
796 mark_buffer(buf2, target.trsiz * BLK_SIZE,
    [all...]
dump.c 183 if ((buff = (char *)ALLOC(args->htrsiz * BLK_SIZE)) == NULL) {
188 memset(buff, 0, args->htrsiz * BLK_SIZE);
199 TargetLBA = Seek(fd, args->start_lba * BLK_SIZE);
200 if (TargetLBA != (args->start_lba * (OFF_T) BLK_SIZE)) {
208 NumBytes = Read(fd, buff, args->htrsiz * BLK_SIZE);
209 if ((NumBytes > args->htrsiz * BLK_SIZE) || (NumBytes < 0)) {
216 } while ((TotalBytes < (args->htrsiz * BLK_SIZE)) && (NumBytes > 0));
sfunc.c 315 for (i = 0; i < buf_len; i = i + BLK_SIZE) {
430 for (i = 0; i < BLK_SIZE / 8; i++) {
431 *(off_tbuf + i + (j * (BLK_SIZE / 8))) =
444 for (i = 0; i < BLK_SIZE / sizeof(OFF_T); i++)
447 for (i = BLK_SIZE; i < len; i += BLK_SIZE)
448 memcpy((ucharbuf + i), ucharbuf, BLK_SIZE);
539 size /= BLK_SIZE;
578 size /= BLK_SIZE; /* return requires BLOCK */
parse.c 198 args->ltrsiz /= BLK_SIZE;
214 args->htrsiz /= BLK_SIZE;
224 args->ltrsiz /= BLK_SIZE;
847 sprintf(TmpStr, "(-B %d) ", TRSIZ * BLK_SIZE);
1016 pMsg(WARN, args, MAXTRSIZ, (args->htrsiz * BLK_SIZE),
    [all...]
main.h 60 #define BLK_SIZE 512 /* default size of an LBA in bytes */
main.c 197 data_buffer_size = ((test->args->htrsiz * BLK_SIZE) * 2);
331 ((test->args->htrsiz * BLK_SIZE) * 2), NULL,
  /external/fio/tools/
genfio 22 BLK_SIZE=
138 [$TYPE-$PRINTABLE_DISK-$BLK_SIZE-seq]
140 bs=$BLK_SIZE
143 write_bw_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-seq.results
144 write_iops_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-seq.results
165 [$TYPE-$PRINTABLE_DISK-$BLK_SIZE-para]
166 bs=$BLK_SIZE
177 write_bw_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-para.results
178 write_iops_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-para.results
346 for BLK_SIZE in $(echo $BLOCK_SIZE | tr "," " "); d
    [all...]
  /external/libavc/common/
ih264_luma_intra_pred_filters.c 138 pu1_top = pu1_src + BLK_SIZE + 1;
189 pu1_left = pu1_src + BLK_SIZE - 1;
244 pu1_top = pu1_src + BLK_SIZE + 1;
245 pu1_left = pu1_src + BLK_SIZE - 1;
313 pu1_top = pu1_src +BLK_SIZE + 1;
383 pu1_top = pu1_src + BLK_SIZE + 1;
384 pu1_left = pu1_src + BLK_SIZE - 1;
385 pu1_topleft = pu1_src +BLK_SIZE;
457 pu1_top = pu1_src +BLK_SIZE + 1;
458 pu1_left = pu1_src + BLK_SIZE - 1
    [all...]
ih264_defs.h 499 #define BLK_SIZE 4
  /external/libavc/decoder/
ih264d_defs.h 270 #define BLK_SIZE 4
542 #define BLK_SIZE 4
ih264d_process_pslice.c 613 UWORD8 *pu1_pred_sblk = pu1_rec_y + ((i & 0x3) * BLK_SIZE)
723 + ((i & 0x1) * BLK_SIZE * YUV420SP_FACTOR)
765 + ((i & 0x1) * BLK_SIZE * YUV420SP_FACTOR)
    [all...]
ih264d_process_intra_mb.c     [all...]
  /external/libavc/common/x86/
ih264_luma_intra_pred_filters_ssse3.c 130 pu1_top = pu1_src + BLK_SIZE + 1;
189 pu1_left = pu1_src + BLK_SIZE - 1;
257 pu1_top = pu1_src + BLK_SIZE + 1;
258 pu1_left = pu1_src + BLK_SIZE - 1;
336 pu1_top = pu1_src + BLK_SIZE + 1;
422 pu1_left = pu1_src + BLK_SIZE - 1;
509 pu1_left = pu1_src + BLK_SIZE - 1;
603 pu1_left = pu1_src + BLK_SIZE - 1;
697 pu1_top = pu1_src +BLK_SIZE + 1;
787 pu1_left = pu1_src + BLK_SIZE - 1
    [all...]
  /external/libavc/encoder/
ih264e_core_coding.c     [all...]
ih264e_api.c     [all...]

Completed in 947 milliseconds