Home | History | Annotate | Download | only in src

Lines Matching refs:ltr

1579                  // For VP8, hier-p and ltr are mutually exclusive features in firmware
1580 // Disable hier-p if ltr is enabled.
1582 DEBUG_PRINT_LOW("Disable Hier-P as LTR is being set");
1798 // For VP8, hier-p and ltr are mutually exclusive features in firmware
1799 // Disable ltr if hier-p is enabled.
1801 DEBUG_PRINT_LOW("Disable LTR as HIER-P is being set");
1864 DEBUG_PRINT_ERROR("ERROR: Enable LTR mode failed");
1869 DEBUG_PRINT_ERROR("ERROR: Disable LTR mode failed");
2053 DEBUG_PRINT_ERROR("ERROR: Use LTR failed");
2067 DEBUG_PRINT_ERROR("ERROR: Mark LTR failed");
2350 DEBUG_PRINT_HIGH("ENC_CONFIG: LTR Enabled: %d, Count: %d",
2870 // Check for Hier-P-Hybrid with bframes/LTR/hier-p/Hier-B
2875 // Check for LTR with Hier-P-Hybrid
3591 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
4199 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
4230 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
4266 DEBUG_PRINT_ERROR("Invalid settings, LTR enabled with HybridHP");
5235 bool h264, ltr, hlayers;
5238 ltr = ltrinfo.enabled && ((ltrinfo.count + 2) <= MIN((unsigned int) (profile_tbl[5] / mb_per_frame), MAXDPB));
5255 if (h264 && (ltr || hlayers || hybridp)) {
5256 // Update profile and level to adapt to the LTR and Hier-p/Hybrid-HP settings
5260 DEBUG_PRINT_LOW("Appropriate profile/level for LTR count: %u OR Hier-p: %u is %u/%u, maxDPB: %u",