HomeSort by relevance Sort by last modified time
    Searched refs:bmi (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 84 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
85 mi->bmi[1].as_mv[idx].as_mv.row +
86 mi->bmi[2].as_mv[idx].as_mv.row +
87 mi->bmi[3].as_mv[idx].as_mv.row),
88 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
89 mi->bmi[1].as_mv[idx].as_mv.col +
90 mi->bmi[2].as_mv[idx].as_mv.col +
91 mi->bmi[3].as_mv[idx].as_mv.col) };
100 MV res = { round_mv_comp_q2(mi->bmi[block0].as_mv[idx].as_mv.row +
101 mi->bmi[block1].as_mv[idx].as_mv.row)
    [all...]
vp9_mvref_common.c 35 // if the size < 8x8 we get the mv from the bmi substructure,
188 b_mode_info *bmi = mi->bmi; local
204 nearest_mv->as_int = bmi[0].as_mv[ref].as_int;
213 candidates[0] = bmi[1].as_mv[ref];
214 candidates[1] = bmi[0].as_mv[ref];
218 nearest_mv->as_int = bmi[2].as_mv[ref].as_int;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 749 union b_mode_info *bmi = &mi->bmi[0];
750 MV *mv = &bmi->mv.as_mv;
758 bmi = &mi->bmi[8];
769 union b_mode_info *bmi = &mi->bmi[0];
770 MV *mv = &bmi->mv.as_mv;
778 bmi = &mi->bmi[2]
    [all...]
vp9_mvref_common.c 130 ? candidate->bmi[idx_n_column_to_subblock[block_idx][search_col == 0]]
213 // if the size < 8x8 we get the mv from the bmi substructure,
324 b_mode_info *bmi = mi->bmi; local
340 nearest->as_int = bmi[0].as_mv[ref].as_int;
349 candidates[0] = bmi[1].as_mv[ref];
350 candidates[1] = bmi[0].as_mv[ref];
354 nearest->as_int = bmi[2].as_mv[ref].as_int;
vp9_reconinter.c 105 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
106 mi->bmi[1].as_mv[idx].as_mv.row +
107 mi->bmi[2].as_mv[idx].as_mv.row +
108 mi->bmi[3].as_mv[idx].as_mv.row),
109 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
110 mi->bmi[1].as_mv[idx].as_mv.col +
111 mi->bmi[2].as_mv[idx].as_mv.col +
112 mi->bmi[3].as_mv[idx].as_mv.col) };
163 ? (plane == 0 ? mi->bmi[block].as_mv[ref].as_mv
267 ? (plane == 0 ? mi->bmi[block].as_mv[ref].as_m
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 229 mi->bmi[i].as_mode =
231 mbmi->mode = mi->bmi[3].as_mode;
234 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
236 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mbmi->mode =
240 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
242 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mbmi->mode
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 180 mi->bmi[i].as_mode =
182 mbmi->mode = mi->bmi[3].as_mode;
185 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
187 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mbmi->mode =
191 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
193 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mbmi->mode
    [all...]
  /external/libvpx/libvpx/vp8/common/
debugmodes.c 99 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
144 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
postproc.c 961 union b_mode_info *bmi = &mi->bmi[0]; local
962 MV *mv = &bmi->mv.as_mv;
970 bmi = &mi->bmi[8];
982 union b_mode_info *bmi = &mi->bmi[0]; local
983 MV *mv = &bmi->mv.as_mv;
991 bmi = &mi->bmi[2]
1003 union b_mode_info *bmi = &mi->bmi[0]; local
1039 union b_mode_info *bmi = mi->bmi; local
1112 union b_mode_info *bmi = mi->bmi; local
    [all...]
blockd.h 171 union b_mode_info bmi[16]; member in struct:modeinfo
210 union b_mode_info bmi; member in struct:blockd
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
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 954 union b_mode_info *bmi = &mi->bmi[0]; local
955 MV *mv = &bmi->mv.as_mv;
963 bmi = &mi->bmi[8];
975 union b_mode_info *bmi = &mi->bmi[0]; local
976 MV *mv = &bmi->mv.as_mv;
984 bmi = &mi->bmi[2]
996 union b_mode_info *bmi = &mi->bmi[0]; local
1032 union b_mode_info *bmi = mi->bmi; local
1105 union b_mode_info *bmi = mi->bmi; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
b.s 14 bmi text_label
  /external/pdfium/samples/
pdfium_test.cc 152 BITMAPINFO bmi = {};
153 bmi.bmiHeader.biSize = sizeof(bmi) - sizeof(RGBQUAD);
154 bmi.bmiHeader.biWidth = width;
155 bmi.bmiHeader.biHeight = -height; // top-down image
156 bmi.bmiHeader.biPlanes = 1;
157 bmi.bmiHeader.biBitCount = 32;
158 bmi.bmiHeader.biCompression = BI_RGB;
159 bmi.bmiHeader.biSizeImage = 0;
163 file_header.bfSize = sizeof(file_header) + bmi.bmiHeader.biSize + out_len
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
branchs12.s 22 bmi L1
42 bmi L0
82 bmi undefined
  /external/skia/src/views/win/
SkOSWindow_win.cpp 200 BITMAPINFO bmi; local
201 memset(&bmi, 0, sizeof(bmi));
202 bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
203 bmi.bmiHeader.biWidth = bitmap.width();
204 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image
205 bmi.bmiHeader.biPlanes = 1;
206 bmi.bmiHeader.biBitCount = 32;
207 bmi.bmiHeader.biCompression = BI_RGB;
208 bmi.bmiHeader.biSizeImage = 0
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 27 BITMAPINFO bmi; local
28 FXSYS_memset(&bmi, 0, sizeof(BITMAPINFOHEADER));
29 bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
30 bmi.bmiHeader.biWidth = pBitmap->GetWidth();
31 bmi.bmiHeader.biHeight = -pBitmap->GetHeight();
32 bmi.bmiHeader.biPlanes = 1;
33 bmi.bmiHeader.biBitCount = pBitmap->GetBPP();
34 m_pBitmap = Gdiplus::Bitmap::FromBITMAPINFO(&bmi, pBitmap->GetBuffer());
131 BITMAPINFO bmi; local
132 FXSYS_memset(&bmi, 0, sizeof(BITMAPINFOHEADER));
    [all...]
  /bionic/libc/arch-arm/generic/bionic/
memcmp.S 61 bmi 10f
109 bmi 10f
157 bmi 1f
191 bmi 4f
250 bmi 8b
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 699 b->bmi.as_mode = *best_mode;
754 mic->bmi[i].as_mode = best_mode;
968 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
997 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
1000 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
1013 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1023 d->bmi.mv.as_int = this_mv->as_int;
1025 x->partition_info->bmi[i].mode = m;
1026 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1218 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int
    [all...]
temporal_filter.c 193 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
205 &d->bmi.mv,
291 mbd->block[0].bmi.mv.as_mv.row = 0;
292 mbd->block[0].bmi.mv.as_mv.col = 0;
329 mbd->block[0].bmi.mv.as_mv.row,
330 mbd->block[0].bmi.mv.as_mv.col,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 698 b->bmi.as_mode = *best_mode;
753 mic->bmi[i].as_mode = best_mode;
966 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
995 this_mv->as_int = col ? d[-1].bmi.mv.as_int : (uint32_t)left_block_mv(mic, i);
998 this_mv->as_int = row ? d[-4].bmi.mv.as_int : (uint32_t)above_block_mv(mic, i, mis);
1011 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1021 d->bmi.mv.as_int = this_mv->as_int;
1023 x->partition_info->bmi[i].mode = m;
1024 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1216 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int
    [all...]
temporal_filter.c 190 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
202 &d->bmi.mv,
288 mbd->block[0].bmi.mv.as_mv.row = 0;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
326 mbd->block[0].bmi.mv.as_mv.row,
327 mbd->block[0].bmi.mv.as_mv.col,
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 632 } bmi; local
633 FXSYS_memset(&bmi.bmiHeader, 0, sizeof(BITMAPINFOHEADER));
634 bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
635 bmi.bmiHeader.biBitCount = 1;
636 bmi.bmiHeader.biCompression = BI_RGB;
637 bmi.bmiHeader.biHeight = -height;
638 bmi.bmiHeader.biPlanes = 1;
639 bmi.bmiHeader.biWidth = width;
643 bmi.bmiColors[0] = 0xffffff;
644 bmi.bmiColors[1] = 0
1058 BITMAPINFO bmi; local
    [all...]
  /external/libhevc/common/arm/
ihevc_deblk_chroma_horz.s 79 bmi l1.3312
86 bmi l1.3332
ihevc_deblk_chroma_vert.s 79 bmi l1.2944
87 bmi l1.2964

Completed in 529 milliseconds

12 3 4 5 6