Searched defs:has_second_rf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1300 const int has_second_rf = has_second_ref(mbmi); local
1335 for (ref = 0; ref < 1 + has_second_rf; ++ref) {
1364 if (!has_second_rf && this_mode == NEWMV &&
1470 if (has_second_rf) {
1476 if (has_second_rf && this_mode == NEWMV &&
1499 for (ref = 0; ref < 1 + has_second_rf; ++ref) {
1512 (has_second_rf &&
1521 for (ref = 0; ref < 1 + has_second_rf; ++ref) {
1530 for (ref = 0; ref < 1 + has_second_rf; ++ref)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1738 const int has_second_rf = has_second_ref(mbmi); local
1762 for (ref = 0; ref < 1 + has_second_rf; ++ref) {
1793 if (!has_second_rf && this_mode == NEWMV &&
1930 if (has_second_rf) {
1936 if (has_second_rf && this_mode == NEWMV &&
1958 for (ref = 0; ref < 1 + has_second_rf; ++ref) {
1971 (has_second_rf &&
1980 for (ref = 0; ref < 1 + has_second_rf; ++ref) {
1989 for (ref = 0; ref < 1 + has_second_rf; ++ref)

Completed in 126 milliseconds