Searched refs:last_col (Results 1 – 4 of 4) sorted by relevance
279 deblk_ctb_params_t *ps_deblk, WORD32 last_col, deblk_ctbrow_prms_t *ps_deblk_ctb_row_params) in ihevce_deblk_ctb() argument487 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()
76 deblk_ctb_params_t *ps_deblk, WORD32 last_col, deblk_ctbrow_prms_t *ps_deblk_ctb_row_params);
410 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) {
1689 const unsigned last_col = MIN2(src_matrix->type->matrix_columns, in emit_inline_matrix_constructor() local1698 for (unsigned i = 0; i < last_col; i++) { in emit_inline_matrix_constructor()