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 | 107 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 802 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 804 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|
D | ihevc_sao_edge_offset_class3.s | 105 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 845 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 847 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|
D | ihevc_sao_edge_offset_class2_chroma.s | 115 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 992 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 994 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|
D | ihevc_sao_edge_offset_class3_chroma.s | 113 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col] 1043 VLD1.8 D0,[r12]! @pu1_src_top[col] = au1_src_top_tmp[col] 1045 VST1.8 D0,[r3]! @pu1_src_top[col] = au1_src_top_tmp[col]
|