Searched refs:firstpass_mb_stats (Results 1 – 6 of 6) sorted by relevance
102 FIRSTPASS_MB_STATS firstpass_mb_stats; member
916 cpi->twopass.firstpass_mb_stats.mb_stats_start = in vp9_create_compressor()918 cpi->twopass.firstpass_mb_stats.mb_stats_end = in vp9_create_compressor()919 cpi->twopass.firstpass_mb_stats.mb_stats_start + in vp9_create_compressor()
153 pkt.data.firstpass_mb_stats.buf = this_frame_mb_stats; in output_fpmb_stats()154 pkt.data.firstpass_mb_stats.sz = cm->MBs * sizeof(uint8_t); in output_fpmb_stats()
3251 static int input_fpmb_stats(FIRSTPASS_MB_STATS *firstpass_mb_stats, in input_fpmb_stats() argument3253 uint8_t *mb_stats_in = firstpass_mb_stats->mb_stats_start + in input_fpmb_stats()3256 if (mb_stats_in > firstpass_mb_stats->mb_stats_end) in input_fpmb_stats()3334 input_fpmb_stats(&cpi->twopass.firstpass_mb_stats, cm, in encode_frame_internal()
192 struct vpx_fixed_buf firstpass_mb_stats; /**< first pass mb packet */ member
1453 pkt->data.firstpass_mb_stats.buf, in get_cx_data()1454 pkt->data.firstpass_mb_stats.sz); in get_cx_data()