OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu_wd
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_inter_pred.c
127
WORD32
pu_wd
, pu_ht;
local
222
pu_wd
= (ps_pu->b4_wd + 1) << 2;
411
pu_wd
: ref_strd;
414
func_wd =
pu_wd
>> clr_indx;
424
func_src_strd =
pu_wd
;
430
pu_wd
: ref_strd;
432
func_wd =
pu_wd
>> clr_indx;
453
pu_wd
: ref_strd;
456
func_wd =
pu_wd
>> clr_indx;
466
func_src_strd =
pu_wd
;
[
all
...]
ihevcd_get_mv.c
123
WORD32 num_pu_per_ctb,
pu_wd
, pu_ht, pu_cnt;
local
276
pu_wd
= (ps_pu->b4_wd + 1) << 2;
279
pu_wd_single_mcl =
pu_wd
;
418
if(((ps_pu->b3_part_mode == PART_2NxN) && (
pu_wd
== 8))
449
trans_in_min_tu =
pu_wd
/ MIN_PU_SIZE;
472
for(col = 0; col <
pu_wd
/ MIN_PU_SIZE; col++)
ihevcd_boundary_strength.c
719
WORD32
pu_wd
, pu_ht;
local
728
pu_wd
= (ps_pu->b4_wd + 1);
731
end_pos_x = start_pos_x +
pu_wd
;
754
u4_bs = DUP_LSB_10(
pu_wd
);
[
all
...]
ihevcd_process_slice.c
728
WORD32
pu_wd
= (ps_pu->b4_wd + 1) << 2;
local
733
for(col = 0; col <
pu_wd
/ MIN_PU_SIZE; col++)
[
all
...]
ihevcd_parse_slice.c
2921
WORD32
pu_wd
= (ps_pu->b4_wd + 1) << 2;
local
[
all
...]
Completed in 33 milliseconds