Searched refs:dec_fb_ref (Results 1 – 4 of 4) sorted by relevance
336 pbi->dec_fb_ref[INTRA_FRAME] = &cm->yv12_fb[cm->new_fb_idx]; in vp8dx_receive_compressed_data()337 pbi->dec_fb_ref[LAST_FRAME] = &cm->yv12_fb[cm->lst_fb_idx]; in vp8dx_receive_compressed_data()338 pbi->dec_fb_ref[GOLDEN_FRAME] = &cm->yv12_fb[cm->gld_fb_idx]; in vp8dx_receive_compressed_data()339 pbi->dec_fb_ref[ALTREF_FRAME] = &cm->yv12_fb[cm->alt_fb_idx]; in vp8dx_receive_compressed_data()
70 YV12_BUFFER_CONFIG *dec_fb_ref[NUM_YV12_BUFFERS]; member
307 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in mt_decode_mb_rows()308 YV12_BUFFER_CONFIG *yv12_fb_lst = pbi->dec_fb_ref[LAST_FRAME]; in mt_decode_mb_rows()322 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in mt_decode_mb_rows()872 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in vp8mt_decode_mb_rows()
513 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in decode_mb_rows()529 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in decode_mb_rows()985 YV12_BUFFER_CONFIG *yv12_fb_new = pbi->dec_fb_ref[INTRA_FRAME]; in vp8_decode_frame()