OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu1_pred_vert
(Results
1 - 3
of
3
) sorted by null
/external/libavc/common/
ih264_inter_pred_filters.c
624
UWORD8*
pu1_pred_vert
, *pu1_pred_horz;
local
633
pu1_pred_vert
= pu1_src + (x_offset >> 1);
638
col++, pu1_dst++,
pu1_pred_vert
++, pu1_pred_horz++)
645
i2_temp_vert =
pu1_pred_vert
[-off2] +
pu1_pred_vert
[off3]
646
- (
pu1_pred_vert
[-off1] +
pu1_pred_vert
[off2])
647
+ ((
pu1_pred_vert
[0] +
pu1_pred_vert
[off1]
648
-
pu1_pred_vert
[-off1
[
all
...]
/external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c
2120
UWORD8 *
pu1_pred_vert
,*pu1_pred_horiz;
local
[
all
...]
/external/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s
123
add r7, r0, r7, lsr #1 @
pu1_pred_vert
= pu1_src + (x_offset>>1)
129
sub r7, r7, r2, lsl #1 @
pu1_pred_vert
-2*src_strd
Completed in 886 milliseconds