Home
last modified time | relevance | path

Searched refs:alt_ref_frame (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c562 const YV12_BUFFER_CONFIG *const alt_ref_frame, const int mb_row, in firstpass_inter_prediction() argument
651 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() local
894 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()
/external/mesa3d/src/gallium/frontends/va/
Dpicture_vp9.c62 … context->desc.vp9.picture_parameter.pic_fields.alt_ref_frame = vp9->pic_fields.bits.alt_ref_frame; in vlVaHandlePictureParameterBufferVP9()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h745 uint32_t alt_ref_frame:3; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c537 result.frame_refs[2] = result.ref_frame_map[pic->picture_parameter.pic_fields.alt_ref_frame]; in get_vp9_msg()