Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c325 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in mt_decode_mb_rows() local
327 ref_buffer[i][0] = this_fb->y_buffer; in mt_decode_mb_rows()
328 ref_buffer[i][1] = this_fb->u_buffer; in mt_decode_mb_rows()
329 ref_buffer[i][2] = this_fb->v_buffer; in mt_decode_mb_rows()
331 ref_fb_corrupted[i] = this_fb->corrupted; in mt_decode_mb_rows()
Ddecodeframe.c533 YV12_BUFFER_CONFIG *this_fb = pbi->dec_fb_ref[i]; in decode_mb_rows() local
535 ref_buffer[i][0] = this_fb->y_buffer; in decode_mb_rows()
536 ref_buffer[i][1] = this_fb->u_buffer; in decode_mb_rows()
537 ref_buffer[i][2] = this_fb->v_buffer; in decode_mb_rows()
539 ref_fb_corrupted[i] = this_fb->corrupted; in decode_mb_rows()