Home
last modified time | relevance | path

Searched refs:profile_table_index (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp200 Int profile_table_index, *profile_level_table; in PVInitVideoEncoder() local
242 profile_table_index = (Int)profile_level; in PVInitVideoEncoder()
248 encParams->LayerMaxMbsPerSec[0] = profile_level_max_mbsPerSec[profile_table_index]; in PVInitVideoEncoder()
254 profile_table_index = (Int)profile_level - (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0); in PVInitVideoEncoder()
261 … encParams->LayerMaxMbsPerSec[i] = scalable_profile_level_max_mbsPerSec[profile_table_index]; in PVInitVideoEncoder()
292 if (PacketSize > profile_level_table[profile_table_index]) in PVInitVideoEncoder()
430 …encParams->profile_table_index = profile_table_index; /* Used to limit the profile and level in… in PVInitVideoEncoder()
2186 index = encData->encParams->profile_table_index; in PVUpdateVBVDelay()
2986 index = video->encParams->profile_table_index; in SetProfile_BufferSize()
Dmp4lib_int.h231 …Int profile_table_index; /* index for profile and level tables given the specified profile … member