OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:part_ht
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_mv_merge.h
89
WORD32
part_ht
,
ihevcd_mv_pred.c
379
WORD32
part_ht
;
local
421
part_ht
= (ps_pu->b4_ht + 1) << 2;
436
y_a0 = (
part_ht
>> 2);
437
y_a1 = ((
part_ht
- 1) >> 2);
677
// ihevcd_collocated_mvp((mv_ctxt_t *)ps_mv_ctxt,ps_pu,part_pos_x,part_pos_y,part_wd,
part_ht
,as_mv_col,avail_col_flag,1);
679
y_col = part_pos_y +
part_ht
;
694
y_col = part_pos_y + (
part_ht
>> 1);
ihevcd_mv_merge.c
470
WORD32
part_ht
,
526
nbr_y = part_pos_y +
part_ht
- 1; /* A1 */
671
nbr_y = part_pos_y +
part_ht
; /* A0 */
773
// ihevcd_collocated_mvp(ps_mv_ctxt,ps_pu,part_pos_x,part_pos_y,part_wd,
part_ht
,as_mv_col,avail_col_flag,0);
777
y_col = part_pos_y +
part_ht
;
793
y_col = part_pos_y + (
part_ht
>> 1);
Completed in 2658 milliseconds