Searched refs:ofst1_u (Results 1 – 3 of 3) sorted by relevance
/external/libavc/common/ |
D | ih264_weighted_pred.c | 458 WORD32 ofst1_u, ofst1_v, ofst2_u, ofst2_v; in ih264_weighted_bi_pred_chroma() local 462 ofst1_u = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_chroma() 470 ofst_u = (ofst1_u + ofst2_u + 1) >> 1; in ih264_weighted_bi_pred_chroma()
|
/external/libavc/common/arm/ |
D | ih264_weighted_bi_pred_a9q.s | 471 sxtb r9, r9 @sign-extend 8-bit ofst1_u to 32-bit 476 add r9, r9, #1 @r9 = ofst1_u + 1 478 add r9, r9, r10 @r9 = ofst1_u + ofst2_u + 1 480 asr r9, r9, #1 @r9 = ofst_u = (ofst1_u + ofst2_u + 1) >> 1
|
/external/libavc/common/x86/ |
D | ih264_weighted_pred_sse42.c | 1124 WORD32 ofst1_u, ofst2_u, ofst_u; in ih264_weighted_bi_pred_chroma_sse42() local 1131 ofst1_u = (WORD8)(ofst1 & 0xff); in ih264_weighted_bi_pred_chroma_sse42() 1139 ofst_u = (ofst1_u + ofst2_u + 1) >> 1; in ih264_weighted_bi_pred_chroma_sse42()
|