Home
last modified time | relevance | path

Searched refs:oggpackB_write (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libtheora/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libtheora/
H A Dencinfo.c15 for(i=0;i<_len;i++)oggpackB_write(_opb,_buf[i],8); in oc_pack_octets()
33 oggpackB_write(_opb,0x80,8); in oc_state_flushheader()
37 oggpackB_write(_opb,TH_VERSION_MAJOR,8); in oc_state_flushheader()
38 oggpackB_write(_opb,TH_VERSION_MINOR,8); in oc_state_flushheader()
39 oggpackB_write(_opb,TH_VERSION_SUB,8); in oc_state_flushheader()
45 oggpackB_write(_opb,_state->info.pic_x,8); in oc_state_flushheader()
46 oggpackB_write(_opb,_state->info.pic_y,8); in oc_state_flushheader()
53 oggpackB_write(_opb,_state->info.quality,6); in oc_state_flushheader()
57 oggpackB_write(_opb,0,3); in oc_state_flushheader()
68 oggpackB_write(_opb,0x81,8); in oc_state_flushheader()
[all …]
H A Denquant.c41 oggpackB_write(_opb,nbits,3); in oc_quant_params_pack()
43 oggpackB_write(_opb,_qinfo->loop_filter_limits[qi],nbits); in oc_quant_params_pack()
49 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
55 oggpackB_write(_opb,nbits-1,4); in oc_quant_params_pack()
78 oggpackB_write(_opb,nbase_mats-1,9); in oc_quant_params_pack()
97 oggpackB_write(_opb,1,2); in oc_quant_params_pack()
108 oggpackB_write(_opb,0,1+(qti>0)); in oc_quant_params_pack()
111 oggpackB_write(_opb,1,1); in oc_quant_params_pack()
113 oggpackB_write(_opb,indices[qti][pli][0],nbits); in oc_quant_params_pack()
115 oggpackB_write(_opb,qranges->sizes[qri]-1,OC_ILOG_32(62-qi)); in oc_quant_params_pack()
[all …]
H A Dencode.c413 oggpackB_write(_opb,0x3FFFF,18); in oc_sb_run_pack()
461 oggpackB_write(&_enc->opb,0,1); in oc_enc_frame_header_pack()
467 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
470 oggpackB_write(&_enc->opb,1,1); in oc_enc_frame_header_pack()
481 oggpackB_write(&_enc->opb,0,3); in oc_enc_frame_header_pack()
499 oggpackB_write(&_enc->opb,flag,1); in oc_enc_partial_sb_flags_pack()
529 oggpackB_write(&_enc->opb,flag,1); in oc_enc_coded_sb_flags_pack()
627 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
629 oggpackB_write(&_enc->opb, in oc_enc_mv_pack()
700 oggpackB_write(&_enc->opb,flag,1); in oc_enc_block_qis_pack()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/liboggedit/
H A Doggedit_art.c150 oggpackB_write(&opb, 3, 32); in oggedit_album_art_tag()
153 oggpackB_write(&opb, 1, 32); /* workaround for opusfile bug */ in oggedit_album_art_tag()
154 oggpackB_write(&opb, 1, 32); in oggedit_album_art_tag()
155 oggpackB_write(&opb, 1, 32); in oggedit_album_art_tag()
156 oggpackB_write(&opb, 0, 32); in oggedit_album_art_tag()
157 oggpackB_write(&opb, data_length, 32); in oggedit_album_art_tag()

1234567