/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 402 int col_start, 454 int col_start = GetColStart(span_left, clip_left); in CompositeSpan() local 457 dest_scan += col_start * Bpp; in CompositeSpan() 458 ori_scan += col_start * Bpp; in CompositeSpan() 460 dest_scan += col_start / 8; in CompositeSpan() 461 ori_scan += col_start / 8; in CompositeSpan() 465 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 493 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 510 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 545 for (int col = col_start; col < col_end; col++) { in CompositeSpan() [all …]
|
/external/libhevc/encoder/arm/ |
D | ihevce_decomp_pre_intra_pass_neon.c | 138 WORD32 col_start, col_end; in ihevce_scale_by_2_neon() local 153 col_start = (wd_offset < (N_TAPS >> 1)) ? 1 : 0; in ihevce_scale_by_2_neon() 167 if(col_start || col_end || row_end || row_start) in ihevce_scale_by_2_neon() 171 pu1_cpy -= (3 * (1 - col_start) + cpy_strd * 3 * (1 - row_start)); in ihevce_scale_by_2_neon() 172 pu1_src_tmp -= (3 * (1 - col_start) + src_strd * 3 * (1 - 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() 212 if(col_start) in ihevce_scale_by_2_neon()
|
D | ihevce_common_utils_neon.c | 469 WORD32 row_start = 0, col_start = 0; in ihevce_get_luma_eo_sao_params_neon() local 498 col_start = 1; in ihevce_get_luma_eo_sao_params_neon() 517 wd = col_end - col_start; in ihevce_get_luma_eo_sao_params_neon() 520 ps_sao_ctxt->pu1_cur_luma_recon_buf + col_start + (row_start * i4_luma_recon_strd); in ihevce_get_luma_eo_sao_params_neon() 522 ps_sao_ctxt->pu1_cur_luma_src_buf + col_start + (row_start * i4_luma_src_strd); in ihevce_get_luma_eo_sao_params_neon() 1270 WORD32 row_start = 0, col_start = 0; in ihevce_get_chroma_eo_sao_params_neon() local 1299 col_start = 2; in ihevce_get_chroma_eo_sao_params_neon() 1318 wd = col_end - col_start; in ihevce_get_chroma_eo_sao_params_neon() 1321 ps_sao_ctxt->pu1_cur_chroma_recon_buf + col_start + (row_start * i4_chroma_recon_strd); in ihevce_get_chroma_eo_sao_params_neon() 1323 ps_sao_ctxt->pu1_cur_chroma_src_buf + col_start + (row_start * i4_chroma_src_strd); in ihevce_get_chroma_eo_sao_params_neon()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 54 …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 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… 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/ |
D | gmm_LU_solve_interface.hh | 54 …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 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… 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/blitz/ |
D | blitz_LU_solve_interface.hh | 54 …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 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… in matrix_matrix_product_sliced() argument 77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
|
/external/libhevc/encoder/ |
D | ihevce_common_utils.c | 1068 WORD32 row_start, row_end, col_start, col_end, row, col; in ihevce_get_chroma_eo_sao_params() local 1075 col_start = 0; in ihevce_get_chroma_eo_sao_params() 1080 col_start = 2; in ihevce_get_chroma_eo_sao_params() 1123 for(col = col_start; col < col_end; col++) in ihevce_get_chroma_eo_sao_params() 1177 WORD32 row_start, row_end, col_start, col_end, row, col; in ihevce_get_luma_eo_sao_params() local 1184 col_start = 0; in ihevce_get_luma_eo_sao_params() 1189 col_start = 1; in ihevce_get_luma_eo_sao_params() 1232 for(col = col_start; col < col_end; col++) in ihevce_get_luma_eo_sao_params()
|
D | ihevce_decomp_pre_intra_pass.c | 1669 WORD32 col_start, col_end; in ihevce_scale_by_2() local 1684 col_start = (wd_offset < (N_TAPS >> 1)) ? 1 : 0; in ihevce_scale_by_2() 1698 if(col_start || col_end || row_end || row_start) in ihevce_scale_by_2() 1702 pu1_cpy -= (3 * (1 - col_start) + cpy_strd * 3 * (1 - row_start)); in ihevce_scale_by_2() 1703 pu1_src_tmp -= (3 * (1 - col_start) + src_strd * 3 * (1 - row_start)); in ihevce_scale_by_2() 1705 wd_tmp = block_wd + 3 * (1 - col_start) + 3 * (1 - col_end); in ihevce_scale_by_2() 1743 if(col_start) in ihevce_scale_by_2()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibsource.cpp | 982 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; in SwapXY() local 994 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1012 uint32_t* src_scan = (uint32_t*)GetScanline(row) + col_start; in SwapXY() 1013 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1018 const uint8_t* src_scan = GetScanline(row) + col_start * nBytes; in SwapXY() 1020 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1025 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1045 const uint8_t* src_scan = m_pAlphaMask->GetScanline(row) + col_start; in SwapXY() 1046 for (int col = col_start; col < col_end; ++col) { in SwapXY()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fractional_avg_pool_op.cc | 164 const int64 col_start = col_cum_seq[ws]; in Compute() local 169 for (int64 w = col_start; w <= col_end; ++w) { in Compute()
|
D | sparse_matmul_op.cc | 826 const ConstMatrixMapR& mat, int row_start, int num_rows, int col_start, 1247 const int col_start = s / slice_num_rows * N + slice_col_start; in ShuffleMatrix() local 1249 const auto* input_start = &mat(row_start, col_start); in ShuffleMatrix() 1305 int num_rows, int col_start, int num_cols, in CreateDenseSlices() argument 1309 mat, row_start, num_rows, col_start, num_cols, N, thread_pool, buffer)); in CreateDenseSlices()
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 104 const int col_start = in build_inter_predictors() local 106 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; in build_inter_predictors() 112 for (int col = col_start; col <= 0; ++col) { in build_inter_predictors() 133 int col = col_start; in build_inter_predictors()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 661 const int col_start = in dec_build_inter_predictors() local 663 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; in dec_build_inter_predictors() 669 for (int col = col_start; col <= 0; ++col) { in dec_build_inter_predictors() 691 int col = col_start; in dec_build_inter_predictors() 1530 const int col_start = mi_col % MI_SIZE_64X64; in store_bitmask_other_info() local 1531 shift = get_index_shift(col_start, row_start, &index); in store_bitmask_other_info() 1546 const int vert_shift = block_size_high[bsize] <= 8 ? shift : col_start; in store_bitmask_other_info() 1568 memset(&lfm->lfl_y_ver[row][col_start], level_vert_y, in store_bitmask_other_info() 1570 memset(&lfm->lfl_y_hor[row][col_start], level_horz_y, in store_bitmask_other_info() 1572 memset(&lfm->lfl_u_ver[row][col_start], level_u, in store_bitmask_other_info() [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 317 const int col_start = 0; // Because ss_x is 0. in aom_upsampled_pred_c() local 318 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_upsampled_pred_c() 909 const int col_start = 0; // Because ss_x is 0. in aom_highbd_upsampled_pred_c() local 910 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 2359 const int col_start = 0; in loop_filter_rows() local 2383 for (mi_col = col_start; mi_col < col_end; mi_col += MI_SIZE_64X64) { in loop_filter_rows() 2416 for (mi_col = col_start; mi_col < col_end; mi_col += MAX_MIB_SIZE) { in loop_filter_rows() 2440 for (mi_col = col_start; mi_col < col_end; mi_col += MAX_MIB_SIZE) { in loop_filter_rows() 2450 for (mi_col = col_start; mi_col < col_end; mi_col += MAX_MIB_SIZE) { in loop_filter_rows()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 520 const int col_start = 0; // Because ss_x is 0. in aom_upsampled_pred_sse2() local 521 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_upsampled_pred_sse2()
|
D | highbd_variance_sse2.c | 651 const int col_start = 0; // Because ss_x is 0. in aom_highbd_upsampled_pred_sse2() local 652 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_highbd_upsampled_pred_sse2()
|