HomeSort by relevance Sort by last modified time
    Searched refs:mbc (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamDecoder.java 257 StreamDecoder(ReadableByteChannel ch, CharsetDecoder dec, int mbc) {
262 this.bb = ByteBuffer.allocate(mbc < 0
264 : (mbc < MIN_BYTE_BUFFER_SIZE
266 : mbc));
StreamEncoder.java 199 private StreamEncoder(WritableByteChannel ch, CharsetEncoder enc, int mbc) {
204 this.bb = ByteBuffer.allocate(mbc < 0
206 : mbc);
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 75 vp8_reader mbc[MAX_PARTITIONS]; member in struct:VP8D_COMP
decodemv.c 51 vp8_reader *const bc = & pbi->mbc[8];
153 vp8_reader *const bc = & pbi->mbc[8];
341 vp8_reader *const bc = & pbi->mbc[8];
601 read_mb_features(&pbi->mbc[8], &mi->mbmi, &pbi->mb);
608 mi->mbmi.mb_skip_coeff = vp8_read(&pbi->mbc[8], pbi->prob_skip_false);
650 if (vp8dx_bool_error(&pbi->mbc[8]) && mb_num <
decodeframe.c 560 xd->current_bc = & pbi->mbc[ibc];
828 vp8_reader *bool_decoder = &pbi->mbc[0];
836 (TOKEN_PARTITION)vp8_read_literal(&pbi->mbc[8], 2);
837 if (!vp8dx_bool_error(&pbi->mbc[8]))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 75 vp8_reader mbc[MAX_PARTITIONS]; member in struct:VP8D_COMP
decodemv.c 51 vp8_reader *const bc = & pbi->mbc[8];
153 vp8_reader *const bc = & pbi->mbc[8];
341 vp8_reader *const bc = & pbi->mbc[8];
598 read_mb_features(&pbi->mbc[8], &mi->mbmi, &pbi->mb);
605 mi->mbmi.mb_skip_coeff = vp8_read(&pbi->mbc[8], pbi->prob_skip_false);
647 if (vp8dx_bool_error(&pbi->mbc[8]) && mb_num <
decodeframe.c 556 xd->current_bc = & pbi->mbc[ibc];
816 vp8_reader *bool_decoder = &pbi->mbc[0];
824 (TOKEN_PARTITION)vp8_read_literal(&pbi->mbc[8], 2);
825 if (!vp8dx_bool_error(&pbi->mbc[8]))
973 vp8_reader *const bc = &pbi->mbc[8];
    [all...]
  /bionic/libc/kernel/uapi/linux/
dcbnl.h 81 __u8 mbc; member in struct:ieee_pfc
  /development/ndk/platforms/android-21/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /external/kernel-headers/original/uapi/linux/
dcbnl.h 150 * @mbc: enable macsec bypass capability
159 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dcbnl.h 75 * @mbc: enable macsec bypass capability
84 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc

Completed in 978 milliseconds

1 2 3 45 6