Home
last modified time | relevance | path

Searched refs:vc (Results 1 - 25 of 148) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c166 av_log(vc->avctx, AV_LOG_ERROR,\
189 static void vorbis_free(vorbis_context *vc) in vorbis_free() argument
193 av_freep(&vc->channel_residues); in vorbis_free()
194 av_freep(&vc->saved); in vorbis_free()
195 av_freep(&vc->fdsp); in vorbis_free()
197 if (vc->residues) in vorbis_free()
198 for (i = 0; i < vc->residue_count; i++) in vorbis_free()
199 av_freep(&vc->residues[i].classifs); in vorbis_free()
200 av_freep(&vc->residues); in vorbis_free()
201 av_freep(&vc in vorbis_free()
239 vorbis_parse_setup_hdr_codebooks(vorbis_context *vc) vorbis_parse_setup_hdr_codebooks() argument
478 vorbis_parse_setup_hdr_tdtransforms(vorbis_context *vc) vorbis_parse_setup_hdr_tdtransforms() argument
504 vorbis_parse_setup_hdr_floors(vorbis_context *vc) vorbis_parse_setup_hdr_floors() argument
694 vorbis_parse_setup_hdr_residues(vorbis_context *vc) vorbis_parse_setup_hdr_residues() argument
775 vorbis_parse_setup_hdr_mappings(vorbis_context *vc) vorbis_parse_setup_hdr_mappings() argument
855 create_map(vorbis_context *vc, unsigned floor_number) create_map() argument
890 vorbis_parse_setup_hdr_modes(vorbis_context *vc) vorbis_parse_setup_hdr_modes() argument
919 vorbis_parse_setup_hdr(vorbis_context *vc) vorbis_parse_setup_hdr() argument
965 vorbis_parse_id_hdr(vorbis_context *vc) vorbis_parse_id_hdr() argument
1037 vorbis_context *vc = avctx->priv_data; vorbis_decode_init() local
1102 vorbis_floor0_decode(vorbis_context *vc, vorbis_floor_data *vfu, float *vec) vorbis_floor0_decode() argument
1216 vorbis_floor1_decode(vorbis_context *vc, vorbis_floor_data *vfu, float *vec) vorbis_floor1_decode() argument
1343 setup_classifs(vorbis_context *vc, vorbis_residue *vr, uint8_t *do_not_decode, unsigned ch_used, int partition_count, int ptns_to_read ) setup_classifs() argument
1392 vorbis_residue_decode_internal(vorbis_context *vc, vorbis_residue *vr, unsigned ch, uint8_t *do_not_decode, float *vec, unsigned vlen, unsigned ch_left, int vr_type) vorbis_residue_decode_internal() argument
1567 vorbis_residue_decode(vorbis_context *vc, vorbis_residue *vr, unsigned ch, uint8_t *do_not_decode, float *vec, unsigned vlen, unsigned ch_left) vorbis_residue_decode() argument
1611 vorbis_parse_audio_packet(vorbis_context *vc, float **floor_ptr) vorbis_parse_audio_packet() argument
1779 vorbis_context *vc = avctx->priv_data; vorbis_decode_frame() local
1872 vorbis_context *vc = avctx->priv_data; vorbis_decode_close() local
1881 vorbis_context *vc = avctx->priv_data; vorbis_decode_flush() local
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rdlow-operand-imm8-in-it-block-t32.cc95 const TestData kTests[] = {{{vc, r1, 111}, true, vc, "vc r1 111", "vc_r1_111"},
109 {{vc, r7, 207}, true, vc, "vc r7 207", "vc_r7_207"},
119 {{vc, r0, 217}, true, vc, "vc r0 217", "vc_r0_217"},
139 {{vc, r
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-imm8-in-it-block-t32.cc98 {{vc, r6, r6, 138}, true, vc, "vc r6 r6 138", "vc_r6_r6_138"},
102 {{vc, r5, r5, 114}, true, vc, "vc r5 r5 114", "vc_r5_r5_114"},
112 {{vc, r0, r0, 83}, true, vc, "vc r0 r0 83", "vc_r0_r0_83"},
134 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc543 {{vc, r0, r0}, true, vc, "vc r0 r0", "vc_r0_r0"},
544 {{vc, r0, r1}, true, vc, "vc r0 r1", "vc_r0_r1"},
545 {{vc, r0, r2}, true, vc, "vc r0 r2", "vc_r0_r2"},
546 {{vc, r
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-zero-in-it-block-t32.cc543 {{vc, r0, r0, 0}, true, vc, "vc r0 r0 0", "vc_r0_r0_0"},
544 {{vc, r0, r1, 0}, true, vc, "vc r0 r1 0", "vc_r0_r1_0"},
545 {{vc, r0, r2, 0}, true, vc, "vc r0 r2 0", "vc_r0_r2_0"},
546 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to31-in-it-block-t32.cc104 {{vc, r2, r2, LSL, 22}, true, vc, "vc r2 r2 LSL 22", "vc_r2_r2_LSL_22"},
127 {{vc, r0, r5, LSL, 20}, true, vc, "vc r0 r5 LSL 20", "vc_r0_r5_LSL_20"},
129 {{vc, r6, r0, LSL, 13}, true, vc, "vc r6 r0 LSL 13", "vc_r6_r0_LSL_13"},
134 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc1671 {{vc, r0, r0}, true, vc, "vc r0 r0", "vc_r0_r0"},
1672 {{vc, r0, r1}, true, vc, "vc r0 r1", "vc_r0_r1"},
1673 {{vc, r0, r2}, true, vc, "vc r0 r2", "vc_r0_r2"},
1674 {{vc, r
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-imm3-in-it-block-t32.cc109 {{vc, r5, r2, 5}, true, vc, "vc r5 r2 5", "vc_r5_r2_5"},
115 {{vc, r1, r2, 0}, true, vc, "vc r1 r2 0", "vc_r1_r2_0"},
144 {{vc, r4, r2, 7}, true, vc, "vc r4 r2 7", "vc_r4_r2_7"},
184 {{vc, r
[all...]
H A Dtest-assembler-cond-rdlow-rnlow-rmlow-in-it-block-t32.cc543 {{vc, r0, r0, r0}, true, vc, "vc r0 r0 r0", "vc_r0_r0_r0"},
544 {{vc, r0, r1, r0}, true, vc, "vc r0 r1 r0", "vc_r0_r1_r0"},
545 {{vc, r0, r2, r0}, true, vc, "vc r0 r2 r0", "vc_r0_r2_r0"},
546 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-in-it-block-t32.cc100 {{vc, r4, r4, ROR, r1}, true, vc, "vc r4 r4 ROR r1", "vc_r4_r4_ROR_r1"},
102 {{vc, r4, r4, LSR, r4}, true, vc, "vc r4 r4 LSR r4", "vc_r4_r4_LSR_r4"},
134 {{vc, r5, r5, ROR, r3}, true, vc, "vc r5 r5 ROR r3", "vc_r5_r5_ROR_r3"},
138 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-rn-operand-rm-rd-is-rn-is-sp-in-it-block-t32.cc200 {{vc, r13, r13, r0}, true, vc, "vc r13 r13 r0", "vc_r13_r13_r0"},
201 {{vc, r13, r13, r1}, true, vc, "vc r13 r13 r1", "vc_r13_r13_r1"},
202 {{vc, r13, r13, r2}, true, vc, "vc r13 r13 r2", "vc_r13_r13_r2"},
203 {{vc, r1
[all...]
H A Dtest-assembler-cond-rd-rn-operand-rm-all-low-in-it-block-t32.cc103 {{vc, r4, r3, r4}, true, vc, "vc r4 r3 r4", "vc_r4_r3_r4"},
142 {{vc, r6, r2, r3}, true, vc, "vc r6 r2 r3", "vc_r6_r2_r3"},
148 {{vc, r4, r6, r3}, true, vc, "vc r4 r6 r3", "vc_r4_r6_r3"},
159 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-rn-operand-rm-rd-is-rn-in-it-block-t32.cc100 {{vc, r11, r11, r0}, true, vc, "vc r11 r11 r0", "vc_r11_r11_r0"},
133 {{vc, r8, r8, r6}, true, vc, "vc r8 r8 r6", "vc_r8_r8_r6"},
143 {{vc, r6, r6, r14}, true, vc, "vc r6 r6 r14", "vc_r6_r6_r14"},
148 {{vc, r1
[all...]
H A Dtest-macro-assembler-cond-rd-rn-a32.cc101 {{vc, r7, r11}, "vc, r7, r11", "vc_r7_r11"},
156 {{vc, r14, r4}, "vc, r14, r4", "vc_r14_r4"},
157 {{vc, r1, r10}, "vc, r1, r10", "vc_r1_r10"},
160 {{vc, r14, r5}, "vc, r14, r5", "vc_r14_r5"},
163 {{vc, r7, r8}, "vc, r
[all...]
H A Dtest-macro-assembler-cond-rd-rn-t32.cc101 {{vc, r7, r11}, "vc, r7, r11", "vc_r7_r11"},
156 {{vc, r14, r4}, "vc, r14, r4", "vc_r14_r4"},
157 {{vc, r1, r10}, "vc, r1, r10", "vc_r1_r10"},
160 {{vc, r14, r5}, "vc, r14, r5", "vc_r14_r5"},
163 {{vc, r7, r8}, "vc, r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc112 {{vc, r2, r1, ASR, 29}, true, vc, "vc r2 r1 ASR 29", "vc_r2_r1_ASR_29"},
132 {{vc, r2, r5, ASR, 30}, true, vc, "vc r2 r5 ASR 30", "vc_r2_r5_ASR_30"},
143 {{vc, r0, r0, ASR, 18}, true, vc, "vc r0 r0 ASR 18", "vc_r0_r0_ASR_18"},
150 {{vc, r
[all...]
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc304 {{vc, r0, r15}, "vc, r0, r15", "vc_r0_r15"},
305 {{vc, r1, r15}, "vc, r1, r15", "vc_r1_r15"},
306 {{vc, r2, r15}, "vc, r2, r15", "vc_r2_r15"},
307 {{vc, r3, r15}, "vc, r3, r15", "vc_r3_r15"},
308 {{vc, r4, r15}, "vc, r
[all...]
H A Dtest-assembler-cond-rd-rn-operand-rm-all-low-rd-is-rn-in-it-block-t32.cc137 {{vc, r0, r0, r3}, true, vc, "vc r0 r0 r3", "vc_r0_r0_r3"},
140 {{vc, r0, r0, r1}, true, vc, "vc r0 r0 r1", "vc_r0_r0_r1"},
181 {{vc, r4, r4, r2}, true, vc, "vc r4 r4 r2", "vc_r4_r4_r2"},
182 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc149 {{vc, r0, r0}, true, vc, "vc r0 r0", "vc_r0_r0"},
150 {{vc, r1, r1}, true, vc, "vc r1 r1", "vc_r1_r1"},
151 {{vc, r2, r2}, true, vc, "vc r2 r2", "vc_r2_r2"},
152 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc151 {{vc, r0, r13, r0}, true, vc, "vc r0 r13 r0", "vc_r0_r13_r0"},
152 {{vc, r1, r13, r1}, true, vc, "vc r1 r13 r1", "vc_r1_r13_r1"},
153 {{vc, r2, r13, r2}, true, vc, "vc r2 r13 r2", "vc_r2_r13_r2"},
154 {{vc, r
[all...]
H A Dtest-assembler-cond-rd-operand-const-can-use-pc-a32.cc150 {{vc, r4, 0x2ac00000}, false, al, "vc r4 0x2ac00000", "vc_r4_0x2ac00000"},
164 {{vc, r9, 0xff000000}, false, al, "vc r9 0xff000000", "vc_r9_0xff000000"},
166 {{vc, r1, 0x00ff0000}, false, al, "vc r1 0x00ff0000", "vc_r1_0x00ff0000"},
200 {{vc, r9, 0x000003fc}, false, al, "vc r9 0x000003fc", "vc_r9_0x000003fc"},
244 {{vc, r7, 0x00ab0000}, false, al, "vc r
[all...]
H A Dtest-assembler-cond-rd-operand-const-cannot-use-pc-a32.cc124 {{vc, r10, 0xff000000},
127 "vc r10 0xff000000",
151 {{vc, r13, 0x0000ab00},
154 "vc r13 0x0000ab00",
174 {{vc, r13, 0x000000ab},
177 "vc r13 0x000000ab",
251 {{vc, r12, 0xf000000f},
254 "vc r12 0xf000000f",
282 {{vc, r12, 0xb000000a},
285 "vc r1
[all...]
/third_party/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc67 ngtcp2_version_cid vc; in handle_packet() local
69 rv = ngtcp2_pkt_decode_version_cid(&vc, data, datalen, SHRPX_QUIC_SCIDLEN); in handle_packet()
74 send_version_negotiation(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
75 vc.scidlen, remote_addr, local_addr); in handle_packet()
85 ngtcp2_cid_init(&dcid_key, vc.dcid, vc.dcidlen); in handle_packet()
130 if (vc in handle_packet()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c164 struct vc1_picparm_bsp *vc = (struct vc1_picparm_bsp *)map; in nouveau_vp3_fill_picparm_vc1_bsp() local
166 vc->width = dec->base.width; in nouveau_vp3_fill_picparm_vc1_bsp()
167 vc->height = dec->base.height; in nouveau_vp3_fill_picparm_vc1_bsp()
168 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; // 04 in nouveau_vp3_fill_picparm_vc1_bsp()
169 vc->postprocflag = d->postprocflag; in nouveau_vp3_fill_picparm_vc1_bsp()
170 vc->pulldown = d->pulldown; in nouveau_vp3_fill_picparm_vc1_bsp()
171 vc->interlaced = d->interlace; in nouveau_vp3_fill_picparm_vc1_bsp()
172 vc->tfcntrflag = d->tfcntrflag; // 08 in nouveau_vp3_fill_picparm_vc1_bsp()
173 vc->finterpflag = d->finterpflag; in nouveau_vp3_fill_picparm_vc1_bsp()
174 vc in nouveau_vp3_fill_picparm_vc1_bsp()
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Drnnutil.c41 if (rnndec_checkaddr(rnn->vc, rnn->dom[0], regbase, 0)) in finddom()
55 rnn->vc = rnn->vc_nocolor; in _rnn_init()
57 rnn->vc = rnndec_newcontext(rnn->db); in _rnn_init()
58 rnn->vc->colors = &envy_def_colors; in _rnn_init()
92 rnndec_varadd(rnn->vc, "chip", domain); in init()
93 if (rnn->vc != rnn->vc_nocolor) in init()
136 info = rnndec_decodeaddr(color ? rnn->vc : rnn->vc_nocolor, in rnn_regname()
150 return rnndec_decodeaddr(rnn->vc, finddom(rnn, regbase), regbase, 0); in rnn_reginfo()
156 return rnndec_decode_enum(rnn->vc, name, val); in rnn_enumname()

Completed in 20 milliseconds

123456