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

  /external/libavc/decoder/
ih264d_process_intra_mb.c 428 if(CHECKBIT(ps_cur_mb_info->u1_yuv_dc_block_flag,0))
558 if(CHECKBIT(ps_cur_mb_info->u1_yuv_dc_block_flag,1))
564 if(CHECKBIT(ps_cur_mb_info->u1_yuv_dc_block_flag,2))
646 if(CHECKBIT(ps_cur_mb_info->u1_cbp, blk_8x8_cnt))
    [all...]
ih264d_process_pslice.c 610 if(CHECKBIT(ps_cur_mb_info->u2_luma_csbp, i))
617 if(CHECKBIT(u4_luma_dc_only_csbp, i))
662 if(CHECKBIT(ps_cur_mb_info->u1_cbp, i))
666 if(CHECKBIT(u4_luma_dc_only_cbp, i))
727 if(CHECKBIT(u2_chroma_csbp, i))
769 if(CHECKBIT(u2_chroma_csbp, i))
    [all...]
ih264d_mvpred.c 241 u2_c_in = CHECKBIT(ps_cur_mb_info->u2_top_right_avail_mask,
262 u2_d_in = CHECKBIT(ps_cur_mb_info->u2_top_left_avail_mask, u1_sub_mb_num);
389 u2_c_in = CHECKBIT(ps_cur_mb_info->u2_top_right_avail_mask,
404 u2_d_in = CHECKBIT(ps_cur_mb_info->u2_top_left_avail_mask, u1_sub_mb_num);
    [all...]
ih264d_mb_utils.h 77 u4_cond = CHECKBIT((*pu1_mb_flag), u4_bit_number); \
ih264d_nal.c 390 for(i = 0; (i < 8) && !CHECKBIT(uc_lastByte, i); ++i)
ih264d_defs.h 47 #define CHECKBIT(a,i) ((a) & (1 << i))
  /toolchain/binutils/binutils-2.27/opcodes/
nds32-dis.c 237 unsigned int push25gpr = 0, lsmwRb, lsmwRe, lsmwEnb4, checkbit, i; local
479 checkbit = 0x08;
482 if (lsmwEnb4 & checkbit)
492 checkbit >>= 1;
  /external/skia/tests/
BlurTest.cpp 631 int checkBit = 0x1;
637 SkToBool(skipMask & checkBit) ==
645 checkBit <<= 1;
  /external/skqp/tests/
BlurTest.cpp 630 int checkBit = 0x1;
636 SkToBool(skipMask & checkBit) ==
644 checkBit <<= 1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 1213 private boolean checkbit(int attrBit, byte[] selector) { method in class:BluetoothPbapVcardManager.PropertySelector
    [all...]

Completed in 321 milliseconds