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

1 2 3 4 5 6

  /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
  /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 88 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
90 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
92 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
111 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
113 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7
    [all...]
findnearmv.h 119 return (cur_mb->bmi + b - 1)->mv.as_int;
134 return (cur_mb->bmi + (b - 4))->mv.as_int;
145 return (cur_mb->bmi + b + 3)->as_mode;
159 return (cur_mb->bmi + b - 1)->as_mode;
173 return (cur_mb->bmi + b + 12)->as_mode;
187 return (cur_mb->bmi + b - 4)->as_mode;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
154 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
156 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7
    [all...]
findnearmv.h 116 return (cur_mb->bmi + b - 1)->mv.as_int;
131 return (cur_mb->bmi + (b - 4))->mv.as_int;
142 return (cur_mb->bmi + b + 3)->as_mode;
156 return (cur_mb->bmi + b - 1)->as_mode;
169 return (cur_mb->bmi + b + 12)->as_mode;
183 return (cur_mb->bmi + b - 4)->as_mode;
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 71 union b_mode_info *bmi,
78 * Empty is defined as bmi == NULL */
81 if (overlaps[i].bmi == NULL)
83 overlaps[i].bmi = bmi;
113 static void calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi,
119 * overlapped by bmi and calculate and assign overlap for each of those
166 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
173 union b_mode_info *bmi,
188 new_row = row - bmi->mv.as_mv.row
290 union b_mode_info * const bmi = mi->bmi; local
    [all...]
ec_types.h 21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
27 union b_mode_info *bmi; member in struct:__anon16528
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
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...]
ec_types.h 21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
27 union b_mode_info *bmi; member in struct:__anon30163
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/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

Completed in 852 milliseconds

1 2 3 4 5 6