Searched refs:u1_pos_wd_ht_tmp_v (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/ |
D | ihevc_sao.c | 773 UWORD8 u1_pos_wd_ht_tmp_v; in ihevc_sao_edge_offset_class2_chroma() local 869 …u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset_v[edge_idx], 0, … in ihevc_sao_edge_offset_class2_chroma() 873 u1_pos_wd_ht_tmp_v = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma() 879 u1_pos_wd_ht_tmp_v = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma() 957 pu1_src[(pu1_avail[3] ? wd - 1 - src_strd : wd - 1)] = u1_pos_wd_ht_tmp_v; in ihevc_sao_edge_offset_class2_chroma()
|
/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class3_chroma.s | 190 LDRB r9,[r12,#1] @u1_pos_wd_ht_tmp_v = pu1_src[(ht - 1) * src_strd + 1] 250 …USAT r9,#8,r9 @u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[(ht - 1) * src_strd] +…
|
D | ihevc_sao_edge_offset_class2_chroma.s | 197 …LDRB r9,[r12,#1] @u1_pos_wd_ht_tmp_v = pu1_src[wd - 2 + (ht - 1) * src_strd] 259 …USAT r9,#8,r9 @u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[wd - 1 + (ht - 1) * sr…
|
/external/libhevc/common/x86/ |
D | ihevc_sao_ssse3_intr.c | 3258 UWORD8 u1_pos_0_0_tmp_u, u1_pos_0_0_tmp_v, u1_pos_wd_ht_tmp_u, u1_pos_wd_ht_tmp_v; in ihevc_sao_edge_offset_class2_chroma_ssse3() local 3370 …u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset_v[edge_idx], 0, … in ihevc_sao_edge_offset_class2_chroma_ssse3() 3374 u1_pos_wd_ht_tmp_v = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma_ssse3() 3380 u1_pos_wd_ht_tmp_v = pu1_src[wd - 1 + (ht - 1) * src_strd]; in ihevc_sao_edge_offset_class2_chroma_ssse3() 4059 pu1_src_org[wd - 1 + (ht_tmp - 1) * src_strd] = u1_pos_wd_ht_tmp_v; in ihevc_sao_edge_offset_class2_chroma_ssse3()
|