/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
vpx_scale_rtcd.h | 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
vpx_scale_rtcd.h | 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
vpx_scale_rtcd.pl | 10 add_proto qw/void vp8_horizontal_line_5_4_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width"; 12 add_proto qw/void vp8_horizontal_line_5_3_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width"; 14 add_proto qw/void vp8_horizontal_line_2_1_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
vpx_scale_rtcd.h | 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
vpx_scale_rtcd.h | 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vpx_scale_rtcd.h | 16 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 19 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 22 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
|
/external/chromium_org/media/base/simd/ |
linear_scale_yuv_to_rgb_mmx.inc | 49 %define SOURCE_WIDTH WORD_SIZE [rsp] 55 imul WIDTH_ARG_REGq, SOURCE_DX_ARG_REGq ; source_width = width * source_dx 109 cmp Xq, SOURCE_WIDTH ; Compare source_width from stack 124 cmp Xq, SOURCE_WIDTH ; Compare source_width from stack
|
linear_scale_yuv_to_rgb_mmx_x64.asm | 65 imul WIDTHq, SOURCE_DXq ; source_width = width * source_dx
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/ |
gen_scalers.c | 22 * unsigned int source_width : Stride of source. 37 unsigned int source_width, 47 for (i = 0; i < source_width; i += 5) { 102 * unsigned int source_width : Stride of source. 118 unsigned int source_width, 128 for (i = 0; i < source_width; i += 5) { 178 * unsigned int source_width : Stride of source. 193 unsigned int source_width, 203 for (i = 0; i < source_width; i += 2) {
|
vpx_scale.c | 210 * unsigned int source_width : Width of input image. 240 unsigned int source_width, 349 horiz_line_scale(source, source_width, dest, dest_width); 361 horiz_line_scale(source, source_width, temp_area, dest_width); 374 horiz_line_scale(line_src, source_width, 405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width); 422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width); 431 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
gen_scalers.c | 22 * unsigned int source_width : Stride of source. 37 unsigned int source_width, 47 for (i = 0; i < source_width; i += 5) { 102 * unsigned int source_width : Stride of source. 118 unsigned int source_width, 128 for (i = 0; i < source_width; i += 5) { 178 * unsigned int source_width : Stride of source. 193 unsigned int source_width, 203 for (i = 0; i < source_width; i += 2) {
|
vpx_scale.c | 210 * unsigned int source_width : Width of input image. 240 unsigned int source_width, 349 horiz_line_scale(source, source_width, dest, dest_width); 361 horiz_line_scale(source, source_width, temp_area, dest_width); 374 horiz_line_scale(line_src, source_width, 405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width); 422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width); 431 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
gen_scalers.c | 22 * unsigned int source_width : Stride of source. 37 unsigned int source_width, 47 for (i = 0; i < source_width; i += 5) { 102 * unsigned int source_width : Stride of source. 118 unsigned int source_width, 128 for (i = 0; i < source_width; i += 5) { 178 * unsigned int source_width : Stride of source. 193 unsigned int source_width, 203 for (i = 0; i < source_width; i += 2) {
|
vpx_scale.c | 210 * unsigned int source_width : Width of input image. 240 unsigned int source_width, 349 horiz_line_scale(source, source_width, dest, dest_width); 361 horiz_line_scale(source, source_width, temp_area, dest_width); 374 horiz_line_scale(line_src, source_width, 405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width); 422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width); 431 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
|
/external/chromium_org/media/base/ |
yuv_convert.cc | 217 int source_width, 228 if ((yuv_type == YV12 && (source_width < 2 || source_height < 2)) || 229 (yuv_type == YV16 && (source_width < 2 || source_height < 1)) || 241 if (source_width > kFilterBufferSize || view_rotate) 254 y_buf += source_width - 1; 255 u_buf += source_width / 2 - 1; 256 v_buf += source_width / 2 - 1; 257 source_width = -source_width; 268 int source_dx = source_width * kFractionMax / width [all...] |
yuv_convert.h | 95 int source_width, 113 int source_width,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/ |
scaleopt.c | 38 * unsigned int source_width : Stride of source. 56 unsigned int source_width, 68 for ( i=0; i<source_width; i+=5 ) 92 mov ecx, source_width; local 229 unsigned int source_width, 240 mov ecx, source_width; local 400 * unsigned int source_width : 417 unsigned int source_width, 422 (void) source_width;
|
/external/libvpx/libvpx/vpx_scale/win32/ |
scaleopt.c | 38 * unsigned int source_width : Stride of source. 56 unsigned int source_width, 68 for ( i=0; i<source_width; i+=5 ) 92 mov ecx, source_width; local 229 unsigned int source_width, 240 mov ecx, source_width; local 400 * unsigned int source_width : 417 unsigned int source_width, 422 (void) source_width;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/ |
scaleopt.c | 38 * unsigned int source_width : Stride of source. 56 unsigned int source_width, 68 for ( i=0; i<source_width; i+=5 ) 92 mov ecx, source_width; local 229 unsigned int source_width, 240 mov ecx, source_width; local 400 * unsigned int source_width : 417 unsigned int source_width, 422 (void) source_width;
|
/external/chromium_org/printing/ |
pdf_metafile_cg_mac.cc | 191 const float source_width = local 198 (params.shrink_to_fit && ((source_width > rect.size.width) || 200 (params.stretch_to_fit && ((source_width < rect.size.width) && 203 float x_scaling_factor = rect.size.width / source_width; 214 ((rect.size.width - (source_width * scaling_factor)) / 2) : 0;
|
/external/chromium_org/skia/ext/ |
convolver_unittest.cc | 215 void VerifySIMD(unsigned int source_width, 223 unsigned int offset = source_width * p / dest_width; 224 EXPECT_LT(offset, source_width); 227 source_width - offset)); 240 source.allocN32Pixels(source_width, source_height); 286 VLOG(1) << "from:" << source_width << "x" << source_height 322 unsigned int source_width = source_sizes[i][0]; local 327 VerifySIMD(source_width, source_height, dest_width, dest_height);
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 10263 int source_width, source_height, dest_width, dest_height; local [all...] |