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

1 2

  /external/libvpx/vp8/common/arm/
bilinearfilter_arm.c 22 unsigned int dst_pitch,
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
46 int dst_pitch
55 vp8_filter_block2d_bil_armv6(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter, VFilter, 4, 4);
65 int dst_pitch
74 vp8_filter_block2d_bil_armv6(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter, VFilter, 8, 8);
84 int dst_pitch
93 vp8_filter_block2d_bil_armv6(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter, VFilter, 8, 4);
103 int dst_pitch
112 vp8_filter_block2d_bil_armv6(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter, VFilter, 16, 16)
    [all...]
filter_arm.c 75 int dst_pitch
90 vp8_filter_block2d_second_pass_armv6 ( FData+2, dst_ptr, dst_pitch, 4, VFilter );*/
92 vp8_filter_block2d_first_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 4, dst_pitch, HFilter);
97 vp8_filter_block2d_second_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 4, dst_pitch, VFilter);
105 vp8_filter4_block2d_second_pass_armv6(FData + 2, dst_ptr, dst_pitch, 4, VFilter);
111 vp8_filter_block2d_second_pass_armv6(FData + 2, dst_ptr, dst_pitch, 4, VFilter);
123 int dst_pitch
135 vp8_filter_block2d_first_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 8, dst_pitch, HFilter);
140 vp8_filter_block2d_second_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 8, dst_pitch, VFilter);
147 vp8_filter4_block2d_second_pass_armv6(FData + 2, dst_ptr, dst_pitch, 8, VFilter)
    [all...]
bilinearfilter_arm.h 29 int dst_pitch,
  /external/libvpx/vp8/common/x86/
vp8_asm_stubs.c 128 int dst_pitch
136 vp8_filter_block1dc_v6_mmx(FData2 + 8, dst_ptr, dst_pitch, 8, 4 , 4, 4, VFilter);
148 int dst_pitch
165 vp8_filter_block1dc_v6_mmx(FData2 + 32, dst_ptr, dst_pitch, 32, 16 , 16, 16, VFilter);
166 vp8_filter_block1dc_v6_mmx(FData2 + 36, dst_ptr + 4, dst_pitch, 32, 16 , 16, 16, VFilter);
167 vp8_filter_block1dc_v6_mmx(FData2 + 40, dst_ptr + 8, dst_pitch, 32, 16 , 16, 16, VFilter);
168 vp8_filter_block1dc_v6_mmx(FData2 + 44, dst_ptr + 12, dst_pitch, 32, 16 , 16, 16, VFilter);
180 int dst_pitch
193 vp8_filter_block1dc_v6_mmx(FData2 + 16, dst_ptr, dst_pitch, 16, 8 , 8, 8, VFilter);
194 vp8_filter_block1dc_v6_mmx(FData2 + 20, dst_ptr + 4, dst_pitch, 16, 8 , 8, 8, VFilter)
    [all...]
subpixel_mmx.asm 213 ; int dst_pitch
237 movsxd rdx, dword ptr arg(5) ;dst_pitch
345 add rdi, dword ptr arg(5) ;dst_pitch ;
347 movsxd r8, dword ptr arg(5) ;dst_pitch
349 add rdi, r8 ;dst_pitch
370 ; int dst_pitch
394 movsxd rdx, dword ptr arg(5) ;dst_pitch
500 add rdi, dword ptr arg(5) ;dst_pitch ;
502 movsxd r8, dword ptr arg(5) ;dst_pitch
525 ; int dst_pitch
    [all...]
subpixel_ssse3.asm 928 ; int dst_pitch
952 movsxd rdx, dword ptr arg(5) ; dst_pitch
971 movsxd r8, dword ptr arg(5) ; dst_pitch
1038 add rdi, DWORD PTR arg(5) ; dst_pitch
1055 movsxd rdx, dword ptr arg(5) ; dst_pitch
1158 lea rdi, [rdi + rdx] ; dst_pitch
    [all...]
subpixel_sse2.asm     [all...]
  /external/libvpx/vp8/common/
filter.c 159 int dst_pitch
168 filter_block2d(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter, VFilter);
177 int dst_pitch
192 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 8, 8, VFilter);
203 int dst_pitch
218 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 4, 8, VFilter);
229 int dst_pitch
244 filter_block2d_second_pass(FData + 32, dst_ptr, dst_pitch, 16, 16, 16, 16, VFilter);
305 * UINT32 dst_pitch : Destination block pitch.
326 int dst_pitch,
    [all...]
subpixel.h 19 unsigned char *dst, int dst_pitch)
recon.h 18 void sym(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch)
postproc.h 20 int dst_pitch, int rows, int cols, int flimit)
  /external/qemu/android/skin/
scaler.c 68 int dst_pitch; member in struct:__anon11834
127 op.dst_pitch = dst_surface->pitch;
144 op.dst_line += op.rd.x*4 + op.rd.y*op.dst_pitch;
169 uint32_t* line = (uint32_t*)(op.dst_line + y*op.dst_pitch);
argb.h 225 int dst_pitch = op->dst_pitch; local
302 dst_line += dst_pitch;
321 int dst_pitch = op->dst_pitch; local
448 dst_line += dst_pitch;
460 int dst_pitch = op->dst_pitch; local
536 dst_line += dst_pitch;
547 int dst_pitch = op->dst_pitch local
801 int dst_pitch = op->dst_pitch; local
    [all...]
surface.c 276 int dst_pitch; member in struct:__anon11835
327 blit->dst_pitch = dst->surface->pitch;
328 blit->dst_line = dst->surface->pixels + y*blit->dst_pitch;
401 blit->dst_pitch = dst->surface->pitch;
402 blit->dst_line = (uint8_t*) dst->surface->pixels + y*blit->dst_pitch;
518 int pitch = blit->dst_pitch;
604 int pitch = blit->dst_pitch;
window.c 393 int dst_pitch = surface->pitch; local
394 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
419 dst_line += dst_pitch;
437 dst_line += dst_pitch;
455 dst_line += dst_pitch;
473 dst_line += dst_pitch;
487 int dst_pitch = surface->pitch; local
488 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
512 dst_line += dst_pitch;
530 dst_line += dst_pitch;
    [all...]
  /external/libvpx/vp8/common/mips/
subpixel_mips.c     [all...]
  /external/qemu/hw/
goldfish_fb.c 246 int dst_pitch; member in struct:__anon12505
436 dst_line += fbs->dst_pitch;
493 fbs.dst_pitch = pitch;
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict4x4_neon.asm 23 ; stack(lr) int dst_pitch
bilinearpredict8x4_neon.asm 23 ; stack(lr) int dst_pitch
bilinearpredict8x8_neon.asm 23 ; stack(lr) int dst_pitch
bilinearpredict16x16_neon.asm 23 ; stack(r5) int dst_pitch
sixtappredict4x4_neon.asm 35 ; stack(lr) int dst_pitch
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 166 ;# r8 int dst_pitch
251 ;# r8 int dst_pitch
337 ;# r8 int dst_pitch
528 ;# r8 int dst_pitch
filter_altivec.asm 196 ;# r8 int dst_pitch
386 ;# r8 int dst_pitch
556 ;# r8 int dst_pitch
763 ;# r8 int dst_pitch
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 44 ; stack int dst_pitch

Completed in 1020 milliseconds

1 2