Searched refs:mbgraph_stats (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c321 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i];
397 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i];
399 cm->mb_rows * cm->mb_cols * sizeof(*cpi->mbgraph_stats[i].mb_stats));
407 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i];
H A Dvp9_encoder.h363 MBGRAPH_FRAME_STATS mbgraph_stats[MAX_LAG_BUFFERS]; member in struct:VP9_COMP
H A Dvp9_encoder.c1670 for (i = 0; i < (sizeof(cpi->mbgraph_stats) /
1671 sizeof(cpi->mbgraph_stats[0])); i++) {
1672 CHECK_MEM_ERROR(cm, cpi->mbgraph_stats[i].mb_stats,
1674 sizeof(*cpi->mbgraph_stats[i].mb_stats), 1));
2059 for (i = 0; i < sizeof(cpi->mbgraph_stats) /
2060 sizeof(cpi->mbgraph_stats[0]); ++i) {
2061 vpx_free(cpi->mbgraph_stats[i].mb_stats);

Completed in 37 milliseconds