Searched refs:VP56_FRAME_GOLDEN2 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec_vp8.c | 66 .AltRefIdx = safe_get_ref_idx(h->framep[VP56_FRAME_GOLDEN2]), in nvdec_vp8_start_frame()
|
H A 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()
|
H A D | vp8.c | 161 &s->frames[i] != s->framep[VP56_FRAME_GOLDEN2]) { in vp8_find_free_buffer() 421 return (ref == VP56_FRAME_GOLDEN) ? VP56_FRAME_GOLDEN2 : VP56_FRAME_GOLDEN; in ref_to_update() 482 s->update_altref = ref_to_update(s, update_altref, VP56_FRAME_GOLDEN2); in update_refs() 821 s->sign_bias[VP56_FRAME_GOLDEN2 /* altref */] = vp8_rac_get(c); in vp8_decode_frame_header() 1303 (!is_vp7 && vp56_rac_get_prob(c, s->prob->golden)) ? VP56_FRAME_GOLDEN2 /* altref */ in decode_mb_mode() 2480 prefetch_motion(s, mb, mb_x, mb_y, mb_xy, VP56_FRAME_GOLDEN2); in decode_mb_row_no_filter() 2677 &s->frames[i] != s->framep[VP56_FRAME_GOLDEN2]) in vp78_decode_frame() 2695 !s->framep[VP56_FRAME_GOLDEN2])) { in vp78_decode_frame() 2710 s->next_framep[VP56_FRAME_GOLDEN2] = s->framep[s->update_altref]; in vp78_decode_frame() 2712 s->next_framep[VP56_FRAME_GOLDEN2] in vp78_decode_frame() [all...] |
H A D | vp56.h | 47 VP56_FRAME_GOLDEN2 = 3, enumerator
|
Completed in 6 milliseconds