Searched refs:ofst2 (Results 1 – 5 of 5) sorted by relevance
/external/libavc/common/ |
D | ih264_weighted_pred.c | 376 WORD32 ofst2, in ih264_weighted_bi_pred_luma() argument 384 ofst2 = (WORD8)(ofst2 & 0xff); in ih264_weighted_bi_pred_luma() 387 ofst = (ofst1 + ofst2 + 1) >> 1; in ih264_weighted_bi_pred_luma() 452 WORD32 ofst2, in ih264_weighted_bi_pred_chroma() argument 464 ofst2_u = (WORD8)(ofst2 & 0xff); in ih264_weighted_bi_pred_chroma() 465 ofst2_v = (WORD8)(ofst2 >> 8); in ih264_weighted_bi_pred_chroma()
|
D | ih264_weighted_pred.h | 100 WORD32 ofst2,
|
/external/libavc/common/arm/ |
D | ih264_weighted_bi_pred_a9q.s | 83 @* @param[in] ofst2 110 @ WORD32 ofst2, 125 @ [sp+24] => ofst2 (r10) 153 ldr r10, [sp, #64] @Load ofst2 in r10 157 sxtb r10, r10 @sign-extend 8-bit ofst2 to 32-bit 158 add r9, r9, r10 @r9 = ofst1 + ofst2 + 1 160 asr r9, r9, #1 @r9 = ofst = (ofst1 + ofst2 + 1) >> 1 398 @* @param[in] ofst2 425 @ WORD32 ofst2, 440 @ [sp+24] => ofst2 (r10) [all …]
|
/external/libavc/common/x86/ |
D | ih264_weighted_pred_sse42.c | 827 WORD32 ofst2, in ih264_weighted_bi_pred_luma_sse42() argument 845 ofst2 = (WORD8)(ofst2 & 0xff); in ih264_weighted_bi_pred_luma_sse42() 846 ofst = (ofst1 + ofst2 + 1) >> 1; in ih264_weighted_bi_pred_luma_sse42() 1114 WORD32 ofst2, in ih264_weighted_bi_pred_chroma_sse42() argument 1133 ofst2_u = (WORD8)(ofst2 & 0xff); in ih264_weighted_bi_pred_chroma_sse42() 1134 ofst2_v = (WORD8)(ofst2 >> 8); in ih264_weighted_bi_pred_chroma_sse42()
|
/external/libavc/decoder/ |
D | ih264d_inter_pred.c | 1323 WORD32 ofst1, ofst2; in ih264d_motion_compensate_mp() local 1332 ofst2 = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp() 1342 ofst2, u4_ht_y, in ih264d_motion_compensate_mp() 1356 ofst2 = ((u4_wt_ofst_v >> 16) << 8) in ih264d_motion_compensate_mp() 1365 weight1, weight2, ofst1, ofst2, in ih264d_motion_compensate_mp()
|