/external/opencv3/samples/directx/ |
d3d9_interop.cpp | 122 cv::Mat m(m_height, m_width, CV_8UC4, memDesc.pBits, memDesc.Pitch); 173 cv::Mat m(m_height, m_width, CV_8UC4, memDesc.pBits, memDesc.Pitch);
|
d3d9ex_interop.cpp | 122 cv::Mat m(m_height, m_width, CV_8UC4, memDesc.pBits, memDesc.Pitch); 173 cv::Mat m(m_height, m_width, CV_8UC4, memDesc.pBits, memDesc.Pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
systemdependent.c | 27 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit); 28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit); 29 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit); 30 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit); 42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a); 64 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch); 84 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch); 85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch); 86 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
|
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 18 ; int pitch, int rows, int cols,int flimit) 52 movsxd rax, dword ptr arg(1) ;pitch ; 69 neg rax ; rax = -pitch 83 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 116 movd mm1, DWORD PTR [rsi] ; [s-pitch*8] 117 movd mm2, DWORD PTR [rdi] ; [s+pitch*7] 248 ; unsigned int Width, unsigned int Height, int Pitch) 292 movsxd rax, dword arg(7) ; Pitch 293 add arg(0), rax ; Start += Pitch
|
postproc_sse2.asm | 234 ; int pitch, int rows, int cols,int flimit) 271 movsxd rax, dword ptr arg(1) ;pitch ; 288 neg rax ; rax = -pitch 303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 335 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8] 336 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7] 466 ; int pitch, int rows, int cols,int flimit) 636 ;s+=pitch; 662 ; unsigned int Width, unsigned int Height, int Pitch) 706 movsxd rax, dword arg(7) ; Pitch [all...] |
subpixel_sse2.asm | 53 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 173 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 554 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source 667 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source 921 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 925 movsxd r8, dword ptr arg(4) ;output_width ; Pitch for Source [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 18 ; int pitch, int rows, int cols,int flimit) 52 movsxd rax, dword ptr arg(1) ;pitch ; 69 neg rax ; rax = -pitch 83 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 116 movd mm1, DWORD PTR [rsi] ; [s-pitch*8] 117 movd mm2, DWORD PTR [rdi] ; [s+pitch*7] 248 ; unsigned int Width, unsigned int Height, int Pitch) 293 movsxd rax, dword arg(7) ; Pitch 294 add arg(0), rax ; Start += Pitch
|
postproc_sse2.asm | 234 ; int pitch, int rows, int cols,int flimit) 271 movsxd rax, dword ptr arg(1) ;pitch ; 288 neg rax ; rax = -pitch 303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 335 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8] 336 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7] 466 ; int pitch, int rows, int cols,int flimit) 636 ;s+=pitch; 662 ; unsigned int Width, unsigned int Height, int Pitch) 707 movsxd rax, dword arg(7) ; Pitch [all...] |
subpixel_sse2.asm | 53 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 173 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 554 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source 667 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source 921 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 925 movsxd r8, dword ptr arg(4) ;output_width ; Pitch for Source [all...] |
/external/freetype/include/ |
tttables.h | 468 FT_UShort Pitch; [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
tttables.h | 468 FT_UShort Pitch; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntddsnd.h | 209 ULONG Pitch;
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
tttables.h | 468 FT_UShort Pitch; [all...] |
/external/opencv3/modules/viz/src/vtk/ |
vtkVizInteractorStyle.cpp | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 58 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch? 141 neg rax ; pitch is positive 247 movsxd rax, dword ptr arg(3) ;dst_pixels_per_line ; destination pitch? 249 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; destination pitch? 266 ; int pitch, int rows, int cols,int flimit) 300 movsxd rax, dword ptr arg(1) ;pitch ; 301 neg rax ; rax = -pitch 303 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 336 movd mm1, DWORD PTR [rsi] ; [s-pitch*8] 337 movd mm2, DWORD PTR [rdi] ; [s+pitch*7 [all...] |
vp9_postproc_sse2.asm | 57 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch? 129 neg rax ; pitch is positive 229 mov eax, dword arg(3) ;dst_pixels_per_line ; destination pitch? 231 mov eax, dword arg(2) ;src_pixels_per_line ; destination pitch? 252 ; int pitch, int rows, int cols,int flimit) 289 movsxd rax, dword ptr arg(1) ;pitch ; 290 neg rax ; rax = -pitch 292 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 325 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8] 326 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7 [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
dxgi.idl | 83 INT Pitch;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9math.h | 316 D3DXMATRIX* WINAPI D3DXMatrixRotationYawPitchRoll(D3DXMATRIX *pout, FLOAT yaw, FLOAT pitch, FLOAT roll); 342 D3DXQUATERNION* WINAPI D3DXQuaternionRotationYawPitchRoll(D3DXQUATERNION *pout, FLOAT yaw, FLOAT pitch, FLOAT roll); 429 STDMETHOD(RotateYawPitchRoll)(THIS_ FLOAT Yaw, FLOAT Pitch, FLOAT Roll) PURE; 430 STDMETHOD(RotateYawPitchRollLocal)(THIS_ FLOAT Yaw, FLOAT Pitch, FLOAT Roll) PURE;
|
dxgi.idl | 86 INT Pitch;
|
agtctl.h | [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_postproc_sse2.asm | 57 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch? 129 neg rax ; pitch is positive 229 mov eax, dword arg(3) ;dst_pixels_per_line ; destination pitch? 231 mov eax, dword arg(2) ;src_pixels_per_line ; destination pitch? 252 ; int pitch, int rows, int cols,int flimit) 289 movsxd rax, dword ptr arg(1) ;pitch ; 290 neg rax ; rax = -pitch 292 lea rsi, [rsi + rax*8]; ; rdi = s[-pitch*8] 325 movq xmm1, QWORD PTR [rsi] ; [s-pitch*8] 326 movq xmm2, QWORD PTR [rdi] ; [s+pitch*7 [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 582 out_locked_rect->Pitch = d3d_mapped.RowPitch;
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 122 extern void vp8_blit_text(const char *msg, unsigned char *address, const int pitch); 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 218 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) 264 s += pitch; 268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) 282 s[i*pitch]=s[0]; 288 s[(i+rows)*pitch]=s[(rows-1)*pitch]; 292 sumsq += s[i*pitch] * s[i*pitch]; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
postproc.c | 122 extern void vp8_blit_text(const char *msg, unsigned char *address, const int pitch); 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 217 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) 263 s += pitch; 268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) 282 s[i*pitch]=s[0]; 288 s[i*pitch]=s[(rows-1)*pitch]; 292 sumsq += s[i*pitch] * s[i*pitch]; [all...] |
/external/freetype/src/sfnt/ |
ttload.c | [all...] |