Lines Matching refs:current
20 VP9RawFrameHeader *current)
32 VP9RawFrameHeader *current, int profile)
39 vp9->bit_depth = current->ten_or_twelve_bit ? 12 : 10;
45 if (current->color_space != VP9_CS_RGB) {
64 vp9->subsampling_x = current->subsampling_x;
65 vp9->subsampling_y = current->subsampling_y;
71 VP9RawFrameHeader *current)
79 vp9->frame_width = current->frame_width_minus_1 + 1;
80 vp9->frame_height = current->frame_height_minus_1 + 1;
91 VP9RawFrameHeader *current)
97 if (current->render_and_frame_size_different) {
106 VP9RawFrameHeader *current)
113 if (current->found_ref[i]) {
115 &vp9->ref[current->ref_frame_idx[i]];
128 CHECK(FUNC(frame_size)(ctx, rw, current));
135 CHECK(FUNC(render_size)(ctx, rw, current));
141 VP9RawFrameHeader *current)
146 if (!current->is_filter_switchable)
153 VP9RawFrameHeader *current)
161 if (current->loop_filter_delta_enabled) {
163 if (current->loop_filter_delta_update) {
166 if (current->update_ref_delta[i])
171 if (current->update_mode_delta[i])
181 VP9RawFrameHeader *current)
195 VP9RawFrameHeader *current)
204 if (current->segmentation_enabled) {
206 if (current->segmentation_update_map) {
211 if (current->segmentation_temporal_update)
219 if (current->segmentation_update_data) {
224 if (current->feature_enabled[i][j] &&
245 VP9RawFrameHeader *current)
266 VP9RawFrameHeader *current)
275 vp9->profile = (current->profile_high_bit << 1) + current->profile_low_bit;
280 if (current->show_existing_frame) {
292 if (current->frame_type == VP9_KEY_FRAME) {
293 CHECK(FUNC(frame_sync_code)(ctx, rw, current));
294 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile));
295 CHECK(FUNC(frame_size)(ctx, rw, current));
296 CHECK(FUNC(render_size)(ctx, rw, current));
301 if (current->show_frame == 0)
306 if (current->error_resilient_mode == 0)
311 if (current->intra_only == 1) {
312 CHECK(FUNC(frame_sync_code)(ctx, rw, current));
315 CHECK(FUNC(color_config)(ctx, rw, current, vp9->profile));
322 vp9->subsampling_x = current->subsampling_x;
323 vp9->subsampling_y = current->subsampling_y;
328 CHECK(FUNC(frame_size)(ctx, rw, current));
329 CHECK(FUNC(render_size)(ctx, rw, current));
339 CHECK(FUNC(frame_size_with_refs)(ctx, rw, current));
341 CHECK(FUNC(interpolation_filter)(ctx, rw, current));
345 if (current->error_resilient_mode == 0) {
355 CHECK(FUNC(loop_filter_params)(ctx, rw, current));
356 CHECK(FUNC(quantization_params)(ctx, rw, current));
357 CHECK(FUNC(segmentation_params)(ctx, rw, current));
358 CHECK(FUNC(tile_info)(ctx, rw, current));
363 if (current->refresh_frame_flags & (1 << i)) {
378 vp9->bit_depth, 1 << current->tile_cols_log2,
379 1 << current->tile_rows_log2);
394 VP9RawFrame *current)
400 CHECK(FUNC(uncompressed_header)(ctx, rw, ¤t->header));
408 VP9RawSuperframeIndex *current)
418 for (i = 0; i <= current->frames_in_superframe_minus_1; i++) {
420 fle(8 * (current->bytes_per_framesize_minus_1 + 1),