Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c200 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8_temporal_filter_iterate_c() local
206 unsigned char *y_buffer = mbd->pre.y_buffer; in vp8_temporal_filter_iterate_c()
207 unsigned char *u_buffer = mbd->pre.u_buffer; in vp8_temporal_filter_iterate_c()
208 unsigned char *v_buffer = mbd->pre.v_buffer; in vp8_temporal_filter_iterate_c()
242 mbd->block[0].bmi.mv.as_mv.row = 0; in vp8_temporal_filter_iterate_c()
243 mbd->block[0].bmi.mv.as_mv.col = 0; in vp8_temporal_filter_iterate_c()
267 mbd, cpi->frames[frame]->y_buffer + mb_y_offset, in vp8_temporal_filter_iterate_c()
270 cpi->frames[frame]->y_stride, mbd->block[0].bmi.mv.as_mv.row, in vp8_temporal_filter_iterate_c()
271 mbd->block[0].bmi.mv.as_mv.col, predictor); in vp8_temporal_filter_iterate_c()
343 mbd->pre.y_buffer = y_buffer; in vp8_temporal_filter_iterate_c()
[all …]
Dethreading.c443 MACROBLOCKD *mbd = &mb->e_mbd; in vp8cx_init_mbrthread_data() local
445 mbd->subpixel_predict = xd->subpixel_predict; in vp8cx_init_mbrthread_data()
446 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in vp8cx_init_mbrthread_data()
447 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in vp8cx_init_mbrthread_data()
448 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in vp8cx_init_mbrthread_data()
456 mbd->frame_type = cm->frame_type; in vp8cx_init_mbrthread_data()
459 mbd->pre = cm->yv12_fb[cm->lst_fb_idx]; in vp8cx_init_mbrthread_data()
460 mbd->dst = cm->yv12_fb[cm->new_fb_idx]; in vp8cx_init_mbrthread_data()
468 mbd->left_context = &cm->left_context; in vp8cx_init_mbrthread_data()
473 mbd->fullpixel_mask = 0xffffffff; in vp8cx_init_mbrthread_data()
[all …]
Dpicklpf.c244 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8cx_set_alt_lf_level() local
247 mbd->segment_feature_data[MB_LVL_ALT_LF][0] = in vp8cx_set_alt_lf_level()
249 mbd->segment_feature_data[MB_LVL_ALT_LF][1] = in vp8cx_set_alt_lf_level()
251 mbd->segment_feature_data[MB_LVL_ALT_LF][2] = in vp8cx_set_alt_lf_level()
253 mbd->segment_feature_data[MB_LVL_ALT_LF][3] = in vp8cx_set_alt_lf_level()
Dvp8_quantize.c442 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8_set_quantizer() local
480 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = in vp8_set_quantizer()
482 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = in vp8_set_quantizer()
484 mbd->segment_feature_data[MB_LVL_ALT_Q][2] = in vp8_set_quantizer()
486 mbd->segment_feature_data[MB_LVL_ALT_Q][3] = in vp8_set_quantizer()
/external/libvpx/libvpx/vp8/common/
Dvp8_loopfilter.c94 void vp8_loop_filter_frame_init(VP8_COMMON *cm, MACROBLOCKD *mbd, in vp8_loop_filter_frame_init() argument
113 if (mbd->segmentation_enabled) { in vp8_loop_filter_frame_init()
114 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA) { in vp8_loop_filter_frame_init()
115 lvl_seg = mbd->segment_feature_data[MB_LVL_ALT_LF][seg]; in vp8_loop_filter_frame_init()
117 lvl_seg += mbd->segment_feature_data[MB_LVL_ALT_LF][seg]; in vp8_loop_filter_frame_init()
122 if (!mbd->mode_ref_lf_delta_enabled) { in vp8_loop_filter_frame_init()
134 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref]; in vp8_loop_filter_frame_init()
139 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode]; in vp8_loop_filter_frame_init()
153 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref]; in vp8_loop_filter_frame_init()
157 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode]; in vp8_loop_filter_frame_init()
[all …]
Dloopfilter.h72 void vp8_loop_filter_frame_init(struct VP8Common *cm, struct macroblockd *mbd,
75 void vp8_loop_filter_frame(struct VP8Common *cm, struct macroblockd *mbd,
79 struct macroblockd *mbd,
82 void vp8_loop_filter_frame_yonly(struct VP8Common *cm, struct macroblockd *mbd,
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c46 MACROBLOCKD *mbd = &mbrd[i].mbd; in setup_decoding_thread_data() local
47 mbd->subpixel_predict = xd->subpixel_predict; in setup_decoding_thread_data()
48 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_decoding_thread_data()
49 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_decoding_thread_data()
50 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_decoding_thread_data()
52 mbd->frame_type = pc->frame_type; in setup_decoding_thread_data()
53 mbd->pre = xd->pre; in setup_decoding_thread_data()
54 mbd->dst = xd->dst; in setup_decoding_thread_data()
56 mbd->segmentation_enabled = xd->segmentation_enabled; in setup_decoding_thread_data()
57 mbd->mb_segement_abs_delta = xd->mb_segement_abs_delta; in setup_decoding_thread_data()
[all …]
Donyxd_int.h35 MACROBLOCKD mbd; member
Ddecodeframe.c1230 corrupt_tokens |= pbi->mb_row_di[thread].mbd.corrupted; in vp8_decode_frame()
/external/bcc/tools/
Dcachestat.py44 mbd = 0 variable
129 mbd = max(0, v.value) variable
139 total = (mpa - mbd)
159 (mpa, mbd, apcl, apd, total, misses, hits))
171 (total, misses, hits, mbd, buff, cached))
174 mbd = 0 variable
Dcachetop.py82 mbd = 0
95 mbd = max(0, v)
106 access = (mpa + mbd)
124 access, misses, mbd,
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c797 MACROBLOCKD *mbd = &cpi->td.mb.e_mbd; in temporal_filter_iterate_c() local
803 const int mb_uv_height = BH >> mbd->plane[1].subsampling_y; in temporal_filter_iterate_c()
804 const int mb_uv_width = BW >> mbd->plane[1].subsampling_x; in temporal_filter_iterate_c()
809 const int is_hbd = is_cur_buf_hbd(mbd); in temporal_filter_iterate_c()
816 mbd->block_ref_scale_factors[0] = ref_scale_factors; in temporal_filter_iterate_c()
817 mbd->block_ref_scale_factors[1] = ref_scale_factors; in temporal_filter_iterate_c()
819 for (i = 0; i < num_planes; i++) input_buffer[i] = mbd->plane[i].pre[0].buf; in temporal_filter_iterate_c()
859 mbd->mi[0]->mv[0].as_mv.row = 0; in temporal_filter_iterate_c()
860 mbd->mi[0]->mv[0].as_mv.col = 0; in temporal_filter_iterate_c()
861 mbd->mi[0]->motion_mode = SIMPLE_TRANSLATION; in temporal_filter_iterate_c()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c604 MACROBLOCKD *mbd = &td->mb.e_mbd; in vp9_temporal_filter_iterate_row_c() local
614 const int mb_uv_height = BH >> mbd->plane[1].subsampling_y; in vp9_temporal_filter_iterate_row_c()
615 const int mb_uv_width = BW >> mbd->plane[1].subsampling_x; in vp9_temporal_filter_iterate_row_c()
622 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
664 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
666 vp9_high_get_sby_perpixel_variance(cpi, &src, TF_BLOCK, mbd->bd); in vp9_temporal_filter_iterate_row_c()
746 mbd, frames[frame]->y_buffer + mb_y_offset, in vp9_temporal_filter_iterate_row_c()
753 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
754 int adj_strength = strength + 2 * (mbd->bd - 8); in vp9_temporal_filter_iterate_row_c()
774 mb_uv_width, BW, BH, mbd->plane[1].subsampling_x, in vp9_temporal_filter_iterate_row_c()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHolidayTest.java240 Date mbd = getDate(1953, Calendar.JULY, 10); in TestCoverage() local
252 logln("first after " + mbd + " is " + rdr.firstAfter(mbd)); in TestCoverage()
253 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd)); in TestCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DHolidayTest.java243 Date mbd = getDate(1953, Calendar.JULY, 10); in TestCoverage() local
255 logln("first after " + mbd + " is " + rdr.firstAfter(mbd)); in TestCoverage()
256 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd)); in TestCoverage()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.h132 struct macroblockd *mbd, int is_decoding,
136 struct macroblockd *mbd, int plane_start,
Dthread_common.h104 struct macroblockd *mbd, int plane_start,
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c411 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx]; in vp8_decode()
412 vp8_build_block_doffsets(&pbi->mb_row_di[i].mbd); in vp8_decode()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab4002 mbd Dibabawon Manobo Manobo, Dibabawon
Diso-639-3.tab3830 mbd I L Dibabawon Manobo
Dlanguage-subtag-registry21076 Subtag: mbd
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt10755 $x{uncombed → ənkomd ; # əŋkɑmbd
13367 $x{entombed → ɛntumd ; # ɛntɑmbd
23684 $x{embed → ɛmbɛd ; # ɛmbd
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_011.ppm679 ���p_bzhlk_bI=Akae>58`Y[]XYLHIb]Znhfida_YWKAB5*,.#%;01*"#~vw���mbd������^QSB15O>B. >-0���s…
Dtest_006.ppm2944 …,.L?Buhk�vx�~�z{]RSF<=4)*0&'?35nad���Ž���������������������������;��wmnH=>mbd�wxnbf<04ugl���pehLA…
Dtest_008.ppm2617 %L<;�tq��������������������������Ŷ��������eZ[F:<5(*C8:mbd������������ľ�������ukl?/3I8<C36F6:o_b�{…

12