Searched refs:dec_fb_ref (Results 1 – 4 of 4) sorted by relevance
320 pbi->dec_fb_ref[INTRA_FRAME] = &cm->yv12_fb[cm->new_fb_idx]; in vp8dx_receive_compressed_data()321 pbi->dec_fb_ref[LAST_FRAME] = &cm->yv12_fb[cm->lst_fb_idx]; in vp8dx_receive_compressed_data()322 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx]; in vp8dx_receive_compressed_data()323 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_fb_idx]; in vp8dx_receive_compressed_data()
59 YV12_BUFFER_CONFIG *dec_fb_ref[NUM_YV12_BUFFERS]; member
261 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in mt_decode_mb_rows()262 YV12_BUFFER_CONFIG *yv12_fb_lst = pbi->dec_fb_ref[LAST_FRAME]; in mt_decode_mb_rows()275 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in mt_decode_mb_rows()847 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in vp8mt_decode_mb_rows()
449 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in decode_mb_rows()464 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in decode_mb_rows()895 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in vp8_decode_frame()