Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DCF.cpp166 bool bit0 = (byte & 1) == 1; in CFBitVectorSummaryProvider() local
188 bool bit0 = (byte & 1) == 1; in CFBitVectorSummaryProvider() local
/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c142 const int bit0 = VP8GetBit(br, p[9 + bit1]); in GetCoeffs() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
Ddetokenize.c142 const int bit0 = VP8GetBit(br, p[9 + bit1]); in GetCoeffs() local
/external/chromium_org/third_party/libwebp/dec/
Dvp8.c409 const int bit0 = VP8GetBit(br, p[9 + bit1]); in GetLargeValue() local
/external/webp/src/dec/
Dvp8.c409 const int bit0 = VP8GetBit(br, p[9 + bit1]); in GetLargeValue() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c296 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]); in read_ref_frames() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
Dvp9_decodemv.c295 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]); in read_ref_frames() local
/external/tcpdump/
Dprint-802_11.c2216 int bit0; in ieee802_11_radio_print() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c218 const int bit0 = mbmi->ref_frame[0] != LAST_FRAME; in write_ref_frames() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_bitstream.c218 const int bit0 = mbmi->ref_frame[0] != LAST_FRAME; in write_ref_frames() local
/external/valgrind/main/helgrind/
Dlibhb_core.c950 # define BYTE(bit7, bit6, bit5, bit4, bit3, bit2, bit1, bit0) \ in descr_to_validbits() argument