Searched refs:mbd (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.h77 struct macroblockd *mbd,
80 void vp8_loop_filter_frame(struct VP8Common *cm, struct macroblockd *mbd,
84 struct macroblockd *mbd,
88 struct macroblockd *mbd,
H A Dloopfilter.c114 MACROBLOCKD *mbd,
136 if (mbd->segmentation_enabled)
139 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA)
141 lvl_seg = mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
145 lvl_seg += mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
150 if (!mbd->mode_ref_lf_delta_enabled)
163 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
168 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode];
183 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
188 lvl_mode = lvl_ref + mbd
113 vp8_loop_filter_frame_init(VP8_COMMON *cm, MACROBLOCKD *mbd, int default_filt_lvl) argument
306 vp8_loop_filter_frame(VP8_COMMON *cm, MACROBLOCKD *mbd, int frame_type) argument
447 vp8_loop_filter_frame_yonly( VP8_COMMON *cm, MACROBLOCKD *mbd, int default_filt_lvl ) argument
554 vp8_loop_filter_partial_frame( VP8_COMMON *cm, MACROBLOCKD *mbd, int default_filt_lvl ) argument
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c48 MACROBLOCKD *mbd = &mbrd[i].mbd; local
49 mbd->subpixel_predict = xd->subpixel_predict;
50 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
51 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
52 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
54 mbd->mode_info_context = pc->mi + pc->mode_info_stride * (i + 1);
55 mbd->mode_info_stride = pc->mode_info_stride;
57 mbd->frame_type = pc->frame_type;
58 mbd
[all...]
H A Donyxd_int.h34 MACROBLOCKD mbd; member in struct:__anon20614
H A Ddecodframe.c1354 corrupt_tokens |= pbi->mb_row_di[thread].mbd.corrupted;
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c241 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
247 unsigned char *y_buffer = mbd->pre.y_buffer;
248 unsigned char *u_buffer = mbd->pre.u_buffer;
249 unsigned char *v_buffer = mbd->pre.v_buffer;
289 mbd->block[0].bmi.mv.as_mv.row = 0;
290 mbd->block[0].bmi.mv.as_mv.col = 0;
322 (mbd,
327 mbd->block[0].bmi.mv.as_mv.row,
328 mbd->block[0].bmi.mv.as_mv.col,
423 mbd
[all...]
H A Dethreading.c449 MACROBLOCKD *mbd = &mb->e_mbd; local
451 mbd->subpixel_predict = xd->subpixel_predict;
452 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
453 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
454 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
462 mbd->mode_info_context = cm->mi + x->e_mbd.mode_info_stride * (i + 1);
463 mbd->mode_info_stride = cm->mode_info_stride;
465 mbd->frame_type = cm->frame_type;
468 mbd->pre = cm->yv12_fb[cm->lst_fb_idx];
469 mbd
[all...]
H A Dpicklpf.c257 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
260 mbd->segment_feature_data[MB_LVL_ALT_LF][0] = cpi->segment_feature_data[MB_LVL_ALT_LF][0];
261 mbd->segment_feature_data[MB_LVL_ALT_LF][1] = cpi->segment_feature_data[MB_LVL_ALT_LF][1];
262 mbd->segment_feature_data[MB_LVL_ALT_LF][2] = cpi->segment_feature_data[MB_LVL_ALT_LF][2];
263 mbd->segment_feature_data[MB_LVL_ALT_LF][3] = cpi->segment_feature_data[MB_LVL_ALT_LF][3];
H A Dquantize.c781 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
806 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = cpi->segment_feature_data[MB_LVL_ALT_Q][0];
807 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = cpi->segment_feature_data[MB_LVL_ALT_Q][1];
808 mbd->segment_feature_data[MB_LVL_ALT_Q][2] = cpi->segment_feature_data[MB_LVL_ALT_Q][2];
809 mbd->segment_feature_data[MB_LVL_ALT_Q][3] = cpi->segment_feature_data[MB_LVL_ALT_Q][3];
/external/kernel-headers/original/linux/mtd/
H A Dnftl.h22 struct mtd_blktrans_dev mbd; member in struct:NFTLrecord
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c202 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
212 input_buffer[i] = mbd->plane[i].pre[0].buf;
249 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.row = 0;
250 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.col = 0;
278 (mbd,
283 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.row,
284 mbd->mi_8x8[0]->bmi[0].as_mv[0].as_mv.col,
358 mbd->plane[i].pre[0].buf = input_buffer[i];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.h72 struct macroblockd *mbd,
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c508 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx];
509 vp8_build_block_doffsets(&pbi->mb_row_di[i].mbd);

Completed in 155 milliseconds