Searched refs:frame_refs (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.c222 ref_buf = &cm->frame_refs[0];
224 ref_buf = &cm->frame_refs[1];
226 ref_buf = &cm->frame_refs[2];
287 cm->frame_refs[ref_index].idx = INT_MAX;
308 if (cm->frame_refs[0].idx != INT_MAX)
309 cm->frame_refs[0].buf->corrupted = 1;
328 if (cm->frame_refs[0].idx != INT_MAX)
329 cm->frame_refs[0].buf->corrupted = 1;
H A Dvp9_decodeframe.c326 RefBuffer *ref_buffer = &cm->frame_refs[mbmi->ref_frame[idx] - LAST_FRAME];
657 YV12_BUFFER_CONFIG *const buf = cm->frame_refs[i].buf;
1077 cm->frame_refs[i].idx = cm->new_fb_idx;
1078 cm->frame_refs[i].buf = get_frame_new_buffer(cm);
1099 cm->frame_refs[i].idx = idx;
1100 cm->frame_refs[i].buf = &cm->frame_bufs[idx].buf;
1110 RefBuffer *const ref_buf = &cm->frame_refs[i];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h630 xd->block_refs[0] = &cm->frame_refs[ref0 >= LAST_FRAME ? ref0 - LAST_FRAME
632 xd->block_refs[1] = &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME
H A Dvp9_rdopt.c2331 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf;
3927 if (ref_frame > 0 && vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf))
3931 vp9_is_scaled(&cm->frame_refs[second_ref_frame - 1].sf))
H A Dvp9_onyx_if.c3189 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1];
H A Dvp9_encodeframe.c487 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h100 RefBuffer frame_refs[REFS_PER_FRAME]; member in struct:VP9Common

Completed in 311 milliseconds