Home
last modified time | relevance | path

Searched refs:col_end (Results 1 – 13 of 13) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_decomp_pre_intra_pass_neon.c138 WORD32 col_start, col_end; in ihevce_scale_by_2_neon() local
155 col_end = ((wd_offset + block_wd) > (wd - (N_TAPS >> 1))) ? 1 : 0; in ihevce_scale_by_2_neon()
157 if(col_end && (wd % block_wd != 0)) in ihevce_scale_by_2_neon()
167 if(col_start || col_end || row_end || row_start) in ihevce_scale_by_2_neon()
174 wd_tmp = block_wd + 3 * (1 - col_start) + 3 * (1 - col_end); in ihevce_scale_by_2_neon()
226 if(col_end) in ihevce_scale_by_2_neon()
Dihevce_common_utils_neon.c468 WORD32 row_end, col_end, row, col; in ihevce_get_luma_eo_sao_params_neon() local
494 col_end = ps_sao_ctxt->i4_sao_blk_wd; in ihevce_get_luma_eo_sao_params_neon()
504 col_end = col_end - 1; in ihevce_get_luma_eo_sao_params_neon()
517 wd = col_end - col_start; in ihevce_get_luma_eo_sao_params_neon()
1269 WORD32 row_end, col_end, row, col; in ihevce_get_chroma_eo_sao_params_neon() local
1295 col_end = ps_sao_ctxt->i4_sao_blk_wd; in ihevce_get_chroma_eo_sao_params_neon()
1305 col_end = col_end - 2; in ihevce_get_chroma_eo_sao_params_neon()
1318 wd = col_end - col_start; in ihevce_get_chroma_eo_sao_params_neon()
/external/eigen/bench/btl/libs/blitz/
Dblitz_LU_solve_interface.hh54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument
59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced()
72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument
77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
/external/eigen/bench/btl/libs/mtl4/
Dmtl4_LU_solve_interface.hh54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument
59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced()
72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument
77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
/external/eigen/bench/btl/libs/gmm/
Dgmm_LU_solve_interface.hh54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument
59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced()
72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument
77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp426 int col_end,
478 int col_end = GetColEnd(span_left, span_len, clip_right); in CompositeSpan() local
488 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
519 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
536 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
571 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
595 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
607 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan()
623 int col_end = GetColEnd(span_left, span_len, clip_right); in CompositeSpan1bpp() local
625 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan1bpp()
[all …]
/external/libhevc/encoder/
Dihevce_common_utils.c1072 WORD32 row_start, row_end, col_start, col_end, row, col; in ihevce_get_chroma_eo_sao_params() local
1080 col_end = ps_sao_ctxt->i4_sao_blk_wd; in ihevce_get_chroma_eo_sao_params()
1090 col_end = ps_sao_ctxt->i4_sao_blk_wd - 2; in ihevce_get_chroma_eo_sao_params()
1127 for(col = col_start; col < col_end; col++) in ihevce_get_chroma_eo_sao_params()
1181 WORD32 row_start, row_end, col_start, col_end, row, col; in ihevce_get_luma_eo_sao_params() local
1189 col_end = ps_sao_ctxt->i4_sao_blk_wd; in ihevce_get_luma_eo_sao_params()
1199 col_end = ps_sao_ctxt->i4_sao_blk_wd - 1; in ihevce_get_luma_eo_sao_params()
1236 for(col = col_start; col < col_end; col++) in ihevce_get_luma_eo_sao_params()
Dihevce_decomp_pre_intra_pass.c1025 WORD32 col_start, col_end; in ihevce_scale_by_2() local
1042 col_end = ((wd_offset + block_wd) > (wd - (N_TAPS >> 1))) ? 1 : 0; in ihevce_scale_by_2()
1044 if(col_end && (wd % block_wd != 0)) in ihevce_scale_by_2()
1054 if(col_start || col_end || row_end || row_start) in ihevce_scale_by_2()
1061 wd_tmp = block_wd + 3 * (1 - col_start) + 3 * (1 - col_end); in ihevce_scale_by_2()
1113 if(col_end) in ihevce_scale_by_2()
/external/tensorflow/tensorflow/core/kernels/
Dfractional_avg_pool_op.cc165 int64 col_end = in Compute() local
167 col_end = std::min(col_end, col_max); in Compute()
169 for (int64 w = col_start; w <= col_end; ++w) { in Compute()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dcsr_sparse_matrix_to_sparse_tensor_op.cc109 const int64 col_end = csr_row_ptr(row_offset + 1); in Compute() local
110 for (int64 i = col_begin; i < col_end; ++i) { in Compute()
Dcsr_sparse_matrix_to_dense_op.cc103 const int64 col_end = row_ptr(row_offset + 1); in Compute() local
104 for (int64 i = col_begin; i < col_end; ++i) { in Compute()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c667 const int col_end = cm->mi_params.mi_cols; in loop_filter_rows() local
690 for (mi_col = col_start; mi_col < col_end; mi_col += MI_SIZE_64X64) { in loop_filter_rows()
723 for (mi_col = col_start; mi_col < col_end; mi_col += MAX_MIB_SIZE) { in loop_filter_rows()
747 for (mi_col = col_start; mi_col < col_end; mi_col += MAX_MIB_SIZE) { in loop_filter_rows()
757 for (mi_col = col_start; mi_col < col_end; mi_col += MAX_MIB_SIZE) { in loop_filter_rows()
/external/pdfium/core/fxge/dib/
Dcfx_dibbase.cpp1131 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY() local
1142 for (int col = col_start; col < col_end; ++col) { in SwapXY()
1162 for (int col = col_start; col < col_end; ++col) { in SwapXY()
1170 for (int col = col_start; col < col_end; ++col) { in SwapXY()
1175 for (int col = col_start; col < col_end; ++col) { in SwapXY()
1196 for (int col = col_start; col < col_end; ++col) { in SwapXY()