Home
last modified time | relevance | path

Searched refs:ofst2 (Results 1 – 5 of 5) sorted by relevance

/external/libavc/common/
Dih264_weighted_pred.c376 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()
Dih264_weighted_pred.h100 WORD32 ofst2,
/external/libavc/common/arm/
Dih264_weighted_bi_pred_a9q.s83 @* @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/
Dih264_weighted_pred_sse42.c827 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/
Dih264d_inter_pred.c1323 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()