Home | History | Annotate | Download | only in src

Lines Matching defs:ltr

1604                  // For VP8, hier-p and ltr are mutually exclusive features in firmware
1605 // Disable hier-p if ltr is enabled.
1607 DEBUG_PRINT_LOW("Disable Hier-P as LTR is being set");
1829 // For VP8, hier-p and ltr are mutually exclusive features in firmware
1830 // Disable ltr if hier-p is enabled.
1832 DEBUG_PRINT_LOW("Disable LTR as HIER-P is being set");
1895 DEBUG_PRINT_ERROR("ERROR: Enable LTR mode failed");
1900 DEBUG_PRINT_ERROR("ERROR: Disable LTR mode failed");
2093 DEBUG_PRINT_ERROR("ERROR: Use LTR failed");
2107 DEBUG_PRINT_ERROR("ERROR: Mark LTR failed");
2433 DEBUG_PRINT_HIGH("ENC_CONFIG: LTR Enabled: %d, Count: %d",
2987 // Check for Hier-P-Hybrid with bframes/LTR/hier-p/Hier-B
2992 // Check for LTR with Hier-P-Hybrid
3708 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
4320 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
4351 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
4387 DEBUG_PRINT_ERROR("Invalid settings, LTR enabled with HybridHP");
5461 bool h264, ltr, hlayers;
5464 ltr = ltrinfo.enabled && ((ltrinfo.count + 2) <= MIN((unsigned int) (profile_tbl[5] / mb_per_frame), MAXDPB));
5481 if (h264 && (ltr || hlayers || hybridp)) {
5482 // Update profile and level to adapt to the LTR and Hier-p/Hybrid-HP settings
5486 DEBUG_PRINT_LOW("Appropriate profile/level for LTR count: %u OR Hier-p: %u is %u/%u, maxDPB: %u",