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

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bcnst.s 0 bmi 0xbadb00
2 bmi 0xb00
3 bmi 0x42
rd-bcnst2.s 0 bmi x0x42
rd-bcnst2.d 15 [ ]+a:[ ]+f970[ ]+bmi 0x4
rd-bcnst2-pic.d 16 [ ]+c:[ ]+f770[ ]+bmi 0x4
branch.s 35 bmi start
57 bmi startm16
81 bmi startm16
107 bmi startm32
132 bmi startm32
158 bmi endp32
183 bmi endp32
208 bmi endp16
233 bmi endp16
257 bmi en
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.cc 38 BITMAPINFO bmi = {}; local
39 bmi.bmiHeader.biHeight = -size.height();
40 bmi.bmiHeader.biWidth = size.width();
41 bmi.bmiHeader.biPlanes = 1;
42 bmi.bmiHeader.biBitCount = DesktopFrameWin::kBytesPerPixel * 8;
43 bmi.bmiHeader.biSize = sizeof(bmi.bmiHeader);
44 bmi.bmiHeader.biSizeImage = bytes_per_row * size.height();
50 HBITMAP bitmap = CreateDIBSection(hdc, &bmi, DIB_RGB_COLORS, &data,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-fix-bcc-rel-thumb.d 15 8f0e: f53f aff7 bmi\.w 8f00 <targetfn>
17 8f16: f53f aff3 bmi\.w 8f00 <targetfn>
19 8f1e: f53f afef bmi\.w 8f00 <targetfn>
21 8f26: f53f afeb bmi\.w 8f00 <targetfn>
23 8f2e: f53f afe7 bmi\.w 8f00 <targetfn>
25 8f36: f53f afe3 bmi\.w 8f00 <targetfn>
27 8f3e: f53f afdf bmi\.w 8f00 <targetfn>
29 8f46: f53f afdb bmi\.w 8f00 <targetfn>
31 8f4e: f53f afd7 bmi\.w 8f00 <targetfn>
33 8f56: f53f afd3 bmi\.w 8f00 <targetfn
    [all...]
cortex-a8-fix-bcc-rel.s 10 bmi.w targetfn
12 bmi.w targetfn
14 bmi.w targetfn
16 bmi.w targetfn
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 60 BITMAPINFO bmi; member in struct:gdi_sw_displaytarget
151 gdt->bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
152 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp;
153 gdt->bmi.bmiHeader.biHeight= -(long)height;
154 gdt->bmi.bmiHeader.biPlanes = 1;
155 gdt->bmi.bmiHeader.biBitCount = bpp;
156 gdt->bmi.bmiHeader.biCompression = BI_RGB;
157 gdt->bmi.bmiHeader.biSizeImage = 0;
158 gdt->bmi.bmiHeader.biXPelsPerMeter = 0;
159 gdt->bmi.bmiHeader.biYPelsPerMeter = 0
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 64 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride +
65 (d->bmi.mv.as_mv.col >> 3);
67 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7) {
68 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7,
86 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride +
87 (d->bmi.mv.as_mv.col >> 3);
89 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
    [all...]
findnearmv.h 95 return (cur_mb->bmi + b - 1)->mv.as_int;
108 return (cur_mb->bmi + (b - 4))->mv.as_int;
116 case B_PRED: return (cur_mb->bmi + b + 3)->as_mode;
125 return (cur_mb->bmi + b - 1)->as_mode;
135 case B_PRED: return (cur_mb->bmi + b + 12)->as_mode;
144 return (cur_mb->bmi + b - 4)->as_mode;
debugmodes.c 85 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
125 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row,
126 mi[mb_index].bmi[bindex].mv.as_mv.col);
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 63 static void assign_overlap(OVERLAP_NODE *overlaps, union b_mode_info *bmi,
68 * Empty is defined as bmi == NULL */
70 if (overlaps[i].bmi == NULL) {
71 overlaps[i].bmi = bmi;
101 static void calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi,
106 * overlapped by bmi and calculate and assign overlap for each of those
145 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
151 union b_mode_info *bmi, int b_row, int b_col) {
164 new_row = row - bmi->mv.as_mv.row
246 union b_mode_info *const bmi = mi->bmi; local
    [all...]
ec_types.h 20 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
25 union b_mode_info *bmi; member in struct:__anon24479
decodemv.c 56 mi->bmi[i].as_mode = read_bmode(bc, vp8_kf_bmode_prob[A][L]);
223 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int;
226 leftmv.as_int = (mi->bmi + k - 1)->mv.as_int;
234 abovemv.as_int = (above_mb->bmi + k + 16 - 4)->mv.as_int;
237 abovemv.as_int = (mi->bmi + k - 4)->mv.as_int;
273 mi->bmi[*fill_offset].mv.as_int = blockmv.as_int;
412 mbmi->mv.as_int = mi->bmi[15].mv.as_int;
448 mi->bmi[0].mv.as_int = mi->bmi[1].mv.as_int = mi->bmi[2].mv.as_int
    [all...]
  /external/ImageMagick/coders/
screenshot.c 119 bmi;
184 (void) ResetMagickMemory(&bmi,0,sizeof(BITMAPINFO));
185 bmi.bmiHeader.biSize=sizeof(BITMAPINFOHEADER);
186 bmi.bmiHeader.biWidth=(LONG) screen->columns;
187 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows;
188 bmi.bmiHeader.biPlanes=1;
189 bmi.bmiHeader.biBitCount=24;
190 bmi.bmiHeader.biCompression=BI_RGB;
191 bitmap=CreateDIBSection(hDC,&bmi,DIB_RGB_COLORS,(void **) &p,NULL,0);
117 bmi; local
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor.cc 142 BITMAPV5HEADER bmi = {0}; local
143 bmi.bV5Size = sizeof(bmi);
144 bmi.bV5Width = width;
145 bmi.bV5Height = -height; // request a top-down bitmap.
146 bmi.bV5Planes = 1;
147 bmi.bV5BitCount = kBytesPerPixel * 8;
148 bmi.bV5Compression = BI_RGB;
149 bmi.bV5AlphaMask = 0xff000000;
150 bmi.bV5CSType = LCS_WINDOWS_COLOR_SPACE
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 9 bmi lbl
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 33 BITMAPINFO bmi; member in struct:wmesa_framebuffer
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
cbranch.s 18 bmi h8300_cbranch
cbranchh.s 19 bmi h8300h_cbranch:8
39 bmi h8300h_cbranch:16
cbranchs.s 19 bmi h8300s_cbranch:8
39 bmi h8300s_cbranch:16
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 68 mi->bmi[0].as_mv[idx].as_mv.row + mi->bmi[1].as_mv[idx].as_mv.row +
69 mi->bmi[2].as_mv[idx].as_mv.row + mi->bmi[3].as_mv[idx].as_mv.row),
71 mi->bmi[0].as_mv[idx].as_mv.col + mi->bmi[1].as_mv[idx].as_mv.col +
72 mi->bmi[2].as_mv[idx].as_mv.col + mi->bmi[3].as_mv[idx].as_mv.col)
82 MV res = { round_mv_comp_q2(mi->bmi[block0].as_mv[idx].as_mv.row +
83 mi->bmi[block1].as_mv[idx].as_mv.row)
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 212 mi->bmi[i].as_mode =
214 mi->mode = mi->bmi[3].as_mode;
217 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
219 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mi->mode =
223 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
225 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mi->mode
647 b_mode_info *bmi = mi->bmi; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
b.s 14 bmi text_label

Completed in 1658 milliseconds

1 2 3 4 5