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

  /external/libvpx/libvpx/vp8/common/
loopfilter.h 72 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,
vp8_loopfilter.c 94 void vp8_loop_filter_frame_init(VP8_COMMON *cm, MACROBLOCKD *mbd,
113 if (mbd->segmentation_enabled) {
114 if (mbd->mb_segement_abs_delta == SEGMENT_ABSDATA) {
115 lvl_seg = mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
117 lvl_seg += mbd->segment_feature_data[MB_LVL_ALT_LF][seg];
122 if (!mbd->mode_ref_lf_delta_enabled) {
134 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
139 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode];
153 lvl_ref = lvl_seg + mbd->ref_lf_deltas[ref];
157 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode]
    [all...]
  /external/bcc/tools/
cachestat.py 44 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
cachetop.py 82 mbd = 0
95 mbd = max(0, v)
103 # access = total cache access incl. reads(mpa) and writes(mbd)
104 # misses = total of add to lru which we do when we write(mbd)
105 # and also the mark the page dirty(same as mbd)
106 access = (mpa + mbd)
124 access, misses, mbd,
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 200 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
206 unsigned char *y_buffer = mbd->pre.y_buffer;
207 unsigned char *u_buffer = mbd->pre.u_buffer;
208 unsigned char *v_buffer = mbd->pre.v_buffer;
242 mbd->block[0].bmi.mv.as_mv.row = 0;
243 mbd->block[0].bmi.mv.as_mv.col = 0;
267 mbd, cpi->frames[frame]->y_buffer + mb_y_offset,
270 cpi->frames[frame]->y_stride, mbd->block[0].bmi.mv.as_mv.row,
271 mbd->block[0].bmi.mv.as_mv.col, predictor);
343 mbd->pre.y_buffer = y_buffer
    [all...]
ethreading.c 443 MACROBLOCKD *mbd = &mb->e_mbd; local
445 mbd->subpixel_predict = xd->subpixel_predict;
446 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
447 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
448 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
456 mbd->frame_type = cm->frame_type;
459 mbd->pre = cm->yv12_fb[cm->lst_fb_idx];
460 mbd->dst = cm->yv12_fb[cm->new_fb_idx];
468 mbd->left_context = &cm->left_context;
473 mbd->fullpixel_mask = 0xffffffff
    [all...]
picklpf.c 244 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
247 mbd->segment_feature_data[MB_LVL_ALT_LF][0] =
249 mbd->segment_feature_data[MB_LVL_ALT_LF][1] =
251 mbd->segment_feature_data[MB_LVL_ALT_LF][2] =
253 mbd->segment_feature_data[MB_LVL_ALT_LF][3] =
vp8_quantize.c 442 MACROBLOCKD *mbd = &cpi->mb.e_mbd; local
480 mbd->segment_feature_data[MB_LVL_ALT_Q][0] =
482 mbd->segment_feature_data[MB_LVL_ALT_Q][1] =
484 mbd->segment_feature_data[MB_LVL_ALT_Q][2] =
486 mbd->segment_feature_data[MB_LVL_ALT_Q][3] =
  /external/libvpx/libvpx/vp8/decoder/
threading.c 46 MACROBLOCKD *mbd = &mbrd[i].mbd; local
47 mbd->subpixel_predict = xd->subpixel_predict;
48 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
49 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
50 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
52 mbd->frame_type = pc->frame_type;
53 mbd->pre = xd->pre;
54 mbd->dst = xd->dst;
56 mbd->segmentation_enabled = xd->segmentation_enabled
    [all...]
onyxd_int.h 35 MACROBLOCKD mbd; member in struct:__anon29804
decodeframe.c     [all...]
  /external/libaom/libaom/av1/common/
thread_common.h 104 struct macroblockd *mbd, int plane_start,
av1_loopfilter.h 132 struct macroblockd *mbd, int is_decoding,
136 struct macroblockd *mbd, int plane_start,
  /external/libaom/libaom/av1/encoder/
temporal_filter.c 797 MACROBLOCKD *mbd = &cpi->td.mb.e_mbd; local
803 const int mb_uv_height = BH >> mbd->plane[1].subsampling_y;
804 const int mb_uv_width = BW >> mbd->plane[1].subsampling_x;
809 const int is_hbd = is_cur_buf_hbd(mbd);
816 mbd->block_ref_scale_factors[0] = ref_scale_factors;
817 mbd->block_ref_scale_factors[1] = ref_scale_factors;
819 for (i = 0; i < num_planes; i++) input_buffer[i] = mbd->plane[i].pre[0].buf;
859 mbd->mi[0]->mv[0].as_mv.row = 0;
860 mbd->mi[0]->mv[0].as_mv.col = 0;
861 mbd->mi[0]->motion_mode = SIMPLE_TRANSLATION
1190 MACROBLOCKD *mbd = &cpi->td.mb.e_mbd; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HolidayTest.java 243 Date mbd = getDate(1953, Calendar.JULY, 10); local
255 logln("first after " + mbd + " is " + rdr.firstAfter(mbd));
256 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HolidayTest.java 240 Date mbd = getDate(1953, Calendar.JULY, 10); local
252 logln("first after " + mbd + " is " + rdr.firstAfter(mbd));
253 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd));
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 604 MACROBLOCKD *mbd = &td->mb.e_mbd; local
614 const int mb_uv_height = BH >> mbd->plane[1].subsampling_y;
615 const int mb_uv_width = BW >> mbd->plane[1].subsampling_x;
622 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
664 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
666 vp9_high_get_sby_perpixel_variance(cpi, &src, TF_BLOCK, mbd->bd);
746 mbd, frames[frame]->y_buffer + mb_y_offset,
753 if (mbd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
754 int adj_strength = strength + 2 * (mbd->bd - 8);
774 mb_uv_width, BW, BH, mbd->plane[1].subsampling_x
    [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 411 pbi->mb_row_di[i].mbd.dst = pc->yv12_fb[pc->new_fb_idx];
412 vp8_build_block_doffsets(&pbi->mb_row_di[i].mbd);

Completed in 3662 milliseconds