/external/libvpx/config/x86/ |
vpx_dsp_rtcd.h | 428 void vpx_mbpost_proc_across_ip_c(unsigned char *dst, int pitch, int rows, int cols,int flimit); 429 void vpx_mbpost_proc_across_ip_sse2(unsigned char *dst, int pitch, int rows, int cols,int flimit); 432 void vpx_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols,int flimit); 433 void vpx_mbpost_proc_down_sse2(unsigned char *dst, int pitch, int rows, int cols,int flimit); 460 void vpx_post_proc_down_and_across_mb_row_c(unsigned char *src, unsigned char *dst, int src_pitch, int dst_pitch, int cols, unsigned char *flimits, int size); 461 void vpx_post_proc_down_and_across_mb_row_sse2(unsigned char *src, unsigned char *dst, int src_pitch, int dst_pitch, int cols, unsigned char *flimits, int size); [all...] |
/external/libvpx/config/x86_64/ |
vpx_dsp_rtcd.h | 430 void vpx_mbpost_proc_across_ip_c(unsigned char *dst, int pitch, int rows, int cols,int flimit); 431 void vpx_mbpost_proc_across_ip_sse2(unsigned char *dst, int pitch, int rows, int cols,int flimit); 434 void vpx_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols,int flimit); 435 void vpx_mbpost_proc_down_sse2(unsigned char *dst, int pitch, int rows, int cols,int flimit); 462 void vpx_post_proc_down_and_across_mb_row_c(unsigned char *src, unsigned char *dst, int src_pitch, int dst_pitch, int cols, unsigned char *flimits, int size); 463 void vpx_post_proc_down_and_across_mb_row_sse2(unsigned char *src, unsigned char *dst, int src_pitch, int dst_pitch, int cols, unsigned char *flimits, int size); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 752 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *map, int rows, int cols); 754 int vp9_get_active_map(VP9_COMP *cpi, unsigned char *map, int rows, int cols); 800 // mb_rows, cols are in units of 16 pixels. We assume 3 planes all at full
|
vp9_dct.c | 544 ht.cols(temp_in, temp_out); 673 ht.cols(temp_in, temp_out); 756 ht.cols(temp_in, temp_out);
|
/external/opencv/cv/src/ |
cvutils.cpp | 497 if( src->rows + offset.y > dst->rows || src->cols + offset.x > dst->cols )
|
cvsmooth.cpp | [all...] |
cvhaar.cpp | 899 CV_CALL( temp = cvCreateMat( img->rows, img->cols, CV_8UC1 )); 900 CV_CALL( sum = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 )) [all...] |
cvcalibinit.cpp | 245 CV_CALL( thresh_img = cvCreateMat( img->rows, img->cols, CV_8UC1 )); 257 CV_CALL( norm_img = cvCreateMat( img->rows, img->cols, CV_8UC1 )); 295 int block_size = cvRound(MIN(img->cols,img->rows)*0.2)|1; 327 cvRectangle( thresh_img, cvPoint(0,0), cvPoint(thresh_img->cols-1, 564 // start with first one, assign rows/cols 647 PRINTF("Too few inner quad rows/cols\n"); 654 PRINTF("Trimming cols\n"); [all...] |
/external/python/cpython2/Lib/test/ |
test_curses.py | 314 lines, cols = curses.LINES, curses.COLS 316 new_cols = cols + 1 320 self.assertEqual(curses.COLS, new_cols)
|
/prebuilts/go/darwin-x86/src/html/template/ |
attr.go | 38 "cols": contentTypePlain,
|
/prebuilts/go/linux-x86/src/html/template/ |
attr.go | 38 "cols": contentTypePlain,
|
/external/doclava/res/assets/templates-sdk/ |
docpage.cs | 128 <div class="cols"> 189 <div class="cols">
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 119 CrossReturnType res(_expression().rows(),_expression().cols());
|
/external/eigen/Eigen/src/SparseCore/ |
SparseCompressedBase.h | 320 eigen_internal_assert(row>=0 && row<m_matrix->rows() && col>=0 && col<m_matrix->cols());
|
/external/eigen/bench/btl/libs/eigen3/ |
eigen3_interface.hh | 118 int size = dst.cols();
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MarketIO.h | 237 out << mat.rows() << " " << mat.cols() << " " << mat.nonZeros() << "\n";
|
/external/mesa3d/src/compiler/nir/ |
nir_print.c | 299 const unsigned cols = glsl_get_matrix_columns(type); local 307 assert(cols == 1); 316 for (i = 0; i < cols; i++) { 325 for (i = 0; i < cols; i++) {
|
/bootable/recovery/ |
screen_ui.cpp | 468 static char** Alloc2d(size_t rows, size_t cols) { 471 result[i] = new char[cols]; 472 memset(result[i], 0, cols);
|
/external/dhcpcd-6.8.2/ |
dhcp-common.c | 47 dhcp_print_option_encoding(const struct dhcp_opt *opt, int cols) 50 while (cols < 40) { 52 cols++;
|
/external/mksh/src/ |
expr.c | 747 utf_skipcols(const char *p, int cols, int *colp) 752 while (c < cols) { 756 return (p + cols - c);
|
/external/dng_sdk/source/ |
dng_exif.cpp | 2821 uint32 cols = stream.Get_uint16 (); local [all...] |
/external/mesa3d/src/compiler/glsl/ |
glsl_to_nir.cpp | 220 const unsigned cols = ir->type->matrix_columns; local 227 assert(cols == 1); 236 assert(cols == 1); 244 for (unsigned c = 0; c < cols; c++) { 251 for (unsigned c = 0; c < cols; c++) { 259 assert(cols == 1); [all...] |
/external/opencv/ml/include/ |
ml.h | 525 int get_var_count() const { return var_idx ? var_idx->cols : var_all; } [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslGrammar.cpp | 628 // integer cols 634 TIntermTyped* cols; local 635 if (! acceptLiteral(cols)) 639 cols->getAsConstantUnion()->getConstArray()[0].getIConst(), [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities.h | 556 DB_API void db_PrintDoubleMatrix(double *a,long rows,long cols);
|