HomeSort by relevance Sort by last modified time
    Searched full:bit0 (Results 51 - 75 of 97) sorted by null

1 23 4

  /system/bt/embdrv/sbc/decoder/srce/
decoder-sbc.c 388 subbands = band_values[(subbands & BIT0)];
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 403 /* Bit0: 16bpp (not supported in LNC), */
433 /* Bit0: 16bpp (not supported in LNC), */
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 44 NFC_HAL_I93_FLAG_DATA_RATE, /* Bit0:Sub carrier, Bit1:Data rate, Bit4:Enable/Disable AFI */
46 NFC_HAL_I93_ENABLE_SMART_POLL /* Bit0:Enable/Disable smart poll */
    [all...]
  /external/webp/src/dec/
vp8.c 403 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
404 const int cat = 2 * bit1 + bit0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 226 const int bit0 = mbmi->ref_frame[0] != LAST_FRAME; local
227 vpx_write(w, bit0, vp9_get_pred_prob_single_ref_p1(cm, xd));
228 if (bit0) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 218 const int bit0 = mbmi->ref_frame[0] != LAST_FRAME; local
219 vp9_write(w, bit0, vp9_get_pred_prob_single_ref_p1(cm, xd));
220 if (bit0) {
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 823 BIT0 - Disable publish termination indication.
935 BIT0 - Disable subscribe termination indication.
    [all...]
  /external/kernel-headers/modified/scsi/
scsi.h 267 * FIXME: bit0 is listed as reserved in SCSI-2, but is
  /external/kernel-headers/original/scsi/
scsi.h 263 * FIXME: bit0 is listed as reserved in SCSI-2, but is
  /external/libavc/decoder/
ih264d_process_bslice.c 313 /* (bit0 and bit1) => submmbmode */
316 /* (bit0 and bit1) => mbmode */
527 /* (bit0 and bit1) => submmbmode */
530 /* (bit0 and bit1) => mbmode */
    [all...]
  /external/libhevc/decoder/
ihevcd_cabac.c 211 * index of cabac context model containing pState[bits6-1] | MPS[bit0]
ihevcd_parse_residual.c 77 * input : neigbour csbf flags(bit0:rightcsbf, bit1:bottom csbf)
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
vp8.c 487 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
488 const int cat = 2 * bit1 + bit0;
  /external/v8/src/arm/
codegen-arm.cc 221 // bit0 => Z (ne), bit1 => C (cs)
304 __ mov(chars, Operand(chars, LSL, 31), SetCC); // bit0 => ne, bit1 => cs
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
binary.hpp 127 #define BOOST_DETAIL_TERNARY_TRIPLE_TO_OCTAL( bit2, bit1, bit0 ) \
128 BOOST_DETAIL_TRIPLE_TO_OCTAL_ ## bit2 ## bit1 ## bit0
    [all...]
  /external/kernel-headers/original/uapi/linux/
hdreg.h 443 unsigned char multsect_valid; /* when (bit0==1) multsect is ok */
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 194 uint32_t lossless_features; // bit0:predictor bit1:cross-color transform
  /external/tcpdump/
print-802_11.c 2837 int bit0; local
    [all...]
  /external/webp/include/webp/
encode.h 218 uint32_t lossless_features; // bit0:predictor bit1:cross-color transform
  /external/webp/src/webp/
encode.h 218 uint32_t lossless_features; // bit0:predictor bit1:cross-color transform
  /external/wpa_supplicant_8/hostapd/
README 321 # bit0 = WPA
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
pow2.cpp 108 2- a = bit0-b9 of fraction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdreg.h 430 unsigned char multsect_valid; /* when (bit0==1) multsect is ok */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdreg.h 430 unsigned char multsect_valid; /* when (bit0==1) multsect is ok */
  /toolchain/binutils/binutils-2.25/cpu/
epiphany.cpu 426 (psw-h-bit h-expcause0bit "exceprion cause bit0")
469 (psw-h-bit h-arithmetic-modebit0 "arithmetic mode bit0")
503 (psw-bit expcause0bit h-expcause0bit "exceprion cause bit0")
528 (psw-bit arithmetic-modebit0 h-arithmetic-modebit0 "arithmetic mode bit0")
    [all...]

Completed in 374 milliseconds

1 23 4