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

<<11121314151617

  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vp8_rtcd.h 205 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
206 int vp8_mbblock_error_mmx(struct macroblock *mb, int dc);
207 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
219 int vp8_mbuverror_c(struct macroblock *mb);
220 int vp8_mbuverror_mmx(struct macroblock *mb);
221 int vp8_mbuverror_xmm(struct macroblock *mb);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 38 // Bits Per MB at different Q (Multiplied by 512)
117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost);
118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts);
119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp);
138 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost);
139 vp9_copy(cpi->mb.nmvcosts, cc->nmvcosts);
140 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/generic/
vp8_rtcd.h 146 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
155 int vp8_mbuverror_c(struct macroblock *mb);
  /external/chromium_org/third_party/libvpx/source/config/linux/ia32/
vp8_rtcd.h 205 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
206 int vp8_mbblock_error_mmx(struct macroblock *mb, int dc);
207 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
208 RTCD_EXTERN int (*vp8_mbblock_error)(struct macroblock *mb, int dc);
219 int vp8_mbuverror_c(struct macroblock *mb);
220 int vp8_mbuverror_mmx(struct macroblock *mb);
221 int vp8_mbuverror_xmm(struct macroblock *mb);
222 RTCD_EXTERN int (*vp8_mbuverror)(struct macroblock *mb);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
vp8_rtcd.h 146 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
155 int vp8_mbuverror_c(struct macroblock *mb);
  /external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vp8_rtcd.h 146 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
155 int vp8_mbuverror_c(struct macroblock *mb);
  /external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vp8_rtcd.h 205 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
206 int vp8_mbblock_error_mmx(struct macroblock *mb, int dc);
207 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
208 RTCD_EXTERN int (*vp8_mbblock_error)(struct macroblock *mb, int dc);
219 int vp8_mbuverror_c(struct macroblock *mb);
220 int vp8_mbuverror_mmx(struct macroblock *mb);
221 int vp8_mbuverror_xmm(struct macroblock *mb);
222 RTCD_EXTERN int (*vp8_mbuverror)(struct macroblock *mb);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/nacl/
vp8_rtcd.h 146 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
155 int vp8_mbuverror_c(struct macroblock *mb);
  /external/chromium_org/third_party/libvpx/source/config/win/ia32/
vp8_rtcd.h 205 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
206 int vp8_mbblock_error_mmx(struct macroblock *mb, int dc);
207 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
208 RTCD_EXTERN int (*vp8_mbblock_error)(struct macroblock *mb, int dc);
219 int vp8_mbuverror_c(struct macroblock *mb);
220 int vp8_mbuverror_mmx(struct macroblock *mb);
221 int vp8_mbuverror_xmm(struct macroblock *mb);
222 RTCD_EXTERN int (*vp8_mbuverror)(struct macroblock *mb);
    [all...]
  /external/chromium_org/third_party/skia/tools/
bench_pictures_main.cpp 241 size_t mb = kb / 1024; local
242 ramCount.appendf("%zi MB\n", mb);
  /external/libvpx/generic/
vp8_rtcd.h 125 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
128 int vp8_mbuverror_c(struct macroblock *mb);
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 91 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */
203 MACROBLOCK mb; member in struct:__anon8579
311 MACROBLOCK mb; member in struct:VP8_COMP
639 /* Per MB activity measurement */
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 313 // Distance of Mb to the various image edges. These are specified to 8th pel
545 // Read in loop filter deltas applied at the MB level based on mode or ref
679 MACROBLOCKD *xd = &pbi->mb;
685 lf_data->xd = pbi->mb;
693 // For a SB there are 2 left contexts, each pertaining to a MB row within
    [all...]
vp9_decoder.c 364 vp9_loop_filter_frame_mt(pbi, cm, &pbi->mb, cm->lf.filter_level, 0, 0);
366 vp9_loop_filter_frame(cm, &pbi->mb, cm->lf.filter_level, 0, 0);
  /external/libvpx/mips/
vp8_rtcd.h 125 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
128 int vp8_mbuverror_c(struct macroblock *mb);
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 136 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
139 int vp8_mbuverror_c(struct macroblock *mb);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 45 Short mb[6][64], Int lx, Int lx_uv);
102 Int mbnum = video->mbnum; //mb index
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c 474 h264bsdFilterPicture(pStorage->currImage, pStorage->mb);
567 FREE(pStorage->mb);
h264bsd_intra_prediction.c 284 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
293 nMb2 = h264bsdGetNeighbourMb(pMb, neighbourB.mb);
307 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
316 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
481 * mb as well as 4 samples above-right to the current mb (latter only for
519 /* if decoded flag > 1 -> mb has already been successfully decoded and
569 * sense when current mb is the right-most mb in a row. Same applies to
724 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
265 int vp8_mbuverror_c(struct macroblock *mb);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 91 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */
203 MACROBLOCK mb; member in struct:__anon19762
311 MACROBLOCK mb; member in struct:VP8_COMP
639 /* Per MB activity measurement */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 315 // Distance of Mb to the various image edges. These are specified to 8th pel
547 // Read in loop filter deltas applied at the MB level based on mode or ref
681 MACROBLOCKD *xd = &pbi->mb;
687 lf_data->xd = pbi->mb;
695 // For a SB there are 2 left contexts, each pertaining to a MB row within
    [all...]
vp9_decoder.c 364 vp9_loop_filter_frame_mt(pbi, cm, &pbi->mb, cm->lf.filter_level, 0, 0);
366 vp9_loop_filter_frame(cm, &pbi->mb, cm->lf.filter_level, 0, 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
265 int vp8_mbuverror_c(struct macroblock *mb);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 280 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
283 int vp8_mbuverror_c(struct macroblock *mb);

Completed in 1366 milliseconds

<<11121314151617