Searched refs:color_matrix (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_color_aligner_unittest.cc | 66 const ColorTransformationMatrix color_matrix = { in TEST_F() local 77 AdjustColors(color_matrix, i420_buffer); in TEST_F() 85 const ColorTransformationMatrix color_matrix = { in TEST_F() local 96 AdjustColors(color_matrix, i420_buffer); in TEST_F() 104 const ColorTransformationMatrix color_matrix = { in TEST_F() local 115 AdjustColors(color_matrix, i420_buffer); in TEST_F() 157 const ColorTransformationMatrix color_matrix = in TEST_F() local 160 ExpectNear({{{1, 0, 0, 10}, {0, 1, 0, 10}, {0, 0, 1, 10}}}, color_matrix); in TEST_F()
|
D | video_color_aligner.h | 40 const ColorTransformationMatrix& color_matrix, 45 const ColorTransformationMatrix& color_matrix,
|
D | video_color_aligner.cc | 184 const ColorTransformationMatrix& color_matrix, in AdjustColors() argument 212 CalculateYChannel(y_row, u_row, v_row, color_matrix[0], output_y_row); in AdjustColors() 226 CalculateUVChannel(downscaled_y_row, u_row, v_row, color_matrix[1], in AdjustColors() 228 CalculateUVChannel(downscaled_y_row, u_row, v_row, color_matrix[2], in AdjustColors()
|
/external/ImageMagick/MagickCore/ |
D | visual-effects.c | 722 const KernelInfo *color_matrix,ExceptionInfo *exception) in ColorMatrixImage() argument 768 for (v=0; v < (ssize_t) color_matrix->height; v++) in ColorMatrixImage() 769 for (u=0; u < (ssize_t) color_matrix->width; u++) in ColorMatrixImage() 772 ColorMatrix[v][u]=color_matrix->values[i]; in ColorMatrixImage() 855 height=color_matrix->height > 6 ? 6UL : color_matrix->height; in ColorMatrixImage()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 10621 *color_matrix; local 10633 color_matrix=(double *) AcquireQuantumMemory(order,order* 10634 sizeof(*color_matrix)); 10635 if (color_matrix == (double *) NULL) 10642 color_matrix[j]=(double) SvNV(*(av_fetch(av,j,0))); 10644 color_matrix[j]=0.0; 10655 kernel_info->values[i]=(MagickRealType) color_matrix[i]; 10659 color_matrix=(double *) RelinquishMagickMemory(color_matrix);
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 1827 const KernelInfo *color_matrix) in MagickColorMatrixImage() argument 1836 if (color_matrix == (const KernelInfo *) NULL) in MagickColorMatrixImage() 1840 color_image=ColorMatrixImage(wand->images,color_matrix,wand->exception); in MagickColorMatrixImage()
|