HomeSort by relevance Sort by last modified time
    Searched refs:mbd (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
loopfilter.h 81 struct macroblockd *mbd,
84 void vp8_loop_filter_frame(struct VP8Common *cm, struct macroblockd *mbd,
88 struct macroblockd *mbd,
92 struct macroblockd *mbd,
loopfilter.c 113 MACROBLOCKD *mbd,
135 if (mbd->segmentation_enabled)
138 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA)
140 lvl_seg = mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
144 lvl_seg += mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
149 if (!mbd->mode_ref_lf_delta_enabled)
162 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
167 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode];
182 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
187 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode]
    [all...]
  /external/libvpx/libvpx/vp8/common/
loopfilter.h 81 struct macroblockd *mbd,
84 void vp8_loop_filter_frame(struct VP8Common *cm, struct macroblockd *mbd,
88 struct macroblockd *mbd,
92 struct macroblockd *mbd,
loopfilter.c 113 MACROBLOCKD *mbd,
135 if (mbd->segmentation_enabled)
138 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA)
140 lvl_seg = mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
144 lvl_seg += mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
149 if (!mbd->mode_ref_lf_delta_enabled)
162 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
167 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode];
182 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
187 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
threading.c 48 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->pre = xd->pre
    [all...]
onyxd_int.h 38 MACROBLOCKD mbd; member in struct:__anon17703
decodeframe.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 241 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->pre.y_buffer = y_buffer
    [all...]
ethreading.c 464 MACROBLOCKD *mbd = &mb->e_mbd; local
466 mbd->subpixel_predict = xd->subpixel_predict;
467 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
468 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
469 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
477 mbd->mode_info_context = cm->mi + x->e_mbd.mode_info_stride * (i + 1);
478 mbd->mode_info_stride = cm->mode_info_stride;
480 mbd->frame_type = cm->frame_type;
483 mbd->pre = cm->yv12_fb[cm->lst_fb_idx];
484 mbd->dst = cm->yv12_fb[cm->new_fb_idx]
    [all...]
picklpf.c 257 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];
quantize.c 552 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
577 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = cpi->segment_feature_data[MB_LVL_ALT_Q][0];
578 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = cpi->segment_feature_data[MB_LVL_ALT_Q][1];
579 mbd->segment_feature_data[MB_LVL_ALT_Q][2] = cpi->segment_feature_data[MB_LVL_ALT_Q][2];
580 mbd->segment_feature_data[MB_LVL_ALT_Q][3] = cpi->segment_feature_data[MB_LVL_ALT_Q][3];
  /external/libvpx/libvpx/vp8/decoder/
threading.c 48 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->pre = xd->pre
    [all...]
onyxd_int.h 38 MACROBLOCKD mbd; member in struct:__anon4421
decodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 240 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
246 unsigned char *y_buffer = mbd->pre.y_buffer;
247 unsigned char *u_buffer = mbd->pre.u_buffer;
248 unsigned char *v_buffer = mbd->pre.v_buffer;
288 mbd->block[0].bmi.mv.as_mv.row = 0;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
321 (mbd,
326 mbd->block[0].bmi.mv.as_mv.row,
327 mbd->block[0].bmi.mv.as_mv.col,
422 mbd->pre.y_buffer = y_buffer
    [all...]
ethreading.c 449 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->dst = cm->yv12_fb[cm->new_fb_idx]
    [all...]
picklpf.c 257 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];
quantize.c 781 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];
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 26 struct mtd_blktrans_dev mbd; member in struct:NFTLrecord
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 205 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
209 const int mb_uv_height = 16 >> mbd->plane[1].subsampling_y;
216 assert(mbd->plane[1].subsampling_x == mbd->plane[1].subsampling_y);
219 input_buffer[i] = mbd->plane[i].pre[0].buf;
256 mbd->mi[0]->bmi[0].as_mv[0].as_mv.row = 0;
257 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col = 0;
284 (mbd,
290 mbd->mi[0]->bmi[0].as_mv[0].as_mv.row,
291 mbd->mi[0]->bmi[0].as_mv[0].as_mv.col
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 209 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
213 const int mb_uv_height = 16 >> mbd->plane[1].subsampling_y;
214 const int mb_uv_width = 16 >> mbd->plane[1].subsampling_x;
221 input_buffer[i] = mbd->plane[i].pre[0].buf;
257 mbd->mi[0].src_mi->bmi[0].as_mv[0].as_mv.row = 0;
258 mbd->mi[0].src_mi->bmi[0].as_mv[0].as_mv.col = 0;
278 temporal_filter_predictors_mb_c(mbd,
284 mbd->mi[0].src_mi->bmi[0].as_mv[0].as_mv.row,
285 mbd->mi[0].src_mi->bmi[0].as_mv[0].as_mv.col,
359 mbd->plane[i].pre[0].buf = input_buffer[i]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter.h 109 struct macroblockd *mbd,
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 108 struct macroblockd *mbd,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 454 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx];
455 vp8_build_block_doffsets(&pbi->mb_row_di[i].mbd);
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 508 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 444 milliseconds