Home | History | Annotate | Download | only in encoder

Lines Matching full:common

12 #include "vp8/common/header.h"
14 #include "vp8/common/entropymode.h"
15 #include "vp8/common/findnearmv.h"
17 #include "vp8/common/systemdependent.h"
21 #include "vp8/common/pragmas.h"
27 #include "vp8/common/common.h"
111 VP8_COMMON *const x = & cpi->common;
396 for (mb_row = i; mb_row < cpi->common.mb_rows; mb_row += num_part)
415 for (mb_row = 0; mb_row < cpi->common.mb_rows; mb_row++)
519 VP8_COMMON *const pc = & cpi->common;
631 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
722 const VP8_COMMON *const c = & cpi->common;
874 if (cpi->common.frame_type == KEY_FRAME)
897 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t];
901 if (cpi->common.frame_type != KEY_FRAME ||
902 (cpi->common.frame_type == KEY_FRAME && newp != oldp))
917 cpi->common.frame_type == KEY_FRAME)
958 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t];
1013 if (cpi->common.frame_type != KEY_FRAME)
1062 if (cpi->common.frame_type == KEY_FRAME)
1105 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j]
1130 vp8_prob *Pold = cpi->common.fc.coef_probs [i][j][k] + t;
1153 cpi->common.frame_type == KEY_FRAME && newp != *Pold)
1224 const vp8_prob newp = cpi->common.fc.coef_probs [i][j][k][t];
1271 VP8_COMMON *const pc = & cpi->common;
1289 validate_buffer(cx_data, 3, cx_data_end, &cpi->common.error);
1303 validate_buffer(cx_data, 7, cx_data_end, &cpi->common.error);
1547 vpx_memcpy(&cpi->common.lfc, &cpi->common.fc, sizeof(cpi->common.fc));