OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofst1_u
(Results
1 - 3
of
3
) sorted by null
/external/libavc/common/
ih264_weighted_pred.c
458
WORD32
ofst1_u
, ofst1_v, ofst2_u, ofst2_v;
local
462
ofst1_u
= (WORD8)(ofst1 & 0xff);
470
ofst_u = (
ofst1_u
+ ofst2_u + 1) >> 1;
/external/libavc/common/x86/
ih264_weighted_pred_sse42.c
1124
WORD32
ofst1_u
, ofst2_u, ofst_u;
local
[
all
...]
/external/libavc/common/arm/
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
Completed in 181 milliseconds