Searched refs:Pitch (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_postproc_mmx.asm | 511 movsxd rax, dword arg(7) ; Pitch 512 add arg(0), rax ; Start += Pitch
|
D | vp9_postproc_sse2.asm | 676 movsxd rax, dword arg(7) ; Pitch 677 add arg(0), rax ; Start += Pitch
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | 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
|
D | postproc_mmx.asm | 248 ; unsigned int Width, unsigned int Height, int Pitch)
|
D | postproc_sse2.asm | 662 ; unsigned int Width, unsigned int Height, int Pitch)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.c | 514 unsigned int Width, unsigned int Height, int Pitch) in vp8_plane_add_noise_c() argument 520 unsigned char *Pos = Start + i * Pitch; in vp8_plane_add_noise_c()
|