OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b4_wd
(Results
1 - 7
of
7
) sorted by null
/external/libhevc/decoder/
ihevcd_boundary_strength.c
728
pu_wd = (ps_pu->
b4_wd
+ 1);
[
all
...]
ihevcd_get_mv.c
276
pu_wd = (ps_pu->
b4_wd
+ 1) << 2;
ihevcd_inter_pred.c
222
pu_wd = (ps_pu->
b4_wd
+ 1) << 2;
ihevcd_mv_pred.c
420
part_wd = (ps_pu->
b4_wd
+ 1) << 2;
ihevcd_parse_slice.c
640
pu_w_plus_pu_h = ((ps_pu->
b4_wd
+ 1) << 2) + ((ps_pu->b4_ht + 1) << 2);
829
ps_pu->
b4_wd
= (wd >> 2) - 1;
[
all
...]
ihevcd_process_slice.c
728
WORD32 pu_wd = (ps_pu->
b4_wd
+ 1) << 2;
[
all
...]
/external/libhevc/common/
ihevc_structs.h
368
* PU width in pixels = (
b4_wd
+ 1) << 2
370
UWORD32
b4_wd
: 4;
member in struct:__anon27518
[
all
...]
Completed in 41 milliseconds