Lines Matching refs:mb_rows
344 … vpx_memcpy(cpi->segmentation_map, segmentation_map, (cpi->common.mb_rows * cpi->common.mb_cols)); in set_segmentation_map()
376 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); in segmentation_test_function()
433 int mbs_in_frame = cpi->common.mb_rows * cpi->common.mb_cols; in cyclic_background_refresh()
436 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); in cyclic_background_refresh()
1291 (cpi->common.mb_rows + 1), in vp8_alloc_partition_data()
1337 unsigned int tokens = cm->mb_rows * cm->mb_cols * 24 * 16; in vp8_alloc_compressor_data()
1351 CHECK_MEM_ERROR(cpi->gf_active_flags, vpx_calloc(1, cm->mb_rows * cm->mb_cols)); in vp8_alloc_compressor_data()
1353 cpi->gf_active_count = cm->mb_rows * cm->mb_cols; in vp8_alloc_compressor_data()
1382 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cpi->common.mb_rows)); in vp8_alloc_compressor_data()
1877 …CHECK_MEM_ERROR(cpi->lfmv, vpx_calloc((cpi->common.mb_rows+2) * (cpi->common.mb_cols+2), sizeof(in… in vp8_create_compressor()
1878 …CHECK_MEM_ERROR(cpi->lf_ref_frame_sign_bias, vpx_calloc((cpi->common.mb_rows+2) * (cpi->common.mb_… in vp8_create_compressor()
1879 …CHECK_MEM_ERROR(cpi->lf_ref_frame, vpx_calloc((cpi->common.mb_rows+2) * (cpi->common.mb_cols+2), s… in vp8_create_compressor()
1882 … CHECK_MEM_ERROR(cpi->segmentation_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); in vp8_create_compressor()
1883 CHECK_MEM_ERROR(cpi->active_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); in vp8_create_compressor()
1884 vpx_memset(cpi->active_map , 1, (cpi->common.mb_rows * cpi->common.mb_cols)); in vp8_create_compressor()
1913 cpi->cyclic_refresh_mode_max_mbs_perframe = (cpi->common.mb_rows * cpi->common.mb_cols) / 40; in vp8_create_compressor()
1919 …CHECK_MEM_ERROR(cpi->cyclic_refresh_map, vpx_calloc((cpi->common.mb_rows * cpi->common.mb_cols), 1… in vp8_create_compressor()
2831 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols)); in update_alt_ref_frame_and_stats()
2832 cpi->gf_active_count = cm->mb_rows * cm->mb_cols; in update_alt_ref_frame_and_stats()
2882 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols)); in update_golden_frame_and_stats()
2883 cpi->gf_active_count = cm->mb_rows * cm->mb_cols; in update_golden_frame_and_stats()
4190 for (mb_row = 0; mb_row < cm->mb_rows+1; mb_row ++) in encode_frame_to_data_rate()
4216 …n", cm->current_video_frame, (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_… in encode_frame_to_data_rate()
4600 int gf_active_pct = (100 * cpi->gf_active_count) / (cm->mb_rows * cm->mb_cols); in check_gf_quality()
4601 …int gf_ref_usage_pct = (cpi->count_mb_ref_frame_usage[GOLDEN_FRAME] * 100) / (cm->mb_rows * cm->mb… in check_gf_quality()
4602 int last_ref_zz_useage = (cpi->inter_zz_count * 100) / (cm->mb_rows * cm->mb_cols); in check_gf_quality()
5272 if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols) in vp8_set_roimap()
5315 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) in vp8_set_active_map()