Home | History | Annotate | Download | only in src

Lines Matching defs:ltr

2112                  // For VP8, hier-p and ltr are mutually exclusive features in firmware
2113 // Disable hier-p if ltr is enabled.
2115 DEBUG_PRINT_LOW("Disable Hier-P as LTR is being set");
2421 // For VP8, hier-p and ltr are mutually exclusive features in firmware
2422 // Disable ltr if hier-p is enabled.
2424 DEBUG_PRINT_LOW("Disable LTR as HIER-P is being set");
2498 DEBUG_PRINT_ERROR("ERROR: Enable LTR mode failed");
2503 DEBUG_PRINT_ERROR("ERROR: Disable LTR mode failed");
2782 DEBUG_PRINT_ERROR("ERROR: Use LTR failed");
2796 DEBUG_PRINT_ERROR("ERROR: Mark LTR failed");
3420 DEBUG_PRINT_HIGH("ENC_CONFIG: LTR Enabled: %d, Count: %d",
4486 // Check for Hier-P-Hybrid with bframes/LTR/hier-p/Hier-B
4491 // Check for LTR with Hier-P-Hybrid
5325 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
6056 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
6095 DEBUG_PRINT_ERROR("Invalid settings, Hybrid HP enabled with LTR OR Hier-pLayers OR bframes");
6178 DEBUG_PRINT_ERROR("Invalid settings, LTR enabled with HybridHP");
6927 0 /* LTR count */, (int) HIER_P_HYBRID)) {
7621 bool h264, ltr, hlayers;
7624 ltr = ltrinfo.enabled && ((ltrinfo.count + 2) <= MIN((unsigned int) (profile_tbl[5] / mb_per_frame), MAXDPB));
7641 if (h264 && (ltr || hlayers || hybridp)) {
7642 // Update profile and level to adapt to the LTR and Hier-p/Hybrid-HP settings
7646 DEBUG_PRINT_LOW("Appropriate profile/level for LTR count: %u OR Hier-p: %u is %u/%u, maxDPB: %u",