Home | History | Annotate | Download | only in encoder

Lines Matching refs:had_block_size

537     WORD32 had_block_size;
552 had_block_size = 4;
565 num_horz_blocks = 2 * cu_wd / had_block_size; //ctb_width / had_block_size;
566 ht_offset = -had_block_size;
567 wd_offset = 0; //-had_block_size;
570 num_comp_had_blocks = 2 * cu_total_size / (had_block_size * had_block_size);
589 wd_offset = -had_block_size;
590 ht_offset += had_block_size;
592 wd_offset += had_block_size;
614 if(had_block_size == 4)
622 had_block_size,
624 had_block_size);
716 WORD32 had_block_size;
726 had_block_size = 8;
730 num_horz_blocks = cu_wd / had_block_size; //ctb_width / had_block_size;
732 ht_offset = -had_block_size;
733 wd_offset = 0 - had_block_size;
736 num_comp_had_blocks = cu_total_size / (had_block_size * had_block_size);
759 wd_offset = -had_block_size;
760 ht_offset += had_block_size;
762 wd_offset += had_block_size;
767 if(had_block_size == 8)
783 had_block_size,
785 had_block_size);