Home
last modified time | relevance | path

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

12

/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c79 MACROBLOCKD *const mbd = &mb->e_mbd; in tf_motion_search() local
81 const struct buf_2d ori_pre_buf = mbd->plane[0].pre[0]; in tf_motion_search()
108 mbd->plane[0].pre[0].buf = ref_frame->y_buffer + y_offset; in tf_motion_search()
109 mbd->plane[0].pre[0].stride = y_stride; in tf_motion_search()
168 mbd->plane[0].pre[0].buf = ref_frame->y_buffer + y_offset + offset; in tf_motion_search()
199 mbd->plane[0].pre[0] = ori_pre_buf; in tf_motion_search()
297 const MACROBLOCKD *mbd, in tf_build_predictor() argument
311 const int bit_depth = mbd->bd; // Bit depth. in tf_build_predictor()
313 const int mb_mv_row = mbd->mi[0]->mv[0].as_mv.row; // Motion vector (y). in tf_build_predictor()
314 const int mb_mv_col = mbd->mi[0]->mv[0].as_mv.col; // Motion vector (x). in tf_build_predictor()
[all …]
/external/libaom/libaom/test/
Dtemporal_filter_planewise_test.cc41 const YV12_BUFFER_CONFIG *ref_frame, const MACROBLOCKD *mbd,
145 MACROBLOCKD *mbd = (MACROBLOCKD *)malloc(sizeof(MACROBLOCKD)); in RunTest() local
146 mbd->plane[0].subsampling_y = 0; in RunTest()
147 mbd->plane[0].subsampling_x = 0; in RunTest()
148 mbd->bd = 8; in RunTest()
150 params_.ref_func(ref_frame, mbd, block_size, mb_row, mb_col, num_planes, in RunTest()
153 params_.tst_func(ref_frame, mbd, block_size, mb_row, mb_col, num_planes, in RunTest()
160 params_.ref_func(ref_frame, mbd, block_size, mb_row, mb_col, num_planes, in RunTest()
170 params_.tst_func(ref_frame, mbd, block_size, mb_row, mb_col, num_planes, in RunTest()
199 free(mbd); in RunTest()
Dtemporal_filter_yuv_test.cc30 const YV12_BUFFER_CONFIG *ref_frame, const MACROBLOCKD *mbd,
435 MACROBLOCKD *mbd = (MACROBLOCKD *)malloc(sizeof(MACROBLOCKD)); in ApplyTestFilter() local
436 mbd->plane[0].subsampling_y = 0; in ApplyTestFilter()
437 mbd->plane[0].subsampling_x = 0; in ApplyTestFilter()
438 mbd->plane[1].subsampling_y = ss_y; in ApplyTestFilter()
439 mbd->plane[1].subsampling_x = ss_x; in ApplyTestFilter()
440 mbd->plane[2].subsampling_y = ss_y; in ApplyTestFilter()
441 mbd->plane[2].subsampling_x = ss_x; in ApplyTestFilter()
460 filter_func_(ref_frame, mbd, block_size, mb_row, mb_col, num_planes, in ApplyTestFilter()
471 free(mbd); in ApplyTestFilter()
[all …]
/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.c440 MACROBLOCKD *mbd = &cpi->mb.e_mbd; in vp8_set_quantizer() local
478 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = in vp8_set_quantizer()
480 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = in vp8_set_quantizer()
482 mbd->segment_feature_data[MB_LVL_ALT_Q][2] = in vp8_set_quantizer()
484 mbd->segment_feature_data[MB_LVL_ALT_Q][3] = in vp8_set_quantizer()
/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/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.c1228 corrupt_tokens |= pbi->mb_row_di[thread].mbd.corrupted; in vp8_decode_frame()
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c219 const YV12_BUFFER_CONFIG *ref_frame, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_planewise_sse2() argument
230 const int frame_height = ref_frame->heights[0] << mbd->plane[0].subsampling_y; in av1_apply_temporal_filter_planewise_sse2()
243 const uint32_t plane_h = mb_height >> mbd->plane[plane].subsampling_y; in av1_apply_temporal_filter_planewise_sse2()
244 const uint32_t plane_w = mb_width >> mbd->plane[plane].subsampling_x; in av1_apply_temporal_filter_planewise_sse2()
250 mbd->plane[plane].subsampling_x - mbd->plane[0].subsampling_x; in av1_apply_temporal_filter_planewise_sse2()
252 mbd->plane[plane].subsampling_y - mbd->plane[0].subsampling_y; in av1_apply_temporal_filter_planewise_sse2()
Dtemporal_filter_avx2.c241 const YV12_BUFFER_CONFIG *ref_frame, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_planewise_avx2() argument
252 const int frame_height = ref_frame->heights[0] << mbd->plane[0].subsampling_y; in av1_apply_temporal_filter_planewise_avx2()
265 const uint32_t plane_h = mb_height >> mbd->plane[plane].subsampling_y; in av1_apply_temporal_filter_planewise_avx2()
266 const uint32_t plane_w = mb_width >> mbd->plane[plane].subsampling_x; in av1_apply_temporal_filter_planewise_avx2()
272 mbd->plane[plane].subsampling_x - mbd->plane[0].subsampling_x; in av1_apply_temporal_filter_planewise_avx2()
274 mbd->plane[plane].subsampling_y - mbd->plane[0].subsampling_y; in av1_apply_temporal_filter_planewise_avx2()
Dtemporal_filter_sse4.c929 const YV12_BUFFER_CONFIG *ref_frame, const MACROBLOCKD *mbd, in apply_temporal_filter_yuv() argument
947 const int ss_y = mbd->plane[1].subsampling_y; in apply_temporal_filter_yuv()
948 const int ss_x = mbd->plane[1].subsampling_x; in apply_temporal_filter_yuv()
1894 const YV12_BUFFER_CONFIG *ref_frame, const MACROBLOCKD *mbd, in highbd_apply_temporal_filter_yuv() argument
1912 const int ss_y = mbd->plane[1].subsampling_y; in highbd_apply_temporal_filter_yuv()
1913 const int ss_x = mbd->plane[1].subsampling_x; in highbd_apply_temporal_filter_yuv()
2026 const YV12_BUFFER_CONFIG *ref_frame, const MACROBLOCKD *mbd, in av1_apply_temporal_filter_yuv_sse4_1() argument
2037 ref_frame, mbd, block_size, mb_row, mb_col, strength, use_subblock, in av1_apply_temporal_filter_yuv_sse4_1()
2040 apply_temporal_filter_yuv(ref_frame, mbd, block_size, mb_row, mb_col, in av1_apply_temporal_filter_yuv_sse4_1()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c661 MACROBLOCKD *mbd = &td->mb.e_mbd; in vp9_temporal_filter_iterate_row_c() local
671 const int mb_uv_height = BH >> mbd->plane[1].subsampling_y; in vp9_temporal_filter_iterate_row_c()
672 const int mb_uv_width = BW >> mbd->plane[1].subsampling_x; in vp9_temporal_filter_iterate_row_c()
679 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
721 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
723 vp9_high_get_sby_perpixel_variance(cpi, &src, TF_BLOCK, mbd->bd); in vp9_temporal_filter_iterate_row_c()
805 mbd, frames[frame]->y_buffer + mb_y_offset, in vp9_temporal_filter_iterate_row_c()
812 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { in vp9_temporal_filter_iterate_row_c()
813 int adj_strength = strength + 2 * (mbd->bd - 8); in vp9_temporal_filter_iterate_row_c()
822 BH, mbd->plane[1].subsampling_x, mbd->plane[1].subsampling_y, 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_rtcd_defs.pl287 …v/, "const struct yv12_buffer_config *ref_frame, const struct macroblockd *mbd, const BLOCK_SIZE b…
292 …e/, "const struct yv12_buffer_config *ref_frame, const struct macroblockd *mbd, const BLOCK_SIZE b…
/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.tab4019 mbd Dibabawon Manobo Manobo, Dibabawon
Diso-639-3.tab3825 mbd I L Dibabawon Manobo
/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

12