OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pu_y
(Results
1 - 1
of
1
) sorted by null
/external/libhevc/decoder/
ihevcd_inter_pred.c
126
WORD32 pu_x,
pu_y
;
local
220
pu_y
= (ps_proc->i4_ctb_y << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_y << 2);
278
mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE +
pu_y
+ 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samples -
pu_y
+ 7) << 2));
279
ai2_yint[0] =
pu_y
+ (mv >> 2);
297
mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE +
pu_y
+ 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samples -
pu_y
+ 7) << 2));
298
ai2_yint[1] =
pu_y
+ (mv >> 2);
308
pu1_dst = pu1_dst_luma +
pu_y
* ref_strd + pu_x;
325
mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE +
pu_y
+ 7) << 2)), ((ps_sps->i2_pic_height_in_luma_samples - pu_y + 7) << 2))
[
all
...]
Completed in 56 milliseconds