Searched refs:temp_w (Results 1 – 1 of 1) sorted by relevance
196 Int temp_w, temp_h, mbsPerSec; in PVInitVideoEncoder() local605 temp_w = video->encParams->LayerWidth[idx]; in PVInitVideoEncoder()608 if ((temp_w*temp_h) > max) in PVInitVideoEncoder()610 max = temp_w * temp_h; in PVInitVideoEncoder()611 max_width = ((temp_w + 15) >> 4) << 4; in PVInitVideoEncoder()2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local2992 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()2995 if ((temp_w*temp_h) > max) in SetProfile_BufferSize()2997 max = temp_w * temp_h; in SetProfile_BufferSize()2998 max_width = temp_w; in SetProfile_BufferSize()