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

  /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
  /external/libvpx/libvpx/vp8/encoder/
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] =
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...]
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] =
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...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 35 MACROBLOCKD mbd; member in struct:__anon29804
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...]
  /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/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/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 

Completed in 629 milliseconds