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

1 2

  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 18 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
24 union b_mode_info *bmi; member in struct:__anon10973
error_concealment.c 72 union b_mode_info *bmi,
79 * Empty is defined as bmi == NULL */
82 if (overlaps[i].bmi == NULL)
84 overlaps[i].bmi = bmi;
114 static void calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi,
120 * overlapped by bmi and calculate and assign overlap for each of those
167 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
174 union b_mode_info *bmi,
189 new_row = row - bmi->mv.as_mv.row
291 union b_mode_info * const bmi = mi->bmi; local
    [all...]
decodemv.c 67 mi->bmi[i].as_mode =
270 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int;
273 leftmv.as_int = (mi->bmi + k - 1)->mv.as_int;
281 abovemv.as_int = (above_mb->bmi + k + 16 - 4)->mv.as_int;
284 abovemv.as_int = (mi->bmi + k - 4)->mv.as_int;
328 mi->bmi[ *fill_offset].mv.as_int = blockmv.as_int;
488 mbmi->mv.as_int = mi->bmi[15].mv.as_int;
535 mi->bmi[ 0].mv.as_int =
536 mi->bmi[ 1].mv.as_int =
537 mi->bmi[ 2].mv.as_int
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 131 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
133 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
158 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
160 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7
    [all...]
findnearmv.h 112 return (cur_mb->bmi + b - 1)->mv.as_int;
127 return (cur_mb->bmi + b - 4)->mv.as_int;
138 return (cur_mb->bmi + b + 3)->as_mode;
152 return (cur_mb->bmi + b - 1)->as_mode;
165 return (cur_mb->bmi + b + 12)->as_mode;
179 return (cur_mb->bmi + b - 4)->as_mode;
debugmodes.c 100 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
postproc.c 959 union b_mode_info *bmi = &mi->bmi[0]; local
960 MV *mv = &bmi->mv.as_mv;
968 bmi = &mi->bmi[8];
980 union b_mode_info *bmi = &mi->bmi[0]; local
981 MV *mv = &bmi->mv.as_mv;
989 bmi = &mi->bmi[2]
1001 union b_mode_info *bmi = &mi->bmi[0]; local
1037 union b_mode_info *bmi = mi->bmi; local
1110 union b_mode_info *bmi = mi->bmi; local
    [all...]
blockd.h 167 union b_mode_info bmi[16]; member in struct:modeinfo
202 union b_mode_info bmi; member in struct:blockd
  /dalvik/vm/mterp/armv5te/
OP_GOTO_16.S 16 bmi common_testUpdateProfile @ (r0) hot trace head?
OP_GOTO.S 19 bmi common_testUpdateProfile @ (r0) check for trace hotness
OP_NEW_ARRAY.S 19 bmi common_errNegativeArraySize @ negative length, bail - len in r1
  /external/skia/tests/
ReadPixelsTest.cpp 228 BitmapInit nextBMI(BitmapInit bmi) {
229 int x = bmi;
343 for (BitmapInit bmi = kFirstBitmapInit;
344 bmi < kBitmapInitCnt;
345 bmi = nextBMI(bmi)) {
349 init_bitmap(&bmp, srcRect, bmi);
  /bionic/libc/arch-arm/bionic/
memcmp.S 59 bmi 10f
107 bmi 10f
153 bmi 1f
187 bmi 4f
247 bmi 8b
memcmp16.S 111 bmi 1f
146 bmi 4f
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 696 b->bmi.as_mode = *best_mode;
751 mic->bmi[i].as_mode = best_mode;
959 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
988 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
991 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
1004 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1014 d->bmi.mv.as_int = this_mv->as_int;
1016 x->partition_info->bmi[i].mode = m;
1017 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1209 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int
    [all...]
temporal_filter.c 191 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
203 &d->bmi.mv,
289 mbd->block[0].bmi.mv.as_mv.row = 0;
290 mbd->block[0].bmi.mv.as_mv.col = 0;
327 mbd->block[0].bmi.mv.as_mv.row,
328 mbd->block[0].bmi.mv.as_mv.col,
encodeintra.c 42 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
block.h 57 } bmi[16]; member in struct:__anon10980
firstpass.c 647 d->bmi.mv.as_mv.row = 0;
648 d->bmi.mv.as_mv.col = 0;
657 &d->bmi.mv.as_mv, lst_yv12,
672 d->bmi.mv.as_mv.row = tmp_mv.row;
673 d->bmi.mv.as_mv.col = tmp_mv.col;
713 d->bmi.mv.as_mv.row <<= 3;
714 d->bmi.mv.as_mv.col <<= 3;
716 vp8_set_mbmode_and_mvs(x, NEWMV, &d->bmi.mv);
718 sum_mvr += d->bmi.mv.as_mv.row;
719 sum_mvr_abs += abs(d->bmi.mv.as_mv.row)
    [all...]
pickinter.c 174 b->bmi.as_mode = *best_mode;
219 mic->bmi[i].as_mode = best_mode;
935 d->bmi.mv.as_int = mvp_full.as_int;
938 cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv, &best_ref_mv,
974 bestsme = vp8_hex_search(x, b, d, &mvp_full, &d->bmi.mv,
978 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
983 &d->bmi.mv, step_param, sadpb, &num00,
986 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
1002 &d->bmi.mv,
    [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 211 BITMAPINFO* bmi = (BITMAPINFO*)buffer; local
236 FillBitmapInfo( bmi, bmp_w, bmp_h, Bpp(), m_img->origin );
242 m_img->imageData, bmi, DIB_RGB_COLORS, SRCCOPY );
  /bionic/libc/arch-arm/generic/bionic/
memset.S 92 bmi 2f
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1346 BMPINFO bmi; local
1631 BMPINFO bmi; local
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 135 bmi 2f
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 87 bmi token_count_lt_zero ; if(count >= 0)
163 bmi token_count_lt_zero_se ; if(count >= 0)
257 bmi token_count_lt_zero_ev ; if(count >= 0)

Completed in 315 milliseconds

1 2