Home
last modified time | relevance | path

Searched refs:Pitch (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_postproc_mmx.asm511 movsxd rax, dword arg(7) ; Pitch
512 add arg(0), rax ; Start += Pitch
Dvp9_postproc_sse2.asm676 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/
Dsystemdependent.c42 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/
Dsubpixel_sse2.asm53 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
Dpostproc_mmx.asm248 ; unsigned int Width, unsigned int Height, int Pitch)
Dpostproc_sse2.asm662 ; unsigned int Width, unsigned int Height, int Pitch)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c514 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()