Searched refs:pu1_src_org (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class0.s | 95 MOV r6,r0 @pu1_src_org 110 ADD r6,r6,#15 @pu1_src_org[16 - 1] 158 … LDRB r14,[r6,r5] @pu1_src_org[(ht - row) * src_strd + 16 - 1 + (wd - col)] 191 …LDRB r14,[r6,r5] @II pu1_src_org[(ht - row) * src_strd + 16 - 1 + (wd - col… 331 LDRB r14,[r6, r11] @pu1_src_org[(ht - row) * src_strd + (wd - 1)]
|
D | ihevc_sao_edge_offset_class0_chroma.s | 103 MOV r6,r0 @pu1_src_org 112 ADD r6,r6,#14 @pu1_src_org[14] 169 LDRH r14,[r6,r5] @pu1_src_org[(ht - row) * src_strd + 14 + (wd - col)] 252 LDRH r14,[r6,r5] @II pu1_src_org[(ht - row) * src_strd + 14 + (wd - col)] 341 LDRH r14,[r6, r5] @pu1_src_org[(ht - row) * 2* src_strd + (wd - 2)] 407 LDRH r14,[r6, r5] @II pu1_src_org[(ht - row) * 2* src_strd + (wd - 2)]
|
D | ihevc_sao_edge_offset_class3.s | 834 STRB r9,[r8,#-1] @pu1_src_org[wd - 1] = u1_pos_wd_0_tmp 835 MLA r6,r11,r1,r0 @pu1_src_org[(ht - 1) * src_strd] 840 …STRB r10,[r6] @pu1_src_org[wd - 1 + (ht - 1) * src_strd] = u1_pos_wd_ht_…
|
D | ihevc_sao_edge_offset_class2.s | 788 STRB r9,[r0] @pu1_src_org[0] = u1_pos_0_0_tmp 794 …STRB r10,[r6,#-1] @pu1_src_org[wd - 1 + (ht - 1) * src_strd] = u1_pos_wd_ht_…
|
D | ihevc_sao_edge_offset_class2_chroma.s | 979 STRH r9,[r0] @pu1_src_org[0] = u1_pos_0_0_tmp 984 …STRH r9,[r6,#-2] @pu1_src_org[wd - 1 + (ht - 1) * src_strd] = u1_pos_wd_ht_…
|
D | ihevc_sao_edge_offset_class3_chroma.s | 1028 STRH r9,[r0,r10] @pu1_src_org[0] = u1_pos_0_0_tmp 1036 STRH r9,[r6] @pu1_src_org[(ht - 1) * src_strd] = u1_pos_wd_ht_tmp_u
|
/external/libhevc/common/x86/ |
D | ihevc_sao_ssse3_intr.c | 2493 UWORD8 *pu1_src_cpy, *pu1_src_org; in ihevc_sao_edge_offset_class2_ssse3() local 2527 pu1_src_org = pu1_src; in ihevc_sao_edge_offset_class2_ssse3() 3224 pu1_src_org[0] = u1_pos_0_0_tmp; in ihevc_sao_edge_offset_class2_ssse3() 3225 pu1_src_org[wd - 1 + (ht_tmp - 1) * src_strd] = u1_pos_wd_ht_tmp; in ihevc_sao_edge_offset_class2_ssse3() 3253 UWORD8 *pu1_src_cpy, *pu1_src_org; in ihevc_sao_edge_offset_class2_chroma_ssse3() local 3290 pu1_src_org = pu1_src; in ihevc_sao_edge_offset_class2_chroma_ssse3() 4056 pu1_src_org[0] = u1_pos_0_0_tmp_u; in ihevc_sao_edge_offset_class2_chroma_ssse3() 4057 pu1_src_org[1] = u1_pos_0_0_tmp_v; in ihevc_sao_edge_offset_class2_chroma_ssse3() 4058 pu1_src_org[wd - 2 + (ht_tmp - 1) * src_strd] = u1_pos_wd_ht_tmp_u; 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() [all …]
|