OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b4_ht
(Results
1 - 7
of
7
) sorted by null
/external/libhevc/decoder/
ihevcd_boundary_strength.c
729
pu_ht = (ps_pu->
b4_ht
+ 1);
787
pu_ngbr_ht = ps_ngbr_pu->
b4_ht
+ 1;
[
all
...]
ihevcd_get_mv.c
275
pu_ht = (ps_pu->
b4_ht
+ 1) << 2;
ihevcd_inter_pred.c
223
pu_ht = (ps_pu->
b4_ht
+ 1) << 2;
ihevcd_mv_pred.c
421
part_ht = (ps_pu->
b4_ht
+ 1) << 2;
ihevcd_parse_slice.c
640
pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->
b4_ht
+ 1) << 2);
830
ps_pu->
b4_ht
= (ht >> 2) - 1;
[
all
...]
ihevcd_process_slice.c
727
WORD32 pu_ht = (ps_pu->
b4_ht
+ 1) << 2;
[
all
...]
/external/libhevc/common/
ihevc_structs.h
373
* PU height in pixels = (
b4_ht
+ 1) << 2
375
UWORD32
b4_ht
: 4;
member in struct:__anon27518
[
all
...]
Completed in 162 milliseconds