Searched refs:VP56_FRAME_GOLDEN2 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvdec_vp8.c | 66 .AltRefIdx = safe_get_ref_idx(h->framep[VP56_FRAME_GOLDEN2]), in nvdec_vp8_start_frame()
|
D | vaapi_vp8.c | 53 .alt_ref_frame = vaapi_vp8_surface_id(s->framep[VP56_FRAME_GOLDEN2]), in vaapi_vp8_start_frame() 71 .sign_bias_alternate = s->sign_bias[VP56_FRAME_GOLDEN2], in vaapi_vp8_start_frame()
|
D | vp8.c | 157 &s->frames[i] != s->framep[VP56_FRAME_GOLDEN2]) { in vp8_find_free_buffer() 417 return (ref == VP56_FRAME_GOLDEN) ? VP56_FRAME_GOLDEN2 : VP56_FRAME_GOLDEN; in ref_to_update() 478 s->update_altref = ref_to_update(s, update_altref, VP56_FRAME_GOLDEN2); in update_refs() 817 s->sign_bias[VP56_FRAME_GOLDEN2 /* altref */] = vp8_rac_get(c); in vp8_decode_frame_header() 1299 (!is_vp7 && vp56_rac_get_prob(c, s->prob->golden)) ? VP56_FRAME_GOLDEN2 /* altref */ in decode_mb_mode() 2476 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN2); in decode_mb_row_no_filter() 2673 &s->frames[i] != s->framep[VP56_FRAME_GOLDEN2]) in vp78_decode_frame() 2691 !s->framep[VP56_FRAME_GOLDEN2])) { in vp78_decode_frame() 2706 s->next_framep[VP56_FRAME_GOLDEN2] = s->framep[s->update_altref]; in vp78_decode_frame() 2708 s->next_framep[VP56_FRAME_GOLDEN2] = s->framep[VP56_FRAME_GOLDEN2]; in vp78_decode_frame()
|
D | vp56.h | 47 VP56_FRAME_GOLDEN2 = 3, enumerator
|