OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu_ht
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_inter_pred.c
127
WORD32 pu_wd,
pu_ht
;
local
223
pu_ht
= (ps_pu->b4_ht + 1) << 2;
415
func_ht =
pu_ht
>> clr_indx;
433
func_ht =
pu_ht
>> clr_indx;
457
func_ht =
pu_ht
>> clr_indx;
475
func_ht =
pu_ht
>> clr_indx;
514
pu_ht
,
541
pu_ht
>> 1,
563
pu_ht
>> 1,
596
pu_ht
,
[
all
...]
ihevcd_get_mv.c
123
WORD32 num_pu_per_ctb, pu_wd,
pu_ht
, pu_cnt;
local
275
pu_ht
= (ps_pu->b4_ht + 1) << 2;
278
pu_ht_single_mcl =
pu_ht
;
420
&& (
pu_ht
== 8)))
455
for(i = 0; i <
pu_ht
/ MIN_PU_SIZE; i++)
470
for(row = 0; row <
pu_ht
/ MIN_PU_SIZE; row++)
ihevcd_boundary_strength.c
719
WORD32 pu_wd,
pu_ht
;
local
729
pu_ht
= (ps_pu->b4_ht + 1);
732
end_pos_y = start_pos_y +
pu_ht
;
738
u4_bs = DUP_LSB_10(
pu_ht
);
[
all
...]
ihevcd_process_slice.c
727
WORD32
pu_ht
= (ps_pu->b4_ht + 1) << 2;
local
732
for(row = 0; row <
pu_ht
/ MIN_PU_SIZE; row++)
[
all
...]
ihevcd_parse_slice.c
2920
WORD32
pu_ht
= (ps_pu->b4_ht + 1) << 2;
local
[
all
...]
Completed in 138 milliseconds