HomeSort by relevance Sort by last modified time
    Searched refs:fb_of_context_type (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
encode_strategy.c 359 int wanted_fb = cpi->fb_of_context_type[current_ref_type];
372 int *const fb_of_context_type) {
378 fb_of_context_type[i] = -1;
380 fb_of_context_type[REGULAR_FRAME] =
386 // Refresh fb_of_context_type[]: see encoder.h for explanation
389 fb_of_context_type[REGULAR_FRAME] = 0;
397 fb_of_context_type[current_frame_ref_type] = i;
    [all...]
encoder.h 777 int fb_of_context_type[REF_FRAMES]; member in struct:AV1_COMP
    [all...]

Completed in 393 milliseconds