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

1 2 3 45

  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 64 vp8_reader mbc[MAX_PARTITIONS]; member in struct:VP8D_COMP
decodemv.c 43 vp8_reader *const bc = &pbi->mbc[8];
123 vp8_reader *const bc = &pbi->mbc[8];
285 vp8_reader *const bc = &pbi->mbc[8];
497 read_mb_features(&pbi->mbc[8], &mi->mbmi, &pbi->mb);
505 mi->mbmi.mb_skip_coeff = vp8_read(&pbi->mbc[8], pbi->prob_skip_false);
545 if (vp8dx_bool_error(&pbi->mbc[8]) &&
decodeframe.c 488 xd->current_bc = &pbi->mbc[ibc];
732 vp8_reader *bool_decoder = &pbi->mbc[0];
740 (TOKEN_PARTITION)vp8_read_literal(&pbi->mbc[8], 2);
741 if (!vp8dx_bool_error(&pbi->mbc[8])) {
882 vp8_reader *const bc = &pbi->mbc[8];
    [all...]
threading.c 70 mbd->current_bc = &pbi->mbc[0];
303 xd->current_bc = &pbi->mbc[mb_row % num_part];
  /bionic/libc/kernel/uapi/linux/
dcbnl.h 69 __u8 mbc; member in struct:ieee_pfc
  /external/kernel-headers/original/uapi/linux/
dcbnl.h 151 * @mbc: enable macsec bypass capability
160 __u8 mbc; member in struct:ieee_pfc

Completed in 4736 milliseconds

1 2 3 45