Home
last modified time | relevance | path

Searched refs:mbd (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c49 MACROBLOCKD *mbd = &mbrd[i].mbd; in setup_decoding_thread_data() local
50 mbd->subpixel_predict = xd->subpixel_predict; in setup_decoding_thread_data()
51 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_decoding_thread_data()
52 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()
53 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_decoding_thread_data()
55 mbd->mode_info_context = pc->mi + pc->mode_info_stride * (i + 1); in setup_decoding_thread_data()
56 mbd->mode_info_stride = pc->mode_info_stride; in setup_decoding_thread_data()
58 mbd->frame_type = pc->frame_type; in setup_decoding_thread_data()
59 mbd->pre = xd->pre; in setup_decoding_thread_data()
60 mbd->dst = xd->dst; in setup_decoding_thread_data()
[all …]
Donyxd_int.h38 MACROBLOCKD mbd; member
Ddecodeframe.c1355 corrupt_tokens |= pbi->mb_row_di[thread].mbd.corrupted; in vp8_decode_frame()
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c243 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8_temporal_filter_iterate_c() local
249 unsigned char *y_buffer = mbd->pre.y_buffer; in vp8_temporal_filter_iterate_c()
250 unsigned char *u_buffer = mbd->pre.u_buffer; in vp8_temporal_filter_iterate_c()
251 unsigned char *v_buffer = mbd->pre.v_buffer; in vp8_temporal_filter_iterate_c()
291 mbd->block[0].bmi.mv.as_mv.row = 0; in vp8_temporal_filter_iterate_c()
292 mbd->block[0].bmi.mv.as_mv.col = 0; in vp8_temporal_filter_iterate_c()
324 (mbd, in vp8_temporal_filter_iterate_c()
329 mbd->block[0].bmi.mv.as_mv.row, in vp8_temporal_filter_iterate_c()
330 mbd->block[0].bmi.mv.as_mv.col, in vp8_temporal_filter_iterate_c()
425 mbd->pre.y_buffer = y_buffer; in vp8_temporal_filter_iterate_c()
[all …]
Dethreading.c463 MACROBLOCKD *mbd = &mb->e_mbd; in vp8cx_init_mbrthread_data() local
465 mbd->subpixel_predict = xd->subpixel_predict; in vp8cx_init_mbrthread_data()
466 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in vp8cx_init_mbrthread_data()
467 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in vp8cx_init_mbrthread_data()
468 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
476 mbd->mode_info_context = cm->mi + x->e_mbd.mode_info_stride * (i + 1); in vp8cx_init_mbrthread_data()
477 mbd->mode_info_stride = cm->mode_info_stride; in vp8cx_init_mbrthread_data()
479 mbd->frame_type = cm->frame_type; in vp8cx_init_mbrthread_data()
482 mbd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8cx_init_mbrthread_data()
483 mbd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8cx_init_mbrthread_data()
[all …]
Dpicklpf.c258 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8cx_set_alt_lf_level() local
261 mbd->segment_feature_data[MB_LVL_ALT_LF][0] = cpi->segment_feature_data[MB_LVL_ALT_LF][0]; in vp8cx_set_alt_lf_level()
262 mbd->segment_feature_data[MB_LVL_ALT_LF][1] = cpi->segment_feature_data[MB_LVL_ALT_LF][1]; in vp8cx_set_alt_lf_level()
263 mbd->segment_feature_data[MB_LVL_ALT_LF][2] = cpi->segment_feature_data[MB_LVL_ALT_LF][2]; in vp8cx_set_alt_lf_level()
264 mbd->segment_feature_data[MB_LVL_ALT_LF][3] = cpi->segment_feature_data[MB_LVL_ALT_LF][3]; in vp8cx_set_alt_lf_level()
Dvp8_quantize.c535 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8_set_quantizer() local
574 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = cpi->segment_feature_data[MB_LVL_ALT_Q][0]; in vp8_set_quantizer()
575 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = cpi->segment_feature_data[MB_LVL_ALT_Q][1]; in vp8_set_quantizer()
576 mbd->segment_feature_data[MB_LVL_ALT_Q][2] = cpi->segment_feature_data[MB_LVL_ALT_Q][2]; in vp8_set_quantizer()
577 mbd->segment_feature_data[MB_LVL_ALT_Q][3] = cpi->segment_feature_data[MB_LVL_ALT_Q][3]; in vp8_set_quantizer()
/external/libvpx/libvpx/vp8/common/
Dvp8_loopfilter.c112 MACROBLOCKD *mbd, in vp8_loop_filter_frame_init() argument
134 if (mbd->segmentation_enabled) in vp8_loop_filter_frame_init()
137 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA) in vp8_loop_filter_frame_init()
139 lvl_seg = mbd->segment_feature_data[MB_LVL_ALT_LF][seg]; in vp8_loop_filter_frame_init()
143 lvl_seg += mbd->segment_feature_data[MB_LVL_ALT_LF][seg]; in vp8_loop_filter_frame_init()
148 if (!mbd->mode_ref_lf_delta_enabled) in vp8_loop_filter_frame_init()
161 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref]; in vp8_loop_filter_frame_init()
166 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode]; in vp8_loop_filter_frame_init()
181 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref]; in vp8_loop_filter_frame_init()
186 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode]; in vp8_loop_filter_frame_init()
[all …]
Dloopfilter.h81 struct macroblockd *mbd,
84 void vp8_loop_filter_frame(struct VP8Common *cm, struct macroblockd *mbd,
88 struct macroblockd *mbd,
92 struct macroblockd *mbd,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c289 MACROBLOCKD *mbd = &cpi->td.mb.e_mbd; in temporal_filter_iterate_c() local
299 const int mb_uv_height = 16 >> mbd->plane[1].subsampling_y; in temporal_filter_iterate_c()
300 const int mb_uv_width = 16 >> mbd->plane[1].subsampling_x; in temporal_filter_iterate_c()
306 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in temporal_filter_iterate_c()
314 input_buffer[i] = mbd->plane[i].pre[0].buf; in temporal_filter_iterate_c()
350 mbd->mi[0]->bmi[0].as_mv[0].as_mv.row = 0; in temporal_filter_iterate_c()
351 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col = 0; in temporal_filter_iterate_c()
371 temporal_filter_predictors_mb_c(mbd, in temporal_filter_iterate_c()
377 mbd->mi[0]->bmi[0].as_mv[0].as_mv.row, in temporal_filter_iterate_c()
378 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col, in temporal_filter_iterate_c()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DHolidayTest.java235 Date mbd = getDate(1953, Calendar.JULY, 10); in TestCoverage() local
247 logln("first after " + mbd + " is " + rdr.firstAfter(mbd)); in TestCoverage()
248 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd)); in TestCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHolidayTest.java231 Date mbd = getDate(1953, Calendar.JULY, 10); in TestCoverage() local
243 logln("first after " + mbd + " is " + rdr.firstAfter(mbd)); in TestCoverage()
244 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd)); in TestCoverage()
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.h127 struct macroblockd *mbd,
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBody.cpp2489 btMultiBodyData* mbd = (btMultiBodyData*) dataBuffer; in serialize() local
2490 getBaseWorldTransform().serialize(mbd->m_baseWorldTransform); in serialize()
2491 mbd->m_baseMass = this->getBaseMass(); in serialize()
2492 getBaseInertia().serialize(mbd->m_baseInertia); in serialize()
2495 mbd->m_baseName = (char*)serializer->getUniquePointer(name); in serialize()
2496 if (mbd->m_baseName) in serialize()
2501 mbd->m_numLinks = this->getNumLinks(); in serialize()
2502 if (mbd->m_numLinks) in serialize()
2505 int numElem = mbd->m_numLinks; in serialize()
2559mbd->m_links = mbd->m_numLinks? (btMultiBodyLinkData*) serializer->getUniquePointer((void*)&m_link… in serialize()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dsonofmmm.cfg35 ffmpeg_args = -y -i %%s -f mov -r 29.97 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 …
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c442 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode()
443 vp8_build_block_doffsets(&pbi->mb_row_di[i].mbd); in vp8_decode()