Searched refs:ihevce_hadamard_8x8_8bit (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_had_satd.c | 150 static void ihevce_hadamard_8x8_8bit( in ihevce_hadamard_8x8_8bit() function 217 ihevce_hadamard_8x8_8bit(pu1_src, src_strd, pu1_pred, pred_strd, pi2_dst, dst_strd); in ihevce_hadamard_16x16_8bit() 219 ihevce_hadamard_8x8_8bit(pu1_src + 8, src_strd, pu1_pred + 8, pred_strd, pi2_dst + 8, dst_strd); in ihevce_hadamard_16x16_8bit() 221 ihevce_hadamard_8x8_8bit( in ihevce_hadamard_16x16_8bit() 229 ihevce_hadamard_8x8_8bit( in ihevce_hadamard_16x16_8bit() 428 ihevce_hadamard_8x8_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 8); in ihevce_HAD_8x8_8bit() 487 ihevce_hadamard_8x8_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 8); in ihevce_compute_ac_had_8x8_8bit()
|