HomeSort by relevance Sort by last modified time
    Searched refs:col_end (Results 1 - 12 of 12) sorted by null

  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 138 WORD32 col_start, col_end; local
155 col_end = ((wd_offset + block_wd) > (wd - (N_TAPS >> 1))) ? 1 : 0;
157 if(col_end && (wd % block_wd != 0))
167 if(col_start || col_end || row_end || row_start)
174 wd_tmp = block_wd + 3 * (1 - col_start) + 3 * (1 - col_end);
226 if(col_end)
ihevce_common_utils_neon.c 468 WORD32 row_end, col_end, row, col; local
494 col_end = ps_sao_ctxt->i4_sao_blk_wd;
504 col_end = col_end - 1;
517 wd = col_end - col_start;
1269 WORD32 row_end, col_end, row, col; local
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 403 int col_end,
455 int col_end = GetColEnd(span_left, span_len, clip_right); local
465 for (int col = col_start; col < col_end; col++) {
493 for (int col = col_start; col < col_end; col++) {
510 for (int col = col_start; col < col_end; col++) {
545 for (int col = col_start; col < col_end; col++) {
570 for (int col = col_start; col < col_end; col++) {
582 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan,
598 int col_end = GetColEnd(span_left, span_len, clip_right); local
600 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan
615 int col_end = GetColEnd(span_left, span_len, clip_right); local
662 int col_end = GetColEnd(span_left, span_len, clip_right); local
731 int col_end = GetColEnd(span_left, span_len, clip_right); local
827 int col_end = GetColEnd(span_left, span_len, clip_right); local
    [all...]
  /external/libhevc/encoder/
ihevce_common_utils.c 1068 WORD32 row_start, row_end, col_start, col_end, row, col; local
1076 col_end = ps_sao_ctxt->i4_sao_blk_wd;
1086 col_end = ps_sao_ctxt->i4_sao_blk_wd - 2;
1123 for(col = col_start; col < col_end; col++)
1177 WORD32 row_start, row_end, col_start, col_end, row, col; local
1185 col_end = ps_sao_ctxt->i4_sao_blk_wd;
1195 col_end = ps_sao_ctxt->i4_sao_blk_wd - 1;
1232 for(col = col_start; col < col_end; col++)
    [all...]
ihevce_decomp_pre_intra_pass.c 1669 WORD32 col_start, col_end; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
fractional_avg_pool_op.cc 165 int64 col_end = variable
167 col_end = std::min(col_end, col_max);
169 for (int64 w = col_start; w <= col_end; ++w) {
  /external/libaom/libaom/av1/common/
av1_loopfilter.h 165 int row_end, int col_end);
av1_loopfilter.c 2360 const int col_end = cm->mi_cols; local
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 983 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; local
    [all...]

Completed in 3239 milliseconds