Searched refs:alt_ref_frame (Results 1 – 4 of 4) sorted by relevance
562 const YV12_BUFFER_CONFIG *const alt_ref_frame, const int mb_row, in firstpass_inter_prediction() argument651 if (alt_ref_frame != NULL) { in firstpass_inter_prediction()652 xd->plane[0].pre[0].buf = alt_ref_frame->y_buffer + alt_ref_frame_yoffset; in firstpass_inter_prediction()653 xd->plane[0].pre[0].stride = alt_ref_frame->y_stride; in firstpass_inter_prediction()667 if (alt_ref_frame != NULL) { in firstpass_inter_prediction()885 const YV12_BUFFER_CONFIG *alt_ref_frame = NULL; in av1_first_pass() local894 alt_ref_frame = &alt_ref_frame_buffer->img; in av1_first_pass()956 (alt_ref_frame != NULL) in av1_first_pass()957 ? mb_row * alt_ref_frame->y_stride * fp_block_size_height in av1_first_pass()973 cpi, last_frame, golden_frame, alt_ref_frame, mb_row, mb_col, in av1_first_pass()
62 … context->desc.vp9.picture_parameter.pic_fields.alt_ref_frame = vp9->pic_fields.bits.alt_ref_frame; in vlVaHandlePictureParameterBufferVP9()
745 uint32_t alt_ref_frame:3; member
537 result.frame_refs[2] = result.ref_frame_map[pic->picture_parameter.pic_fields.alt_ref_frame]; in get_vp9_msg()