Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A Dresource.h19 #define IDC_CHECK_ENC_ABR 1011 macro
H A DAEncodeProperties.cpp62 { IDC_CHECK_ENC_ABR, "Allow encoding with an average bitrate\r\ninstead of a constant one.\r\n\r\nIt can improve the quality for the same bitrate." },
555 ::CheckDlgButton( HwndDlg, IDC_CHECK_ENC_ABR, GetAbrOutputMode() ?BST_CHECKED:BST_UNCHECKED );
664 bAbrOutput = (::IsDlgButtonChecked( HwndDlg, IDC_CHECK_ENC_ABR) == BST_CHECKED);
1701 case IDC_CHECK_ENC_ABR:
1702 EnableAbrOptions(parentWnd, ::IsDlgButtonChecked( parentWnd, IDC_CHECK_ENC_ABR) == BST_CHECKED);

Completed in 4 milliseconds