OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i16_temp
(Results
1 - 3
of
3
) sorted by null
/external/libavc/encoder/
ih264e_half_pel.c
118
WORD16
i16_temp
;
local
120
i16_temp
= ih264_g_six_tap[0] * (*pu1_src + pu1_src[5])
124
i16_temp
= (
i16_temp
+ 16) >> 5;
126
*pu1_dst = CLIP_U8(
i16_temp
);
/external/libavc/decoder/
ih264d_process_bslice.c
793
WORD16 i16_tb, i16_tx, i2_dist_scale_factor,
i16_temp
;
local
802
i16_temp
= (i2_mv_x0 * i2_dist_scale_factor + 128) >> 8;
803
i2_mv_x1 =
i16_temp
- i2_mv_x0;
804
i2_mv_x0 =
i16_temp
;
806
i16_temp
= (i2_mv_y0 * i2_dist_scale_factor + 128) >> 8;
807
i2_mv_y1 =
i16_temp
- i2_mv_y0;
808
i2_mv_y0 =
i16_temp
;
[
all
...]
/external/libavc/common/
ih264_inter_pred_filters.c
555
i16_temp
= puc_pred[-2*src_strd] + puc_pred[3*src_strd] -
655
i16_temp
= puc_pred[-2] - 5 * (puc_pred[-1] + puc_pred[2]) +
[
all
...]
Completed in 120 milliseconds