/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class2_chroma.s | 274 SUBEQ r12,r12,#1 @ht_tmp-- 281 SUBEQ r12,r12,#1 @ht_tmp-- 357 MOV r7,r12 @row count, move ht_tmp to r7 376 SUB r4,r12,r7 @I ht_tmp - row 379 LSL r4,r4,#1 @I (ht_tmp - row) * 2 381 ADD r9,r14,r4 @I pu1_src_left_cpy[(ht_tmp - row) * 2] 384 …SUB r8,r11,r5 @I pu1_src_cpy[0] - pu1_src_left_cpy[(ht_tmp - 1 - row) * … 388 …SUB r4,r10,r5 @I pu1_src_cpy[1] - pu1_src_left_cpy[(ht_tmp - 1 - row) * … 391 …MOVGT r8,#1 @I SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[(ht_tmp - 1 - ro… 394 …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 | 190 SUBEQ r12,r12,#1 @ht_tmp-- 200 SUBEQ r12,r12,#1 @ht_tmp-- 268 MOV r7,r12 @row count, move ht_tmp to r7 282 SUB r2,r12,r7 @I ht_tmp - row 284 ADD r2,r14,r2 @I pu1_src_left_cpy[ht_tmp - row] 287 SUBS r4,r11,r5 @I pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row] 289 …MOVGT r4,#1 @I SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row… 290 …sign_up = sign_up = vsetq_lane_s8(SIGN(pu1_src_cpy[0] - pu1_src_left_cpy[ht_tmp - 1 - row]), sign_… 323 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 348 SUB r5,r12,r7 @II ht_tmp - row [all …]
|
D | ihevc_sao_edge_offset_class3.s | 198 SUBEQ r12,r12,#1 @ht_tmp-- 206 SUBEQ r12,r12,#1 @ht_tmp-- 277 MOV r7,r12 @row count, move ht_tmp to r7 279 SUB r5,r12,r7 @I ht_tmp - row 283 ADD r8,r14,r5 @I pu1_src_left_cpy[ht_tmp - row] 285 ADD r8,r8,#1 @I pu1_src_left_cpy[ht_tmp - row + 1] 338 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 343 SUB r5,r12,r7 @II ht_tmp - row 353 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1 355 ADD r8,r14,r5 @II pu1_src_left_cpy[ht_tmp - row] [all …]
|
D | ihevc_sao_edge_offset_class3_chroma.s | 262 SUB r12,r12,#1 @ht_tmp-- 270 SUB r12,r12,#1 @ht_tmp-- 350 MOV r7,r12 @row count, move ht_tmp to r7 354 SUB r5,r12,r7 @I ht_tmp - row 358 ADD r8,r14,r5,LSL #1 @I pu1_src_left_cpy[(ht_tmp - row) * 2] 424 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 433 SUB r5,r12,r7 @II ht_tmp - row 437 ADD r8,r14,r5,LSL #1 @II pu1_src_left_cpy[(ht_tmp - row) * 2] 455 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1 472 SUB r10,r12,r7 @III ht_tmp - row [all …]
|
/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 …]
|