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

1 23

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 188 int br, bc, mbr, mbc; local
204 for (mbc = 0; mbc < pp_w; mbc += 2) /* col of blocks */
207 QP = QP_store[(brwidth>>2) + (mbc>>1)]; /* QP is per MB based value */
216 for (bc = mbc; bc < mbc + 2; bc++)
332 for (bc = mbc + 1; bc < mbc + 3; bc++)
445 }/*mbc*/
465 int br, bc, mbr, mbc; local
    [all...]
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
70 for (mbc = 0; mbc < pp_w; mbc += 2)
76 /* brwidth/4 is the macroblock number and mbc/2 is the macroblock col number*/
77 QP = QP_store[(brwidth>>2) + (mbc>>1)];
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
250 for (bc = mbc + 1; bc < mbc + 3; bc++) /* bc is the column counter in blocks *
    [all...]
  /external/chromium_org/third_party/libvpx/source/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];
599 read_mb_features(&pbi->mbc[8], &mi->mbmi, &pbi->mb);
606 mi->mbmi.mb_skip_coeff = vp8_read(&pbi->mbc[8], pbi->prob_skip_false);
648 if (vp8dx_bool_error(&pbi->mbc[8]) && mb_num <
decodeframe.c 557 xd->current_bc = & pbi->mbc[ibc];
825 vp8_reader *bool_decoder = &pbi->mbc[0];
833 (TOKEN_PARTITION)vp8_read_literal(&pbi->mbc[8], 2);
834 if (!vp8dx_bool_error(&pbi->mbc[8]))
    [all...]
threading.c 74 mbd->current_bc = &pbi->mbc[0];
347 xd->current_bc = &pbi->mbc[mb_row%num_part];
  /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];
599 read_mb_features(&pbi->mbc[8], &mi->mbmi, &pbi->mb);
606 mi->mbmi.mb_skip_coeff = vp8_read(&pbi->mbc[8], pbi->prob_skip_false);
648 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...]
threading.c 74 mbd->current_bc = &pbi->mbc[0];
347 xd->current_bc = &pbi->mbc[mb_row%num_part];
  /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...]
threading.c 74 mbd->current_bc = &pbi->mbc[0];
347 xd->current_bc = &pbi->mbc[mb_row%num_part];
  /bionic/libc/kernel/uapi/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /development/ndk/platforms/android-L/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /external/kernel-headers/original/uapi/linux/
dcbnl.h 86 * @mbc: enable macsec bypass capability
95 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
dcbnl.h 51 __u8 mbc; member in struct:ieee_pfc
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
postproc.c 334 int mbr, mbc; local
349 for (mbc = 0; mbc < cm->mb_cols; mbc++)
401 int mbr, mbc; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 333 int mbr, mbc; local
348 for (mbc = 0; mbc < cm->mb_cols; mbc++)
399 int mbr, mbc; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 333 int mbr, mbc; local
348 for (mbc = 0; mbc < cm->mb_cols; mbc++)
399 int mbr, mbc; local
    [all...]

Completed in 1140 milliseconds

1 23