Searched refs:firstpass_mb_stats (Results 1 – 6 of 6) sorted by relevance
114 FIRSTPASS_MB_STATS firstpass_mb_stats; member
151 pkt.data.firstpass_mb_stats.buf = this_frame_mb_stats; in output_fpmb_stats()152 pkt.data.firstpass_mb_stats.sz = cm->initial_mbs * sizeof(uint8_t); in output_fpmb_stats()
3861 static int input_fpmb_stats(FIRSTPASS_MB_STATS *firstpass_mb_stats, in input_fpmb_stats() argument3863 uint8_t *mb_stats_in = firstpass_mb_stats->mb_stats_start + in input_fpmb_stats()3866 if (mb_stats_in > firstpass_mb_stats->mb_stats_end) in input_fpmb_stats()3961 input_fpmb_stats(&cpi->twopass.firstpass_mb_stats, cm, in encode_frame_internal()
1820 cpi->twopass.firstpass_mb_stats.mb_stats_start = in vp9_create_compressor()1822 cpi->twopass.firstpass_mb_stats.mb_stats_end = in vp9_create_compressor()1823 cpi->twopass.firstpass_mb_stats.mb_stats_start + in vp9_create_compressor()
202 vpx_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */ member
1761 pkt->data.firstpass_mb_stats.buf, in get_cx_data()1762 pkt->data.firstpass_mb_stats.sz); in get_cx_data()