Searched refs:scaled_ref_idx (Results 1 – 3 of 3) sorted by relevance
2827 cpi->scaled_ref_idx[ref_frame - 1] = INVALID_IDX;2835 int new_fb = cpi->scaled_ref_idx[ref_frame - 1];2853 cpi->scaled_ref_idx[ref_frame - 1] = new_fb;2860 int new_fb = cpi->scaled_ref_idx[ref_frame - 1];2877 cpi->scaled_ref_idx[ref_frame - 1] = new_fb;2886 cpi->scaled_ref_idx[ref_frame - 1] = buf_idx;2891 cpi->scaled_ref_idx[ref_frame - 1] = INVALID_IDX;2907 const int idx = cpi->scaled_ref_idx[i - 1];2916 cpi->scaled_ref_idx[i -1] = INVALID_IDX;2921 const int idx = cpi->scaled_ref_idx[i];[all …]
318 int scaled_ref_idx[MAX_REF_FRAMES]; member
550 const int scaled_idx = cpi->scaled_ref_idx[ref_frame - 1]; in vp9_get_scaled_ref_frame()