OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_TU_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/libhevc/common/
ihevc_defs.h
290
#define
MIN_TU_SIZE
4
305
#define MAX_TU_IN_CTB_ROW ((MAX_CTB_SIZE /
MIN_TU_SIZE
))
326
#define MAX_TU_IN_CTB ((MAX_CTB_SIZE /
MIN_TU_SIZE
) * \
327
(MAX_CTB_SIZE /
MIN_TU_SIZE
))
/external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c
259
subblk_pos_x = subblk_pos_x *
MIN_TU_SIZE
;
260
subblk_pos_y = subblk_pos_y *
MIN_TU_SIZE
;
366
u1_bot_lt_avail = (pu4_intra_nbr_avail[1 + cur_y + trans_size /
MIN_TU_SIZE
]
373
>> (31 - (1 + cur_x + trans_size /
MIN_TU_SIZE
))) & 1;
377
x_cur = ps_proc->i4_ctb_x * ctb_size + cur_x *
MIN_TU_SIZE
;
378
y_cur = ps_proc->i4_ctb_y * ctb_size + cur_y *
MIN_TU_SIZE
;
496
- (ps_tu->b4_pos_x *
MIN_TU_SIZE
)
504
- (ps_tu->b4_pos_y *
MIN_TU_SIZE
)
552
UWORD32 au4_intra_nbr_avail[MAX_CTB_SIZE /
MIN_TU_SIZE
619
(MAX_CTB_SIZE /
MIN_TU_SIZE
+ 2) * sizeof(UWORD32))
[
all
...]
ihevcd_get_mv.c
185
WORD32 shift = (31 - (ctb_size /
MIN_TU_SIZE
));
190
shift += ((ctb_size - ctb_size_top) /
MIN_TU_SIZE
);
ihevcd_utils.c
391
num_luma_tu = num_luma_samples / (
MIN_TU_SIZE
*
MIN_TU_SIZE
);
952
ctb_luma_min_tu_cnt = pic_size / (
MIN_TU_SIZE
*
MIN_TU_SIZE
);
[
all
...]
ihevcd_api.c
[
all
...]
ihevcd_process_slice.c
[
all
...]
Completed in 32 milliseconds