Searched refs:temp_h (Results 1 – 1 of 1) sorted by relevance
203 Int temp_w, temp_h, mbsPerSec; in PVInitVideoEncoder() local617 temp_h = ((video->encParams->LayerHeight[idx] + 15) >> 4) << 4; in PVInitVideoEncoder()619 if (temp_w > 2048 || temp_h > 2048) { in PVInitVideoEncoder()623 if ((temp_w*temp_h) > max) in PVInitVideoEncoder()625 max = temp_w * temp_h; in PVInitVideoEncoder()627 max_height = temp_h; in PVInitVideoEncoder()2999 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local3027 temp_h = video->encParams->LayerHeight[idx]; in SetProfile_BufferSize()3029 if ((temp_w*temp_h) > max) in SetProfile_BufferSize()3031 max = temp_w * temp_h; in SetProfile_BufferSize()[all …]