Searched refs:MAX_MB_RATE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c31 // (1920 * 1080 / (16 * 16)) * MAX_MB_RATE bits per MB
32 #define MAX_MB_RATE 250 macro
1512 // can support decode of 1080P content up to a bitrate of MAX_MB_RATE bits
1519 rc->max_frame_bandwidth = MAX(MAX((cm->MBs * MAX_MB_RATE), MAXRATE_1080P),
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c65 // (1920 * 1080 / (16 * 16)) * MAX_MB_RATE bits per MB
66 #define MAX_MB_RATE 250 macro
692 // can support decode of 1080P content up to a bitrate of MAX_MB_RATE bits
700 rc->max_frame_bandwidth = MAX(MAX((cm->MBs * MAX_MB_RATE), MAXRATE_1080P),

Completed in 159 milliseconds