Searched refs:h264_maxref (Results 1 – 1 of 1) sorted by relevance
102 static int h264_maxref = (1<<16|1); variable1086 h264_maxref = attrib[VAConfigAttribEncMaxRefFrames].value; in init_va()1089 h264_maxref & 0xffff, (h264_maxref >> 16) & 0xffff ); in init_va()1635 int refpiclist0_max = h264_maxref & 0xffff; in render_slice()1643 int refpiclist0_max = h264_maxref & 0xffff; in render_slice()1644 int refpiclist1_max = (h264_maxref >> 16) & 0xffff; in render_slice()