OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b4_pos_y
(Results
1 - 24
of
24
) sorted by null
/external/libavc/encoder/
ih264e_mc.c
236
+ 4 * ps_curr_pu->
b4_pos_y
* i4_pred_strd
366
+ 4 * ps_curr_pu->
b4_pos_y
* i4_pred_strd
428
+ 4 * ps_curr_pu->
b4_pos_y
* i4_pred_strd
ih264e_me.c
[
all
...]
ih264e_structs.h
254
UWORD32
b4_pos_y
: 4;
member in struct:__anon27092
[
all
...]
/external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c
364
cur_y = ps_tu->
b4_pos_y
;
504
- (ps_tu->
b4_pos_y
* MIN_TU_SIZE)
694
tu_y = ps_tu->
b4_pos_y
* 4; /* Converting minTU unit to pixel unit */
[
all
...]
ihevcd_boundary_strength.c
305
start_pos_y = ps_tu->
b4_pos_y
;
573
start_pos_y = ps_tu->
b4_pos_y
;
728
start_pos_y = ps_pu->
b4_pos_y
;
790
ngbr_end_pos_y = ps_ngbr_pu->
b4_pos_y
+ pu_ngbr_ht;
[
all
...]
ihevcd_parse_slice.c
274
ps_tu->
b4_pos_y
= ((y0 - ctb_y_base) >> 2);
399
(ps_codec->s_parse.s_cu.i4_pos_y << 3) == (ps_tu->
b4_pos_y
<< 2))
841
ps_pu->
b4_pos_y
= (y0 - ctb_y_base) >> 2;
[
all
...]
ihevcd_get_mv.c
282
pu_y_in_4x4 = ps_pu->
b4_pos_y
;
ihevcd_inter_pred.c
220
pu_y = (ps_proc->i4_ctb_y << ps_sps->i1_log2_ctb_size) + (ps_pu->
b4_pos_y
<< 2);
ihevcd_mv_merge.c
165
part_pos_y = ps_pu->
b4_pos_y
<< 2;
ihevcd_mv_pred.c
419
part_pos_y = ps_pu->
b4_pos_y
<< 2;
ihevcd_process_slice.c
731
+ (1 + ps_pu->
b4_pos_y
+ row)
[
all
...]
/external/libhevc/encoder/
ihevce_bs_compute_ctb.c
339
u4_tu_pos_y = ps_enc_tu->s_tu.
b4_pos_y
;
431
WORD32 pu_pos_y = ps_pu->
b4_pos_y
;
ihevce_mv_pred_merge.c
187
part_pos_y = ps_pu->
b4_pos_y
<< 2;
556
part_pos_y = ps_pu->
b4_pos_y
<< 2;
[
all
...]
ihevce_inter_pred.c
413
frm_y_pu = ps_inter_pred_ctxt->i4_ctb_frm_pos_y + (ps_pu->
b4_pos_y
<< 2);
[
all
...]
hme_utils.c
129
s_pu.
b4_pos_y
= ps_best_l0_pu->pu.
b4_pos_y
;
145
s_pu.
b4_pos_y
= ps_best_l1_pu->pu.
b4_pos_y
;
[
all
...]
ihevce_cabac_tu.c
528
WORD32 tu_y = (ps_enc_tu[tu_cnt].s_tu.
b4_pos_y
<< 2);
628
WORD32 tu_y = (ps_enc_tu[tu_cnt].s_tu.
b4_pos_y
<< 2);
799
ASSERT((ps_enc_tu->s_tu.
b4_pos_y
<< 2) == y0_ctb);
[
all
...]
ihevce_enc_loop_inter_mode_sifter.c
[
all
...]
ihevce_mv_pred.c
213
part_pos_y = ps_pu->
b4_pos_y
<< 2;
ihevce_enc_loop_utils.c
[
all
...]
ihevce_enc_loop_structs.h
80
(ps_pu)->
b4_pos_y
= (offset_y) >> 2; \
[
all
...]
hme_refine.c
[
all
...]
ihevce_tu_tree_selector.c
[
all
...]
ihevce_enc_loop_pass.c
[
all
...]
/external/libhevc/common/
ihevc_structs.h
1264
UWORD32
b4_pos_y
: 4;
member in struct:__anon28295
1341
UWORD32
b4_pos_y
: 4;
member in struct:__anon28296
[
all
...]
Completed in 1034 milliseconds