Searched refs:temp_w (Results 1 – 1 of 1) sorted by relevance
203 Int temp_w, temp_h, mbsPerSec; in PVInitVideoEncoder() local612 temp_w = video->encParams->LayerWidth[idx]; in PVInitVideoEncoder()615 if ((temp_w*temp_h) > max) in PVInitVideoEncoder()617 max = temp_w * temp_h; in PVInitVideoEncoder()618 max_width = ((temp_w + 15) >> 4) << 4; in PVInitVideoEncoder()621 || temp_w > INT32_MAX - 15 || temp_h > INT32_MAX - 15) { in PVInitVideoEncoder()2994 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local3021 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()3024 if ((temp_w*temp_h) > max) in SetProfile_BufferSize()3026 max = temp_w * temp_h; in SetProfile_BufferSize()[all …]