Lines Matching refs:au1_src_top_tmp

379     UWORD8 au1_src_top_tmp[MAX_CTB_SIZE];  in ihevc_sao_edge_offset_class1()  local
399 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class1()
450 pu1_src_top[col] = au1_src_top_tmp[col]; in ihevc_sao_edge_offset_class1()
473 UWORD8 au1_src_top_tmp[MAX_CTB_SIZE]; in ihevc_sao_edge_offset_class1_chroma() local
495 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class1_chroma()
549 pu1_src_top[col] = au1_src_top_tmp[col]; in ihevc_sao_edge_offset_class1_chroma()
571 UWORD8 au1_src_left_tmp[MAX_CTB_SIZE], au1_src_top_tmp[MAX_CTB_SIZE]; in ihevc_sao_edge_offset_class2() local
601 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class2()
736 pu1_src_top[col] = au1_src_top_tmp[col]; in ihevc_sao_edge_offset_class2()
760 UWORD8 au1_src_left_tmp[2 * MAX_CTB_SIZE], au1_src_top_tmp[MAX_CTB_SIZE]; in ihevc_sao_edge_offset_class2_chroma() local
796 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class2_chroma()
972 pu1_src_top[col] = au1_src_top_tmp[col]; in ihevc_sao_edge_offset_class2_chroma()
995 UWORD8 au1_src_top_tmp[MAX_CTB_SIZE]; in ihevc_sao_edge_offset_class3() local
1020 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class3()
1149 pu1_src_top[col] = au1_src_top_tmp[col]; in ihevc_sao_edge_offset_class3()
1172 UWORD8 au1_src_left_tmp[2 * MAX_CTB_SIZE], au1_src_top_tmp[MAX_CTB_SIZE]; in ihevc_sao_edge_offset_class3_chroma() local
1200 au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_edge_offset_class3_chroma()
1371 pu1_src_top[col] = au1_src_top_tmp[col]; in ihevc_sao_edge_offset_class3_chroma()