Searched refs:au1_src_top_tmp (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/common/ |
D | ihevc_sao.c | 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 [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class2.s | 116 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 811 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 813 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|
D | ihevc_sao_edge_offset_class3.s | 114 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 858 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 860 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|
D | ihevc_sao_edge_offset_class3_chroma.s | 123 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 1057 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 1059 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|
D | ihevc_sao_edge_offset_class2_chroma.s | 125 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 1006 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 1008 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|