OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b4_ht
(Results
1 - 10
of
10
) sorted by null
/external/libavc/encoder/
ih264e_mc.c
221
ht = (ps_curr_pu->
b4_ht
+ 1) << 2;
360
ht = (ps_curr_pu->
b4_ht
+ 1) << 1;
422
ht = (ps_curr_pu->
b4_ht
+ 1) << 1;
ih264e_structs.h
262
* PU height in pixels = (
b4_ht
+ 1) << 2
264
UWORD32
b4_ht
: 2;
member in struct:__anon15487
[
all
...]
ih264e_me.c
[
all
...]
/external/libhevc/decoder/
ihevcd_boundary_strength.c
731
pu_ht = (ps_pu->
b4_ht
+ 1);
789
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
729
WORD32 pu_ht = (ps_pu->
b4_ht
+ 1) << 2;
[
all
...]
/external/libhevc/common/
ihevc_structs.h
1247
* PU height in pixels = (
b4_ht
+ 1) << 2
1249
UWORD32
b4_ht
: 4;
member in struct:__anon16515
[
all
...]
Completed in 205 milliseconds