OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b4_ht
(Results
1 - 23
of
23
) 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_me.c
[
all
...]
ih264e_structs.h
262
* PU height in pixels = (
b4_ht
+ 1) << 2
264
UWORD32
b4_ht
: 2;
member in struct:__anon27092
[
all
...]
/external/libhevc/encoder/
ihevce_enc_loop_inter_mode_sifter.c
194
s_err_prms.i4_blk_ht = (ps_pu->
b4_ht
+ 1) << 2;
309
i4_part_ht = (ps_pu->
b4_ht
+ 1) << 2;
351
(ps_pu->
b4_ht
+ 1) << 2,
449
i4_part_ht = (ps_cand->as_inter_pu[0].
b4_ht
+ 1) << 2;
477
i4_part_ht = (ps_cand->as_inter_pu[0].
b4_ht
+ 1) << 2;
485
i4_part_ht = (ps_cand->as_inter_pu[1].
b4_ht
+ 1) << 2;
511
i4_part_ht = (ps_cand->as_inter_pu[0].
b4_ht
+ 1) << 2;
514
i4_part_ht_pu2 = (ps_cand->as_inter_pu[1].
b4_ht
+ 1) << 2;
603
i4_part_ht = (ps_cand->as_inter_pu[0].
b4_ht
+ 1) << 2;
606
i4_part_ht_pu2 = (ps_cand->as_inter_pu[1].
b4_ht
+ 1) << 2
[
all
...]
hme_utils.c
126
s_pu.
b4_ht
= ps_best_l0_pu->pu.
b4_ht
;
142
s_pu.
b4_ht
= ps_best_l1_pu->pu.
b4_ht
;
[
all
...]
ihevce_bs_compute_ctb.c
435
WORD32 pu_ht = (ps_pu->
b4_ht
) + 1;
ihevce_stasino_helpers.c
877
u4_ht = ps_result[i4_k].pu.
b4_ht
+ 1;
ihevce_inter_pred.c
386
WORD32 pu_ht = (ps_pu->
b4_ht
+ 1) << 2;
[
all
...]
ihevce_mv_pred.c
215
part_ht = (ps_pu->
b4_ht
+ 1) << 2;
ihevce_mv_pred_merge.c
557
part_ht = (ps_pu->
b4_ht
+ 1) << 2;
[
all
...]
ihevce_enc_loop_utils.c
[
all
...]
ihevce_cabac_cu_pu.c
917
pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->
b4_ht
+ 1) << 2);
[
all
...]
ihevce_enc_loop_structs.h
82
(ps_pu)->
b4_ht
= ((ht) >> 2) - 1; \
[
all
...]
hme_subpel.c
619
(ps_part_type_result->as_pu_results->pu.
b4_ht
+ 1) << 2,
[
all
...]
ihevce_enc_loop_pass.c
[
all
...]
hme_refine.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
653
pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->
b4_ht
+ 1) << 2);
843
ps_pu->
b4_ht
= (ht >> 2) - 1;
[
all
...]
ihevcd_process_slice.c
723
WORD32 pu_ht = (ps_pu->
b4_ht
+ 1) << 2;
[
all
...]
/external/libhevc/common/
ihevc_structs.h
1272
* PU height in pixels = (
b4_ht
+ 1) << 2
1274
UWORD32
b4_ht
: 4;
member in struct:__anon28295
[
all
...]
Completed in 565 milliseconds