Searched refs:au1_sao_src_top_left_chroma_bot_left (Results 1 – 2 of 2) sorted by relevance
567 UWORD8 *au1_sao_src_top_left_chroma_bot_left; in ihevcd_sao_shift_ctb() local600 …au1_sao_src_top_left_chroma_bot_left = ps_sao_ctxt->au1_sao_src_top_left_chroma_bot_left; // + (2 … in ihevcd_sao_shift_ctb()1397 … au1_sao_src_top_left_chroma_bot_left[0] = pu1_src_left_chroma[2 * sao_ht_chroma]; in ihevcd_sao_shift_ctb()1398 … au1_sao_src_top_left_chroma_bot_left[1] = pu1_src_left_chroma[2 * sao_ht_chroma + 1]; in ihevcd_sao_shift_ctb()1401 … au1_sao_src_top_left_chroma_bot_left[0] = pu1_src_chroma[sao_ht_chroma * src_strd - 2]; in ihevcd_sao_shift_ctb()1402 … au1_sao_src_top_left_chroma_bot_left[1] = pu1_src_chroma[sao_ht_chroma * src_strd - 1]; in ihevcd_sao_shift_ctb()1413 … au1_sao_src_top_left_chroma_bot_left, in ihevcd_sao_shift_ctb()1428 … au1_sao_src_top_left_chroma_bot_left, in ihevcd_sao_shift_ctb()2009 … au1_sao_src_top_left_chroma_bot_left[0] = pu1_src_chroma[sao_ht_chroma * src_strd - 2]; in ihevcd_sao_shift_ctb()2010 … au1_sao_src_top_left_chroma_bot_left[1] = pu1_src_chroma[sao_ht_chroma * src_strd - 1]; in ihevcd_sao_shift_ctb()[all …]
667 UWORD8 au1_sao_src_top_left_chroma_bot_left[2]; member