Home | History | Annotate | Download | only in encoder

Lines Matching refs:ctb_size

281     WORD32 ctb_size;
329 ctb_size = ps_deblk->i4_ctb_size;
340 num_columns_for_vert_filt = ctb_size / 8;
341 num_blks_for_vert_filt = ctb_size / 4;
404 num_columns_for_vert_filt = ctb_size / 16;
405 /* blk_size is 4 and chroma_ctb_height is ctb_size/2 */
406 num_blks_for_vert_filt = (0 == u1_is_422) ? (ctb_size / 2) / 4 : (ctb_size) / 4;
477 col_size = ctb_size / 4;
498 num_rows_for_horz_filt = ctb_size / 8;
566 (UWORD8)(((u4_bs << ((ctb_size >> 1) - 2))) >> 30);
577 col_size = ctb_size / 8;
600 num_rows_for_horz_filt = ctb_size / ((0 == u1_is_422) ? 16 : 8);
675 (UWORD8)(((u4_bs << ((ctb_size >> 1) - 4))) >> 30);