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 - 9
of
9
) sorted by null
/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)
692
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
;
571
start_pos_y = ps_tu->
b4_pos_y
;
726
start_pos_y = ps_pu->
b4_pos_y
;
788
ngbr_end_pos_y = ps_ngbr_pu->
b4_pos_y
+ pu_ngbr_ht;
[
all
...]
ihevcd_parse_slice.c
267
ps_tu->
b4_pos_y
= ((y0 - ctb_y_base) >> 2);
386
(ps_codec->s_parse.s_cu.i4_pos_y << 3) == (ps_tu->
b4_pos_y
<< 2))
828
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
735
+ (1 + ps_pu->
b4_pos_y
+ row)
[
all
...]
/external/libhevc/common/
ihevc_structs.h
365
UWORD32
b4_pos_y
: 4;
member in struct:__anon3268
443
UWORD32
b4_pos_y
: 4;
member in struct:__anon3269
[
all
...]
Completed in 149 milliseconds