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

1 2 3

  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 127 int dst_pitch
135 vp8_filter_block1dc_v6_mmx(FData2 + 8, dst_ptr, dst_pitch, 8, 4 , 4, 4, VFilter);
147 int dst_pitch
164 vp8_filter_block1dc_v6_mmx(FData2 + 32, dst_ptr, dst_pitch, 32, 16 , 16, 16, VFilter);
165 vp8_filter_block1dc_v6_mmx(FData2 + 36, dst_ptr + 4, dst_pitch, 32, 16 , 16, 16, VFilter);
166 vp8_filter_block1dc_v6_mmx(FData2 + 40, dst_ptr + 8, dst_pitch, 32, 16 , 16, 16, VFilter);
167 vp8_filter_block1dc_v6_mmx(FData2 + 44, dst_ptr + 12, dst_pitch, 32, 16 , 16, 16, VFilter);
179 int dst_pitch
192 vp8_filter_block1dc_v6_mmx(FData2 + 16, dst_ptr, dst_pitch, 16, 8 , 8, 8, VFilter);
193 vp8_filter_block1dc_v6_mmx(FData2 + 20, dst_ptr + 4, dst_pitch, 16, 8 , 8, 8, VFilter)
    [all...]
  /external/libvpx/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 97 int dst_pitch
112 vp8_filter_block2d_second_pass_armv6 ( FData+2, dst_ptr, dst_pitch, 4, VFilter );*/
114 vp8_filter_block2d_first_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 4, dst_pitch, HFilter);
119 vp8_filter_block2d_second_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 4, dst_pitch, VFilter);
127 vp8_filter4_block2d_second_pass_armv6(FData + 2, dst_ptr, dst_pitch, 4, VFilter);
133 vp8_filter_block2d_second_pass_armv6(FData + 2, dst_ptr, dst_pitch, 4, VFilter);
145 int dst_pitch
157 vp8_filter_block2d_first_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 8, dst_pitch, HFilter);
162 vp8_filter_block2d_second_pass_only_armv6(src_ptr, dst_ptr, src_pixels_per_line, 8, dst_pitch, VFilter);
169 vp8_filter4_block2d_second_pass_armv6(FData + 2, dst_ptr, dst_pitch, 8, VFilter)
    [all...]
bilinearfilter_arm.h 29 int dst_pitch,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tile.c 39 void * const dst, unsigned dst_pitch,
54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch +
70 void * const dst, unsigned dst_pitch,
85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch +
101 void * const dst, unsigned dst_pitch,
116 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch +
132 void * const dst, unsigned dst_pitch,
147 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch +
163 void * const dst, unsigned dst_pitch,
178 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch
    [all...]
radeon_blit.h 33 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch);
47 unsigned dst_pitch,
radeon_tile.h 31 void *dst, unsigned dst_pitch,
35 void *dst, unsigned dst_pitch,
radeon_blit.c 41 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch)
61 if (dst_pitch < 32)
183 uint32_t dst_pitch = pitch; local
212 dst_pitch |= RADEON_COLOR_TILE_ENABLE;
215 dst_pitch |= RADEON_COLOR_MICROTILE_ENABLE;
228 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
332 * @param[in] dst_pitch aligned destination image width
353 unsigned dst_pitch,
364 if (!r100_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.c 39 void * const dst, unsigned dst_pitch,
54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch +
70 void * const dst, unsigned dst_pitch,
85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch +
101 void * const dst, unsigned dst_pitch,
116 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch +
132 void * const dst, unsigned dst_pitch,
147 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch +
163 void * const dst, unsigned dst_pitch,
178 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch
    [all...]
radeon_blit.h 33 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch);
47 unsigned dst_pitch,
radeon_tile.h 31 void *dst, unsigned dst_pitch,
35 void *dst, unsigned dst_pitch,
radeon_blit.c 41 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch)
61 if (dst_pitch < 32)
183 uint32_t dst_pitch = pitch; local
212 dst_pitch |= RADEON_COLOR_TILE_ENABLE;
215 dst_pitch |= RADEON_COLOR_MICROTILE_ENABLE;
228 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
332 * @param[in] dst_pitch aligned destination image width
353 unsigned dst_pitch,
364 if (!r100_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_blit.c 39 unsigned short dst_pitch,
50 __FUNCTION__, dst_buffer, dst_pitch, dst_offset, x, y, w, h);
61 BR13 = (((int) dst_pitch) & 0xffff) |
66 BR13 = (((int) dst_pitch) & 0xffff) |
94 unsigned short dst_pitch,
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
122 BR13 = (((int) dst_pitch) & 0xffff) |
127 BR13 = (((int) dst_pitch) & 0xffff) |
144 assert (dst_pitch > 0 && src_pitch > 0);
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 39 unsigned short dst_pitch,
50 __FUNCTION__, dst_buffer, dst_pitch, dst_offset, x, y, w, h);
61 BR13 = (((int) dst_pitch) & 0xffff) |
66 BR13 = (((int) dst_pitch) & 0xffff) |
94 unsigned short dst_pitch,
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
122 BR13 = (((int) dst_pitch) & 0xffff) |
127 BR13 = (((int) dst_pitch) & 0xffff) |
144 assert (dst_pitch > 0 && src_pitch > 0);
  /external/libvpx/libvpx/vp8/common/
