Home
last modified time | relevance | path

Searched defs:bit1 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c141 const int bit1 = VP8GetBit(br, p[8]); in GetCoeffs() local
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp305 FX_BOOL bit1 = NEXTBIT; in FaxG4GetRow() local
367 FX_BOOL bit1 = NEXTBIT; in FaxG4GetRow() local
/external/webp/src/dec/
Dvp8.c402 const int bit1 = VP8GetBit(br, p[8]); in GetLargeValue() local
/external/blktrace/
Dblkiomon.c131 struct blk_io_trace *bit1 = &t1->bit; in dump_bits() local
/external/opencv3/3rdparty/libwebp/dec/
Dvp8.c486 const int bit1 = VP8GetBit(br, p[8]); in GetLargeValue() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c352 const int bit1 = vpx_read(r, fc->single_ref_prob[ctx1][1]); in read_ref_frames() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c229 const int bit1 = mbmi->ref_frame[0] != GOLDEN_FRAME; in write_ref_frames() local
/external/valgrind/helgrind/
Dlibhb_core.c1141 # define BYTE(bit7, bit6, bit5, bit4, bit3, bit2, bit1, bit0) \ in descr_to_validbits() argument