Home
last modified time | relevance | path

Searched refs:this_fb (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c274 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in mt_decode_mb_rows() local
276 ref_buffer[i][0] = this_fb->y_buffer; in mt_decode_mb_rows()
277 ref_buffer[i][1] = this_fb->u_buffer; in mt_decode_mb_rows()
278 ref_buffer[i][2] = this_fb->v_buffer; in mt_decode_mb_rows()
280 ref_fb_corrupted[i] = this_fb->corrupted; in mt_decode_mb_rows()
Ddecodeframe.c464 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in decode_mb_rows() local
466 ref_buffer[i][0] = this_fb->y_buffer; in decode_mb_rows()
467 ref_buffer[i][1] = this_fb->u_buffer; in decode_mb_rows()
468 ref_buffer[i][2] = this_fb->v_buffer; in decode_mb_rows()
470 ref_fb_corrupted[i] = this_fb->corrupted; in decode_mb_rows()