/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class2_chroma.s | 284 SUBEQ r12,r12,#1 @ht_tmp-- 291 SUBEQ r12,r12,#1 @ht_tmp-- 367 MOV r7,r12 @row count, move ht_tmp to r7 386 SUB r4,r12,r7 @I ht_tmp - row 389 LSL r4,r4,#1 @I (ht_tmp - row) * 2 391 ADD r9,r14,r4 @I pu1_src_left_cpy[(ht_tmp - row) * 2] 394 …SUB r8,r11,r5 @I pu1_src_cpy[0] - pu1_src_left_cpy[(ht_tmp - 1 - row) * … 398 …SUB r4,r10,r5 @I pu1_src_cpy[1] - pu1_src_left_cpy[(ht_tmp - 1 - row) * … 401 …MOVGT r8,#1 @I SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[(ht_tmp - 1 - ro… 404 …ign_up = sign_up = vsetq_lane_s8(SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[(ht_tmp - 1 - row) * 2]), … [all …]
|
D | ihevc_sao_edge_offset_class2.s | 199 SUBEQ r12,r12,#1 @ht_tmp-- 209 SUBEQ r12,r12,#1 @ht_tmp-- 277 MOV r7,r12 @row count, move ht_tmp to r7 291 SUB r2,r12,r7 @I ht_tmp - row 293 ADD r2,r14,r2 @I pu1_src_left_cpy[ht_tmp - row] 296 SUBS r4,r11,r5 @I pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row] 298 …MOVGT r4,#1 @I SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row… 299 …sign_up = sign_up = vsetq_lane_s8(SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row]), sign_… 332 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 357 SUB r5,r12,r7 @II ht_tmp - row [all …]
|
D | ihevc_sao_edge_offset_class3.s | 207 SUBEQ r12,r12,#1 @ht_tmp-- 215 SUBEQ r12,r12,#1 @ht_tmp-- 286 MOV r7,r12 @row count, move ht_tmp to r7 288 SUB r5,r12,r7 @I ht_tmp - row 292 ADD r8,r14,r5 @I pu1_src_left_cpy[ht_tmp - row] 294 ADD r8,r8,#1 @I pu1_src_left_cpy[ht_tmp - row + 1] 347 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 352 SUB r5,r12,r7 @II ht_tmp - row 362 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1 364 ADD r8,r14,r5 @II pu1_src_left_cpy[ht_tmp - row] [all …]
|
D | ihevc_sao_edge_offset_class3_chroma.s | 272 SUB r12,r12,#1 @ht_tmp-- 280 SUB r12,r12,#1 @ht_tmp-- 360 MOV r7,r12 @row count, move ht_tmp to r7 364 SUB r5,r12,r7 @I ht_tmp - row 368 ADD r8,r14,r5,LSL #1 @I pu1_src_left_cpy[(ht_tmp - row) * 2] 434 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 443 SUB r5,r12,r7 @II ht_tmp - row 447 ADD r8,r14,r5,LSL #1 @II pu1_src_left_cpy[(ht_tmp - row) * 2] 465 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1 482 SUB r10,r12,r7 @III ht_tmp - row [all …]
|
/external/libhevc/encoder/arm/ |
D | ihevce_decomp_pre_intra_pass_neon.c | 140 WORD32 ht_tmp, wd_tmp; in ihevce_scale_by_2_neon() local 173 ht_tmp = block_ht + 3 * (1 - row_start) + 3 * (1 - row_end); in ihevce_scale_by_2_neon() 175 pf_copy_2d(pu1_cpy, cpy_strd, pu1_src_tmp, src_strd, wd_tmp, ht_tmp); in ihevce_scale_by_2_neon()
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 789 WORD32 ht_tmp = ht + 4; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 837 ht_tmp -= 2; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 841 while(ht_tmp > 0); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 953 WORD32 ht_tmp = ht + 4; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 1021 ht_tmp -= 2; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1025 while(ht_tmp > 0); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1165 WORD32 ht_tmp; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() local 1182 ht_tmp = ht + 5; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1244 ht_tmp--; in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() 1248 while(ht_tmp > 0); in ih264_inter_pred_luma_horz_hpel_vert_hpel_ssse3() [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_sao_ssse3_intr.c | 2499 WORD32 ht_tmp, ht_0; in ihevc_sao_edge_offset_class2_ssse3() local 2516 ht_0 = ht; ht_tmp = ht; 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() 3227 for(row = 0; row < ht_tmp; row++) in ihevc_sao_edge_offset_class2_ssse3() 3259 WORD32 ht_tmp; in ihevc_sao_edge_offset_class2_chroma_ssse3() local 3279 ht_0 = ht; ht_tmp = ht; 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() 4061 for(row = 0; row < 2 * ht_tmp; row++) in ihevc_sao_edge_offset_class2_chroma_ssse3() 4090 WORD32 ht_tmp; in ihevc_sao_edge_offset_class3_ssse3() local [all …]
|
/external/libhevc/encoder/ |
D | ihevce_decomp_pre_intra_pass.c | 1671 WORD32 ht_tmp, wd_tmp; in ihevce_scale_by_2() local 1704 ht_tmp = block_ht + 3 * (1 - row_start) + 3 * (1 - row_end); in ihevce_scale_by_2() 1706 pf_copy_2d(pu1_cpy, cpy_strd, pu1_src_tmp, src_strd, wd_tmp, ht_tmp); in ihevce_scale_by_2()
|