filter.c 157 int dst_pitch
166 filter_block2d(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter, VFilter);
175 int dst_pitch
190 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 8, 8, VFilter);
201 int dst_pitch
216 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 4, 8, VFilter);
227 int dst_pitch
242 filter_block2d_second_pass(FData + 32, dst_ptr, dst_pitch, 16, 16, 16, 16, VFilter);
303 * UINT32 dst_pitch : Destination block pitch.
324 int dst_pitch,
    [all...]
  /external/libvpx/armv7a/
vp8_rtcd.h 91 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
92 void vp8_copy_mem16x16_v6(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
95 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
96 void vp8_copy_mem8x8_v6(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
99 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
100 void vp8_copy_mem8x4_v6(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
113 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
114 void vp8_sixtap_predict16x16_armv6(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
117 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
118 void vp8_sixtap_predict8x8_armv6(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 106 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
107 void vp8_copy_mem16x16_v6(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
108 void vp8_copy_mem16x16_neon(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
111 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
112 void vp8_copy_mem8x8_v6(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
113 void vp8_copy_mem8x8_neon(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
116 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
117 void vp8_copy_mem8x4_v6(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
118 void vp8_copy_mem8x4_neon(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
131 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_blit.h 33 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch);
47 unsigned dst_pitch,
r200_blit.c 41 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch)
64 if (dst_pitch < 32)
305 uint32_t dst_pitch = pitch; local
336 dst_pitch |= R200_COLOR_TILE_ENABLE;
338 dst_pitch |= R200_COLOR_MICROTILE_ENABLE;
353 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
454 * @param[in] dst_pitch aligned destination image width
475 unsigned dst_pitch,
486 if (!r200_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_extend.c 17 uint8_t *dst, int dst_pitch,
35 dst_ptr1 += dst_pitch;
36 dst_ptr2 += dst_pitch;
42 src_ptr2 = dst + dst_pitch * (h - 1) - extend_left;
43 dst_ptr1 = dst + dst_pitch * (-extend_top) - extend_left;
44 dst_ptr2 = dst + dst_pitch * (h) - extend_left;
49 dst_ptr1 += dst_pitch;
54 dst_ptr2 += dst_pitch;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 33 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch);
47 unsigned dst_pitch,
r200_blit.c 41 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch)
64 if (dst_pitch < 32)
305 uint32_t dst_pitch = pitch; local
336 dst_pitch |= R200_COLOR_TILE_ENABLE;
338 dst_pitch |= R200_COLOR_MICROTILE_ENABLE;
353 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
454 * @param[in] dst_pitch aligned destination image width
475 unsigned dst_pitch,
486 if (!r200_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 87 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
88 void vp8_copy_mem16x16_dspr2(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
91 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
92 void vp8_copy_mem8x8_dspr2(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
95 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
96 void vp8_copy_mem8x4_dspr2(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
108 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
109 void vp8_sixtap_predict16x16_dspr2(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
112 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
113 void vp8_sixtap_predict8x8_dspr2(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/libvpx/generic/
vp8_rtcd.h 76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
103 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
109 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
112 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/libvpx/mips/
vp8_rtcd.h 76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
103 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
109 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
112 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]

Completed in 1666 milliseconds

1 2 3