Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_common_utils.c345 WORD32 col_mult, in ihevce_itrans_recon_dc_compute() argument
354 pu1_dst[row * dst_strd + col * col_mult] = in ihevce_itrans_recon_dc_compute()
355 CLIP_U8(pu1_pred[row * pred_strd + col * col_mult] + dc_value); in ihevce_itrans_recon_dc_compute()
405 WORD32 col_mult; in ihevce_itrans_recon_dc() local
412 col_mult = 1; in ihevce_itrans_recon_dc()
416 col_mult = 2; in ihevce_itrans_recon_dc()
428 pu1_dst_tmp, pu1_pred_tmp, dst_strd, pred_strd, trans_size, col_mult, dc_value); in ihevce_itrans_recon_dc()