Searched refs:ofst1 (Results 1 – 5 of 5) sorted by relevance
/external/libavc/common/ |
D | ih264_weighted_pred.c | 375 WORD32 ofst1, in ih264_weighted_bi_pred_luma() argument 383 ofst1 = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_luma() 387 ofst = (ofst1 + ofst2 + 1) >> 1; in ih264_weighted_bi_pred_luma() 451 WORD32 ofst1, in ih264_weighted_bi_pred_chroma() argument 462 ofst1_u = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_chroma() 463 ofst1_v = (WORD8)(ofst1 >> 8); in ih264_weighted_bi_pred_chroma()
|
D | ih264_weighted_pred.h | 99 WORD32 ofst1,
|
/external/libavc/common/arm/ |
D | ih264_weighted_bi_pred_a9q.s | 80 @* @param[in] ofst1 109 @ WORD32 ofst1, 124 @ [sp+20] => ofst1 (r9) 140 ldr r9, [sp, #60] @Load ofst1 in r9 146 sxtb r9, r9 @sign-extend 8-bit ofst1 to 32-bit 151 add r9, r9, #1 @r9 = ofst1 + 1 158 add r9, r9, r10 @r9 = ofst1 + ofst2 + 1 160 asr r9, r9, #1 @r9 = ofst = (ofst1 + ofst2 + 1) >> 1 395 @* @param[in] ofst1 424 @ WORD32 ofst1, [all …]
|
/external/libavc/common/x86/ |
D | ih264_weighted_pred_sse42.c | 826 WORD32 ofst1, in ih264_weighted_bi_pred_luma_sse42() argument 844 ofst1 = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_luma_sse42() 846 ofst = (ofst1 + ofst2 + 1) >> 1; in ih264_weighted_bi_pred_luma_sse42() 1113 WORD32 ofst1, in ih264_weighted_bi_pred_chroma_sse42() argument 1131 ofst1_u = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_chroma_sse42() 1132 ofst1_v = (WORD8)(ofst1 >> 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 1328 ofst1 = (WORD8)(u4_wt_ofst_y >> 16); in ih264d_motion_compensate_mp() 1341 weight1, weight2, ofst1, in ih264d_motion_compensate_mp() 1349 ofst1 = ((u4_wt_ofst_v >> 16) << 8) in ih264d_motion_compensate_mp() 1365 weight1, weight2, ofst1, ofst2, in ih264d_motion_compensate_mp()
|