Searched refs:pf_cac_8x8 (Results 1 – 6 of 6) sorted by relevance
90 ps_ctxt->pf_cac_8x8 = ideint_cac_8x8_ssse3; in ideint_init_function_ptr_ssse3()
88 ps_ctxt->pf_cac_8x8 = ideint_cac_8x8_av8; in ideint_init_function_ptr_av8()
88 ps_ctxt->pf_cac_8x8 = ideint_cac_8x8_a9; in ideint_init_function_ptr_a9()
88 ps_ctxt->pf_cac_8x8 = ideint_cac_8x8; in ideint_init_function_ptr_generic()
67 ideint_cac_8x8_t *pf_cac_8x8; member
345 cac = ps_ctxt->pf_cac_8x8(pu1_top, pu1_bot, cur_strd, cur_strd); in ideint_process()