Searched refs:cvbr (Results 1 – 5 of 5) sorted by relevance
83 struct softpipe_vbuf_render *cvbr = softpipe_vbuf_render(vbr); in sp_vbuf_get_vertex_info() local84 return softpipe_get_vbuf_vertex_info(cvbr->softpipe); in sp_vbuf_get_vertex_info()92 struct softpipe_vbuf_render *cvbr = softpipe_vbuf_render(vbr); in sp_vbuf_allocate_vertices() local95 if (cvbr->vertex_buffer_size < size) { in sp_vbuf_allocate_vertices()96 align_free(cvbr->vertex_buffer); in sp_vbuf_allocate_vertices()97 cvbr->vertex_buffer = align_malloc(size, 16); in sp_vbuf_allocate_vertices()98 cvbr->vertex_buffer_size = size; in sp_vbuf_allocate_vertices()101 cvbr->vertex_size = vertex_size; in sp_vbuf_allocate_vertices()102 cvbr->nr_vertices = nr_vertices; in sp_vbuf_allocate_vertices()104 return cvbr->vertex_buffer != NULL; in sp_vbuf_allocate_vertices()[all …]
42 -cvbr : enable constrained variable bitrate; default: unconstrained
97 -cvbr : enable constrained variable bitrate; default:
231 int cvbr = 0; in main() local412 cvbr = 1; in main()530 opus_encoder_ctl(enc, OPUS_SET_VBR_CONSTRAINT(cvbr)); in main()
8673 "cvbr",24371 "cvbr",