HomeSort by relevance Sort by last modified time
    Searched refs:Pitch (Results 1 - 12 of 12) sorted by null

  /external/libvpx/vp8/common/
g_common.h 13 extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int DPitch, int q);
postproc.c 78 extern void vp8_blit_text(const char *msg, unsigned char *address, const int pitch);
98 int pitch = src_pixels_per_line; local
116 if (abs(v - p_src[col+i*pitch]) > flimit)
119 kernel += kernel5[2+i] * p_src[col+i*pitch];
162 src_ptr += pitch;
163 dst_ptr += pitch;
174 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit)
212 s += pitch;
220 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit)
235 sumsq += s[i*pitch] * s[i*pitch]
    [all...]
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.h 83 mutable Pitch m_pitch;
SimpleFontData.h 63 enum Pitch { UnknownPitch, FixedPitch, VariablePitch };
100 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; } function in class:WebCore::SimpleFontData
  /external/freetype/include/freetype/
tttables.h 445 FT_UShort Pitch;
    [all...]
  /external/libvpx/vp8/common/ppc/
systemdependent.c 19 void (*vp8_short_idct4x4)(short *input, short *output, int pitch);
20 void (*vp8_short_idct4x4_1)(short *input, short *output, int pitch);
21 void (*vp8_dc_only_idct)(short input_dc, short *output, int pitch);
33 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
34 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
35 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
36 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
48 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
70 extern void short_idct4x4llm_ppc(short *input, short *output, int pitch);
90 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 80 destination pitch?
223 pitch is positive
386 destination pitch?
390 destination pitch?
430 destination pitch?
551 pitch is positive
695 destination pitch?
699 destination pitch?
709 void vp8_mbpost_proc_down_mmx(unsigned char *dst, int pitch, int rows, int cols, int flimit)
733 mov eax, pitch ; local
897 mov eax, pitch ; local
    [all...]
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...]
subpixel_sse2.asm 52 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
172 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
553 movsxd rax, dword ptr arg(1) ;src_pixels_per_line ; Pitch for Source
666 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...]
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/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 325 U032 Pitch;
  /external/freetype/src/sfnt/
ttload.c     [all...]

Completed in 241 milliseconds