Searched refs:copied_frame_cnt (Results 1 – 3 of 3) sorted by relevance
705 uint8_t *copied_frame_cnt; member
791 vpx_free(cpi->copied_frame_cnt); in dealloc_compressor_data()792 cpi->copied_frame_cnt = NULL; in dealloc_compressor_data()1795 if (cpi->copied_frame_cnt == NULL) { in alloc_copy_partition_data()1797 cm, cpi->copied_frame_cnt, in alloc_copy_partition_data()1799 sizeof(*cpi->copied_frame_cnt))); in alloc_copy_partition_data()
907 cpi->copied_frame_cnt[sb_offset] < cpi->max_copied_frame) { in copy_partitioning()910 cpi->copied_frame_cnt[sb_offset] += 1; in copy_partitioning()1439 if (cpi->copied_frame_cnt[sb_offset] == cpi->max_copied_frame) in choose_partitioning()1440 cpi->copied_frame_cnt[sb_offset] = 0; in choose_partitioning()