Home
last modified time | relevance | path

Searched refs:col_end (Results 1 – 12 of 12) 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/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp403 int col_end,
455 int col_end = GetColEnd(span_left, span_len, clip_right); in CompositeSpan() local
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()
570 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
582 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan()
598 int col_end = GetColEnd(span_left, span_len, clip_right); in CompositeSpan1bpp() local
600 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan1bpp()
[all …]
/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/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/libhevc/encoder/
Dihevce_common_utils.c1068 WORD32 row_start, row_end, col_start, col_end, row, col; in ihevce_get_chroma_eo_sao_params() local
1076 col_end = ps_sao_ctxt->i4_sao_blk_wd; in ihevce_get_chroma_eo_sao_params()
1086 col_end = ps_sao_ctxt->i4_sao_blk_wd - 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
1185 col_end = ps_sao_ctxt->i4_sao_blk_wd; in ihevce_get_luma_eo_sao_params()
1195 col_end = ps_sao_ctxt->i4_sao_blk_wd - 1; in ihevce_get_luma_eo_sao_params()
1232 for(col = col_start; col < col_end; col++) in ihevce_get_luma_eo_sao_params()
Dihevce_decomp_pre_intra_pass.c1669 WORD32 col_start, col_end; in ihevce_scale_by_2() local
1686 col_end = ((wd_offset + block_wd) > (wd - (N_TAPS >> 1))) ? 1 : 0; in ihevce_scale_by_2()
1688 if(col_end && (wd % block_wd != 0)) in ihevce_scale_by_2()
1698 if(col_start || col_end || row_end || 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()
1757 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/pdfium/core/fxge/dib/
Dcfx_dibsource.cpp983 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY() local
994 for (int col = col_start; col < col_end; ++col) { in SwapXY()
1013 for (int col = col_start; col < col_end; ++col) { 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()
1046 for (int col = col_start; col < col_end; ++col) { in SwapXY()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.h165 int row_end, int col_end);
Dav1_loopfilter.c1041 int col_end) { in av1_setup_bitmask() argument
1047 if (row >= row_end || col >= col_end) continue; in av1_setup_bitmask()
1083 if (row >= row_end || col >= col_end) continue; in av1_setup_bitmask()
2360 const int col_end = cm->mi_cols; 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()