Searched refs:au1_sao_src_top_left_chroma_bot_left (Results 1 – 2 of 2) sorted by relevance
569 UWORD8 *au1_sao_src_top_left_chroma_bot_left; in ihevcd_sao_shift_ctb() local605 …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()1377 … au1_sao_src_top_left_chroma_bot_left[0] = pu1_src_left_chroma[2 * sao_ht_chroma]; in ihevcd_sao_shift_ctb()1378 … au1_sao_src_top_left_chroma_bot_left[1] = pu1_src_left_chroma[2 * sao_ht_chroma + 1]; in ihevcd_sao_shift_ctb()1381 … au1_sao_src_top_left_chroma_bot_left[0] = pu1_src_chroma[sao_ht_chroma * src_strd - 2]; in ihevcd_sao_shift_ctb()1382 … au1_sao_src_top_left_chroma_bot_left[1] = pu1_src_chroma[sao_ht_chroma * src_strd - 1]; in ihevcd_sao_shift_ctb()1393 … au1_sao_src_top_left_chroma_bot_left, in ihevcd_sao_shift_ctb()1408 … au1_sao_src_top_left_chroma_bot_left, in ihevcd_sao_shift_ctb()1947 … au1_sao_src_top_left_chroma_bot_left[0] = pu1_src_chroma[sao_ht_chroma * src_strd - 2]; in ihevcd_sao_shift_ctb()1948 … 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