HomeSort by relevance Sort by last modified time
    Searched refs:mb (Results 276 - 300 of 417) sorted by null

<<11121314151617

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 201 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
202 int vp8_mbblock_error_mmx(struct macroblock *mb, int dc);
203 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
204 RTCD_EXTERN int (*vp8_mbblock_error)(struct macroblock *mb, int dc);
215 int vp8_mbuverror_c(struct macroblock *mb);
216 int vp8_mbuverror_mmx(struct macroblock *mb);
217 int vp8_mbuverror_xmm(struct macroblock *mb);
218 RTCD_EXTERN int (*vp8_mbuverror)(struct macroblock *mb);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_dthread.c 180 vp9_copy(lf_data->planes, pbi->mb.plane);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 138 const int refresh_this_block = cpi->mb.in_static_area ||
vp9_bitstream.c 229 const MACROBLOCK *const x = &cpi->mb;
373 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
420 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
480 vp9_zero(cpi->mb.e_mbd.left_seg_context);
692 // Write out loop filter deltas applied at the MB level based on mode or
    [all...]
vp9_encoder.h 231 MACROBLOCK mb; member in struct:VP9_COMP
  /external/jemalloc/
Android.mk 67 src/mb.c \
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 192 lf_data->xd = pbi->mb;
  /external/valgrind/main/include/vki/
vki-xen-domctl.h 206 vki_uint32_t mb; member in struct:vki_xen_domctl_shadow_op
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_inter_prediction.c 323 /* if decoded flag > 1 -> mb has already been successfully decoded and
465 /* if decoded flag > 1 -> mb has already been successfully decoded and
851 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
855 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
859 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
865 nMb = h264bsdGetNeighbourMb(pMb, n->mb);
    [all...]
h264bsd_macroblock_layer.c 830 if (neighbourA->mb == MB_CURR && neighbourB->mb == MB_CURR)
835 else if (neighbourA->mb == MB_CURR)
843 else if (neighbourB->mb == MB_CURR)
897 /* tmp is 0 for I_16x16_0_0_0 mb type */
929 /* tmp is 0 for I_16x16_0_0_0 mb type */
1003 /* if decoded flag > 1 -> mb has already been successfully decoded and
1107 /* if decoded flag > 1 -> mb has already been successfully decoded an
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c 184 lf_data->xd = pbi->mb;
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 138 const SkScalar* SK_RESTRICT mb = b.fMat; local
140 return ma[0] == mb[0] && ma[1] == mb[1] && ma[2] == mb[2] &&
141 ma[3] == mb[3] && ma[4] == mb[4] && ma[5] == mb[5] &&
142 ma[6] == mb[6] && ma[7] == mb[7] && ma[8] == mb[8]
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 138 const SkScalar* SK_RESTRICT mb = b.fMat; local
140 return ma[0] == mb[0] && ma[1] == mb[1] && ma[2] == mb[2] &&
141 ma[3] == mb[3] && ma[4] == mb[4] && ma[5] == mb[5] &&
142 ma[6] == mb[6] && ma[7] == mb[7] && ma[8] == mb[8]
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
csrsbcs.cpp 105 uint8_t mb = charMap[b]; local
108 if (mb != 0) {
109 if (!(mb == 0x20 && ignoreSpace)) {
110 addByte(mb);
113 ignoreSpace = (mb == 0x20);
210 uint8_t mb = charMap[b]; local
213 if (mb != 0) {
214 if (!(mb == 0x20 && ignoreSpace)) {
215 addByte(mb);
217 ignoreSpace = (mb == 0x20)
    [all...]
  /external/icu/icu4c/source/i18n/
csrsbcs.cpp 105 uint8_t mb = charMap[b]; local
108 if (mb != 0) {
109 if (!(mb == 0x20 && ignoreSpace)) {
110 addByte(mb);
113 ignoreSpace = (mb == 0x20);
210 uint8_t mb = charMap[b]; local
213 if (mb != 0) {
214 if (!(mb == 0x20 && ignoreSpace)) {
215 addByte(mb);
217 ignoreSpace = (mb == 0x20)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vp8_rtcd.h 168 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
177 int vp8_mbuverror_c(struct macroblock *mb);
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp8_rtcd.h 171 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
180 int vp8_mbuverror_c(struct macroblock *mb);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 411 MACROBLOCKD *const xd = & pbi->mb;
458 vp8_build_block_doffsets(&pbi->mb);
  /external/libvpx/armv7a/
vp8_rtcd.h 147 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
150 int vp8_mbuverror_c(struct macroblock *mb);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 302 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
305 int vp8_mbuverror_c(struct macroblock *mb);
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 12 var mb = Math.floor(bytes / (1 << 20));
13 return mb.toString().replace(
160 quotaUsedInMb + ' / ' + quotaTotalInMb + ' (MB)';
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodeframe.c 139 /* MB with corrupt residuals or corrupt mode/motion vectors.
503 MACROBLOCKD *const xd = & pbi->mb;
598 /* Distance of Mb to the various image edges.
618 * Note that for the first mb with corrupt residual in a frame,
668 ++xd->mode_info_context; /* next mb */
708 lf_mic++; /* Skip border mb */
914 MACROBLOCKD *const xd = & pbi->mb;
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 138 /* MB with corrupt residuals or corrupt mode/motion vectors.
502 MACROBLOCKD *const xd = & pbi->mb;
597 /* Distance of Mb to the various image edges.
617 * Note that for the first mb with corrupt residual in a frame,
659 ++xd->mode_info_context; /* next mb */
699 lf_mic++; /* Skip border mb */
905 MACROBLOCKD *const xd = & pbi->mb;
975 MACROBLOCKD *const xd = &pbi->mb
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 286 MACROBLOCK mb; member in struct:VP9_COMP
481 // Per MB activity measurement
vp9_segmentation.c 52 // vpx_memcpy(cpi->mb.e_mbd.segment_feature_mask, 0,
53 // sizeof(cpi->mb.e_mbd.segment_feature_mask));
130 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
153 // Store the prediction status for this mb and update counts
295 // Set up default state for MB feature flags

Completed in 998 milliseconds

<<11121314151617