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

  /external/libhevc/decoder/
ihevcd_utils.c 255 WORD32 num_ctb; local
260 num_ctb = pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE);
266 mv_bank_size += (num_ctb + 1) * sizeof(WORD32);
275 mv_bank_size += ALIGN4(num_ctb * sizeof(UWORD16));
306 WORD32 num_ctb; local
308 num_ctb = num_luma_samples / (MIN_CTB_SIZE * MIN_CTB_SIZE);
318 tu_data_size += (num_ctb + 1) * sizeof(WORD32);
659 WORD32 num_ctb; local
666 num_ctb = pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE);
678 pu1_buf += (num_ctb + 1) * sizeof(WORD32)
971 WORD32 num_ctb; local
1058 WORD32 num_ctb; local
1098 WORD32 num_ctb; local
    [all...]
ihevcd_process_slice.c 533 WORD32 num_ctb, num_ctb_tmp; local
549 num_ctb = 1;
553 num_ctb = ps_proc->i4_nctb;
576 if(ps_proc->i4_ctb_cnt < num_ctb)
578 num_ctb = ps_proc->i4_ctb_cnt;
580 num_ctb_tmp = num_ctb;
    [all...]

Completed in 2739 milliseconds