HomeSort by relevance Sort by last modified time
    Searched refs:MIN_TU_SIZE (Results 1 - 7 of 7) sorted by null

  /external/libavc/common/
ih264_defs.h 504 #define MIN_TU_SIZE 4
514 #define MAX_TU_IN_MB_ROW ((MB_SIZE / MIN_TU_SIZE))
529 #define MAX_TU_IN_MB ((MB_SIZE / MIN_TU_SIZE) * \
530 (MB_SIZE / MIN_TU_SIZE))
  /external/libhevc/common/
ihevc_defs.h 339 #define MIN_TU_SIZE 4
354 #define MAX_TU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_TU_SIZE))
375 #define MAX_TU_IN_CTB ((MAX_CTB_SIZE / MIN_TU_SIZE) * \
376 (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
621 (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 310 num_luma_tu = num_luma_samples / (MIN_TU_SIZE * MIN_TU_SIZE);
    [all...]
ihevcd_api.c     [all...]
ihevcd_process_slice.c     [all...]

Completed in 343 milliseconds