Home
last modified time | relevance | path

Searched refs:last_col (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_deblk.c279 deblk_ctb_params_t *ps_deblk, WORD32 last_col, deblk_ctbrow_prms_t *ps_deblk_ctb_row_params) in ihevce_deblk_ctb() argument
487 col_size += last_col; in ihevce_deblk_ctb()
489 else if(!last_col) in ihevce_deblk_ctb()
588 col_size += last_col; in ihevce_deblk_ctb()
590 else if(!last_col) in ihevce_deblk_ctb()
Dihevce_deblk.h76 deblk_ctb_params_t *ps_deblk, WORD32 last_col, deblk_ctbrow_prms_t *ps_deblk_ctb_row_params);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h410 const Index last_col = col_begin + blockDim.x * (j + unroll_times - 1);
411 if (last_col >= num_coeffs_to_reduce) {
487 const Index last_col = col_begin + blockDim.x * (j + unroll_times - 1) * 2;
488 if (last_col >= num_coeffs_to_reduce) {
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1689 const unsigned last_col = MIN2(src_matrix->type->matrix_columns, in emit_inline_matrix_constructor() local
1698 for (unsigned i = 0; i < last_col; i++) { in emit_inline_matrix_constructor()