OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_fb
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
threading.c
322
YV12_BUFFER_CONFIG *
this_fb
= pbi->dec_fb_ref[i];
local
324
ref_buffer[i][0] =
this_fb
->y_buffer;
325
ref_buffer[i][1] =
this_fb
->u_buffer;
326
ref_buffer[i][2] =
this_fb
->v_buffer;
328
ref_fb_corrupted[i] =
this_fb
->corrupted;
decodframe.c
529
YV12_BUFFER_CONFIG *
this_fb
= pbi->dec_fb_ref[i];
local
531
ref_buffer[i][0] =
this_fb
->y_buffer;
532
ref_buffer[i][1] =
this_fb
->u_buffer;
533
ref_buffer[i][2] =
this_fb
->v_buffer;
535
ref_fb_corrupted[i] =
this_fb
->corrupted;
[
all
...]
Completed in 123 milliseconds