Home | History | Annotate | Download | only in encoder

Lines Matching refs:ctb_size

172     WORD32 ctb_size;
248 ctb_size = ps_enc_ctxt->ps_stat_prms->s_config_prms.i4_max_log2_cu_size;
254 ctb_size = 1 << ctb_size;
292 num_cu_in_ctb = ctb_size / MIN_CU_SIZE;
295 num_pu_in_ctb = ctb_size / MIN_PU_SIZE;
298 num_tu_in_ctb = ctb_size / MIN_PU_SIZE;
308 ctb_size);
309 num_ctb_horz = num_ctb_horz / ctb_size;
318 ctb_size);
319 num_ctb_vert = num_ctb_vert / ctb_size;
324 a_ctb_align_wd[ctr] = a_wd[ctr] + SET_CTB_ALIGN(a_wd[ctr], ctb_size);
326 a_ctb_align_ht[ctr] = a_ht[ctr] + SET_CTB_ALIGN(a_ht[ctr], ctb_size);
334 ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size = ctb_size;
749 buf_size = ((num_ctb_horz * ctb_size) + (PAD_HORZ << 1));
750 buf_size = buf_size * ((num_ctb_vert * ctb_size) + (PAD_VERT << 1));
1074 buf_size = (num_ctb_horz * ctb_size) >> 3;
1075 buf_size *= ((num_ctb_vert * ctb_size) >> 3);
1386 buf_size = ((num_ctb_horz * ctb_size) + 16);
1387 buf_size *= ((num_ctb_vert * ctb_size) + 23);
1449 (a_ctb_align_ht[0] / ctb_size),
1462 (a_ctb_align_ht[0] / ctb_size),
1471 (a_ctb_align_ht[0] / ctb_size),
1481 (a_ctb_align_ht[0] / ctb_size),
1491 (a_ctb_align_ht[0] / ctb_size),
1500 (a_ctb_align_ht[0] / ctb_size),
1509 (a_ctb_align_ht[0] / ctb_size),
1765 recon_stride = ((num_ctb_horz * ctb_size) + (PAD_HORZ << 1));
1766 luma_frm_height = ((num_ctb_vert * ctb_size) + (PAD_VERT << 1));
2068 (((num_ctb_horz * ctb_size) >> 3) * ((num_ctb_vert * ctb_size) >> 3));
2343 (a_ctb_align_ht[0] / ctb_size),
2344 (a_ctb_align_wd[0] / ctb_size),
2369 (a_ctb_align_ht[0] / ctb_size),
2370 (a_ctb_align_wd[0] / ctb_size),
2388 (a_ctb_align_ht[0] / ctb_size),
2389 (a_ctb_align_wd[0] / ctb_size),
2408 (a_ctb_align_ht[0] / ctb_size),
2409 (a_ctb_align_wd[0] / ctb_size),
2427 (a_ctb_align_ht[0] / ctb_size),
2428 (a_ctb_align_wd[0] / ctb_size),
2446 (a_ctb_align_ht[0] / ctb_size),
2447 (a_ctb_align_wd[0] / ctb_size),
2465 (a_ctb_align_ht[0] / ctb_size),
2466 (a_ctb_align_wd[0] / ctb_size),