Searched refs:temp_h (Results 1 – 1 of 1) sorted by relevance
203 Int temp_w, temp_h, mbsPerSec; in PVInitVideoEncoder() local614 temp_h = ((video->encParams->LayerHeight[idx] + 15) >> 4) << 4; in PVInitVideoEncoder()616 if (temp_w > 2048 || temp_h > 2048) { in PVInitVideoEncoder()620 if ((temp_w*temp_h) > max) in PVInitVideoEncoder()622 max = temp_w * temp_h; in PVInitVideoEncoder()624 max_height = temp_h; in PVInitVideoEncoder()2996 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local3024 temp_h = video->encParams->LayerHeight[idx]; in SetProfile_BufferSize()3026 if ((temp_w*temp_h) > max) in SetProfile_BufferSize()3028 max = temp_w * temp_h; in SetProfile_BufferSize()[all …]