Searched refs:number_of_layers (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dratectrl.c382 if (cpi->oxcf.number_of_layers == 1) {
629 if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.number_of_layers == 1))
952 if (cpi->oxcf.number_of_layers > 1) {
956 for (i = cpi->current_layer + 1; i < cpi->oxcf.number_of_layers;
1119 if (cpi->oxcf.number_of_layers == 1 &&
1198 if (cpi->oxcf.number_of_layers == 1 &&
1223 else if (cpi->oxcf.number_of_layers == 1 &&
1228 else if (cpi->oxcf.number_of_layers == 1 &&
1247 if (cpi->oxcf.number_of_layers == 1 &&
1298 else if (cpi->oxcf.number_of_layers
[all...]
H A Donyx_if.c370 const int curr_num_layers = cpi->oxcf.number_of_layers;
1401 if (cpi->oxcf.number_of_layers > 1)
1406 for (i=0; i<cpi->oxcf.number_of_layers; i++)
1431 if (oxcf->number_of_layers > 1)
1436 assert(oxcf->number_of_layers <= VPX_TS_MAX_LAYERS);
1437 for (i = 0; i < oxcf->number_of_layers && i < VPX_TS_MAX_LAYERS; ++i)
1503 prev_number_of_layers = cpi->oxcf.number_of_layers;
1705 if (cpi->oxcf.number_of_layers != prev_number_of_layers)
1912 if (cpi->oxcf.number_of_layers == 1) {
1915 } else if (cpi->oxcf.number_of_layers
[all...]
H A Dencodeframe.c670 else if ((cpi->oxcf.number_of_layers > 1) &&
674 else if ((cpi->oxcf.number_of_layers > 1) &&
1028 if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.number_of_layers > 1) ||
1327 cpi->oxcf.number_of_layers == 1)
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c382 if (cpi->oxcf.number_of_layers == 1) {
629 if((cpi->common.refresh_alt_ref_frame) && (cpi->oxcf.number_of_layers == 1))
952 if (cpi->oxcf.number_of_layers > 1) {
956 for (i = cpi->current_layer + 1; i < cpi->oxcf.number_of_layers;
1119 if (cpi->oxcf.number_of_layers == 1 &&
1198 if (cpi->oxcf.number_of_layers == 1 &&
1223 else if (cpi->oxcf.number_of_layers == 1 &&
1228 else if (cpi->oxcf.number_of_layers == 1 &&
1247 if (cpi->oxcf.number_of_layers == 1 &&
1298 else if (cpi->oxcf.number_of_layers
[all...]
H A Donyx_if.c367 const int curr_num_layers = cpi->oxcf.number_of_layers;
1369 if (cpi->oxcf.number_of_layers > 1)
1374 for (i=0; i<cpi->oxcf.number_of_layers; i++)
1399 if (oxcf->number_of_layers > 1)
1404 assert(oxcf->number_of_layers <= VPX_TS_MAX_LAYERS);
1405 for (i=0; i<oxcf->number_of_layers; i++)
1471 prev_number_of_layers = cpi->oxcf.number_of_layers;
1673 if (cpi->oxcf.number_of_layers != prev_number_of_layers)
2162 if (cpi->oxcf.number_of_layers > 1)
2168 for (i=0; i<(int)cpi->oxcf.number_of_layers;
[all...]
H A Dencodeframe.c657 else if ((cpi->oxcf.number_of_layers > 1) &&
661 else if ((cpi->oxcf.number_of_layers > 1) &&
1015 if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.number_of_layers > 1) ||
1314 cpi->oxcf.number_of_layers == 1)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h233 unsigned int number_of_layers; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h222 unsigned int number_of_layers; member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c357 oxcf->number_of_layers = cfg.ts_number_layers;
360 if (oxcf->number_of_layers > 1)
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c367 oxcf->number_of_layers = cfg.ts_number_layers;
370 if (oxcf->number_of_layers > 1)
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_custom_call.cc1696 int number_of_layers = local
1698 std::cout << "\t\tVP8 Temporal Layer: " << number_of_layers << std::endl;

Completed in 252 milliseconds