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

  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 142 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
143 const int cat = 2 * bit1 + bit0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 142 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
143 const int cat = 2 * bit1 + bit0;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 347 const int bit0 = vpx_read(r, fc->single_ref_prob[ctx0][0]); local
349 ++counts->single_ref[ctx0][0][bit0];
350 if (bit0) {
  /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/webp/src/dec/
vp8.c 403 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
404 const int cat = 2 * bit1 + bit0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 296 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]); local
298 ++counts->single_ref[ctx0][0][bit0];
299 if (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...]
  /system/core/libmincrypt/
p256_ec.c 1067 char bit0 = p256_get_bit(scalar, 31 - i + j); local
    [all...]
  /external/tcpdump/
print-802_11.c 2837 int bit0; local
    [all...]

Completed in 238 milliseconds