Searched refs:c_idx (Results 1 – 1 of 1) sorted by relevance
872 int c_idx; in vp8_encode_frame() local885 for(c_idx = 0; c_idx < MVvals; c_idx++) in vp8_encode_frame()887 cpi->mb.MVcount[0][c_idx] += in vp8_encode_frame()888 cpi->mb_row_ei[i].mb.MVcount[0][c_idx]; in vp8_encode_frame()889 cpi->mb.MVcount[1][c_idx] += in vp8_encode_frame()890 cpi->mb_row_ei[i].mb.MVcount[1][c_idx]; in vp8_encode_frame()897 for(c_idx = 0; c_idx < MAX_REF_FRAMES; c_idx++) in vp8_encode_frame()898 cpi->mb.count_mb_ref_frame_usage[c_idx] += in vp8_encode_frame()899 cpi->mb_row_ei[i].mb.count_mb_ref_frame_usage[c_idx]; in vp8_encode_frame()901 for(c_idx = 0; c_idx < MAX_ERROR_BINS; c_idx++) in vp8_encode_frame()[all …]