Searched refs:num_ctb (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_utils.c255 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
974 WORD32 num_ctb; local
1061 WORD32 num_ctb; local
1101 WORD32 num_ctb; local
[all...]
H A Dihevcd_process_slice.c533 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;
890 num_ctb_tmp = num_ctb;
891 ps_proc->i4_ctb_x -= num_ctb;
1010 num_ctb_tmp = num_ctb;
1011 ps_proc->i4_ctb_x -= num_ctb;
[all...]

Completed in 409 milliseconds