Searched refs:dec (Results 1 - 25 of 75) sorted by relevance

123

/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dframe.c27 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) { argument
28 const int mb_w = dec->mb_w_;
32 const int yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_);
33 const int coeffs_size = 384 * sizeof(*dec->coeffs_);
34 const int cache_height = (16 + kFilterExtraRows[dec->filter_type_]) * 3 / 2;
42 if (needed > dec->mem_size_) {
43 free(dec->mem_);
44 dec->mem_size_ = 0;
45 dec->mem_ = (uint8_t*)malloc(needed);
46 if (dec
122 DoFilter(VP8Decoder* const dec, int mb_x, int mb_y) argument
167 VP8StoreBlock(VP8Decoder* const dec) argument
214 VP8FinishRow(VP8Decoder* const dec, VP8Io* io) argument
273 CheckMode(VP8Decoder* const dec, int mode) argument
288 VP8ReconstructBlock(VP8Decoder* const dec) argument
[all...]
H A Dvp8.c18 static void SetOk(VP8Decoder* const dec) { argument
19 dec->status_ = VP8_STATUS_OK;
20 dec->error_msg_ = "OK";
33 VP8Decoder* dec = (VP8Decoder*)calloc(1, sizeof(VP8Decoder)); local
34 if (dec) {
35 SetOk(dec);
36 dec->ready_ = 0;
38 return dec;
41 VP8StatusCode VP8Status(VP8Decoder* const dec) { argument
42 if (!dec) retur
46 VP8StatusMessage(VP8Decoder* const dec) argument
52 VP8Delete(VP8Decoder* const dec) argument
59 VP8SetError(VP8Decoder* const dec, VP8StatusCode error, const char * const msg) argument
110 ParsePartitions(VP8Decoder* const dec, const uint8_t* buf, uint32_t size) argument
140 ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) argument
184 VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) argument
447 ParseResiduals(VP8Decoder* const dec, VP8MB* const mb, VP8BitReader* const token_br) argument
529 ParseFrame(VP8Decoder* const dec, VP8Io* io) argument
596 VP8Decode(VP8Decoder* const dec, VP8Io* const io) argument
644 VP8Clear(VP8Decoder* const dec) argument
[all...]
H A Dquant.c64 void VP8ParseQuant(VP8Decoder* const dec) { argument
65 VP8BitReader* const br = &dec->br_;
73 const VP8SegmentHeader* const hdr = &dec->segment_hdr_;
85 dec->dqm_[i] = dec->dqm_[0];
92 VP8QuantMatrix* const m = &dec->dqm_[i];
H A Dtree.c338 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec) { argument
339 uint8_t* const top = dec->intra_t_ + 4 * dec->mb_x_;
340 uint8_t* const left = dec->intra_l_;
342 dec->is_i4x4_ = !VP8GetBit(br, 145); // decide for B_PRED first
343 if (!dec->is_i4x4_) {
347 dec->imodes_[0] = ymode;
351 uint8_t* modes = dec->imodes_;
384 dec->uvmode_ = !VP8GetBit(br, 142) ? DC_PRED
540 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec) { argument
[all...]
H A Dvp8i.h249 int VP8SetError(VP8Decoder* const dec,
254 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec);
255 void VP8ParseIntraMode(VP8BitReader* const br, VP8Decoder* const dec);
258 void VP8ParseQuant(VP8Decoder* const dec);
261 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
263 void VP8ReconstructBlock(VP8Decoder* const dec);
265 void VP8StoreBlock(VP8Decoder* const dec);
267 int VP8FinishRow(VP8Decoder* const dec, VP8Io* io);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djp2_dec.c136 static void jp2_dec_destroy(jp2_dec_t *dec);
147 jp2_dec_t *dec; local
163 dec = 0;
167 if (!(dec = jp2_dec_create())) {
209 if (!dec->ihdr) {
210 dec->ihdr = box;
215 if (!dec->bpcc) {
216 dec->bpcc = box;
221 if (!dec->cdef) {
222 dec
517 jp2_dec_t *dec; local
533 jp2_dec_destroy(jp2_dec_t *dec) argument
[all...]
H A Djpc_mqdec.h176 void jpc_mqdec_destroy(jpc_mqdec_t *dec);
183 void jpc_mqdec_setinput(jpc_mqdec_t *dec, jas_stream_t *in);
186 void jpc_mqdec_init(jpc_mqdec_t *dec);
193 #define jpc_mqdec_setcurctx(dec, ctxno) \
197 void jpc_mqdec_setctx(jpc_mqdec_t *dec, int ctxno, jpc_mqctx_t *ctx);
200 void jpc_mqdec_setctxs(jpc_mqdec_t *dec, int numctxs, jpc_mqctx_t *ctxs);
208 #define jpc_mqdec_getbit(dec) \
209 jpc_mqdec_getbit_macro(dec)
211 #define jpc_mqdec_getbit(dec) \
212 jpc_mqdec_getbit_func(dec)
[all...]
H A Djpc_t1dec.h135 int jpc_dec_decodecblks(jpc_dec_t *dec, jpc_dec_tile_t *tile);
H A Djpc_t2dec.h138 int jpc_dec_decodepkts(jpc_dec_t *dec, jas_stream_t *pkthdrstream,
142 jpc_pi_t *jpc_dec_pi_create(jpc_dec_t *dec, jpc_dec_tile_t *tile);
H A Djpc_dec.c165 int (*action)(jpc_dec_t *dec, jpc_ms_t *ms);
187 static int jpc_dec_dump(jpc_dec_t *dec, FILE *out);
224 static int jpc_dec_decode(jpc_dec_t *dec);
226 static void jpc_dec_destroy(jpc_dec_t *dec);
230 static int jpc_dec_tiledecode(jpc_dec_t *dec, jpc_dec_tile_t *tile);
231 static int jpc_dec_tileinit(jpc_dec_t *dec, jpc_dec_tile_t *tile);
232 static int jpc_dec_tilefini(jpc_dec_t *dec, jpc_dec_tile_t *tile);
233 static int jpc_dec_process_soc(jpc_dec_t *dec, jpc_ms_t *ms);
234 static int jpc_dec_process_sot(jpc_dec_t *dec, jpc_ms_t *ms);
235 static int jpc_dec_process_sod(jpc_dec_t *dec, jpc_ms_
285 jpc_dec_t *dec; local
401 jpc_dec_decode(jpc_dec_t *dec) argument
457 jpc_dec_process_crg(jpc_dec_t *dec, jpc_ms_t *ms) argument
477 jpc_dec_process_soc(jpc_dec_t *dec, jpc_ms_t *ms) argument
485 jpc_dec_process_sot(jpc_dec_t *dec, jpc_ms_t *ms) argument
583 jpc_dec_process_sod(jpc_dec_t *dec, jpc_ms_t *ms) argument
680 jpc_dec_tileinit(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
952 jpc_dec_tilefini(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
1059 jpc_dec_tiledecode(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
1180 jpc_dec_process_eoc(jpc_dec_t *dec, jpc_ms_t *ms) argument
1200 jpc_dec_process_siz(jpc_dec_t *dec, jpc_ms_t *ms) argument
1296 jpc_dec_process_cod(jpc_dec_t *dec, jpc_ms_t *ms) argument
1318 jpc_dec_process_coc(jpc_dec_t *dec, jpc_ms_t *ms) argument
1345 jpc_dec_process_rgn(jpc_dec_t *dec, jpc_ms_t *ms) argument
1373 jpc_dec_process_qcd(jpc_dec_t *dec, jpc_ms_t *ms) argument
1395 jpc_dec_process_qcc(jpc_dec_t *dec, jpc_ms_t *ms) argument
1422 jpc_dec_process_poc(jpc_dec_t *dec, jpc_ms_t *ms) argument
1448 jpc_dec_process_ppm(jpc_dec_t *dec, jpc_ms_t *ms) argument
1472 jpc_dec_process_ppt(jpc_dec_t *dec, jpc_ms_t *ms) argument
1497 jpc_dec_process_com(jpc_dec_t *dec, jpc_ms_t *ms) argument
1502 jpc_dec_process_unk(jpc_dec_t *dec, jpc_ms_t *ms) argument
1874 jpc_dec_t *dec; local
1910 jpc_dec_destroy(jpc_dec_t *dec) argument
2012 jpc_dec_dump(jpc_dec_t *dec, FILE *out) argument
[all...]
H A Djpc_t2dec.c149 static int jpc_dec_decodepkt(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in, int compno, int lvlno,
205 static int jpc_dec_decodepkt(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in, int compno, int rlvlno, argument
241 discard = (lyrno >= dec->maxlyrs);
243 tile = dec->curtile;
254 if (!(ms = jpc_getms(in, dec->cstate))) {
395 if (!(ms = jpc_getms(pkthdrstream, dec->cstate))) {
462 int jpc_dec_decodepkts(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in) argument
468 tile = dec->curtile;
489 if (dec->maxpkts >= 0 && dec
509 jpc_dec_pi_create(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
[all...]
H A Djpc_t1dec.c141 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band,
143 static int dec_sigpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient,
145 static int dec_rawsigpass(jpc_dec_t *dec, jpc_bitstream_t *in, int bitpos,
147 static int dec_refpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int vcausalflag,
149 static int dec_rawrefpass(jpc_dec_t *dec, jpc_bitstream_t *in, int bitpos,
151 static int dec_clnpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient,
192 int jpc_dec_decodecblks(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
205 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0;
225 if (jpc_dec_decodecblk(dec, tile, tcomp,
239 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_ argument
410 dec_sigpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient, int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data) argument
513 dec_rawsigpass(jpc_dec_t *dec, jpc_bitstream_t *in, int bitpos, int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data) argument
612 dec_refpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data) argument
706 dec_rawrefpass(jpc_dec_t *dec, jpc_bitstream_t *in, int bitpos, int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data) argument
810 dec_clnpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient, int vcausalflag, int segsymflag, jas_matrix_t *flags, jas_matrix_t *data) argument
[all...]
/haiku-fatelf/headers/cpp/
H A Dstream.h38 extern char* dec(long, int=0);
39 extern char* dec(int, int=0);
40 extern char* dec(unsigned long, int=0);
41 extern char* dec(unsigned int, int=0);
/haiku-fatelf/src/add-ons/translators/webp/libwebp/webp/
H A Ddecode_vp8.h35 // VP8Decoder* dec = VP8New();
36 // bool ok = VP8Decode(dec);
37 // if (!ok) printf("Error: %s\n", VP8StatusMessage(dec));
38 // VP8Delete(dec);
102 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
106 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
121 VP8StatusCode VP8Status(VP8Decoder* const dec);
124 const char* VP8StatusMessage(VP8Decoder* const dec);
128 void VP8Clear(VP8Decoder* const dec);
131 void VP8Delete(VP8Decoder* const dec);
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dauxv.c199 enum { dec, hex, str } flavor = hex; enumerator in enum:__anon3674
207 TAG (AT_EXECFD, "File descriptor of program", dec);
209 TAG (AT_PHENT, "Size of program header entry", dec);
210 TAG (AT_PHNUM, "Number of program headers", dec);
211 TAG (AT_PAGESZ, "System page size", dec);
215 TAG (AT_NOTELF, "Program is not ELF", dec);
216 TAG (AT_UID, "Real user ID", dec);
217 TAG (AT_EUID, "Effective user ID", dec);
218 TAG (AT_GID, "Real group ID", dec);
219 TAG (AT_EGID, "Effective group ID", dec);
[all...]
/haiku-fatelf/src/tests/kits/midi/
H A Dtest1.cpp29 cout << "Start Time: " << dec << start_time << "ms" << endl;
30 cout << "Stop Time: " << dec << stop_time << "ms" << endl;
31 cout << "Total time: " << dec << stop_time - start_time << "ms" << endl;
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstream.cc94 char* dec(long i, int len /* = 0 */) function
99 char* dec(int i, int len /* = 0 */) function
104 char* dec(unsigned long i, int len /* = 0 */) function
108 char* dec(unsigned int i, int len /* = 0 */) function
H A Diomanip.cc43 b = ios::dec; break;
H A Dstdstreams.cc96 (streambuf*)&SBUF, TIE, 0, ios::skipws|ios::dec|EXTRA_FLAGS, ' ',0,0,6
99 (streambuf*)&SBUF, TIE, 0, ios::dont_close|ios::dec|ios::skipws|EXTRA_FLAGS, ' ',0,0,6
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcontrol.c172 int dec, value, total, star, ch; local
182 value = dec = 0;
186 dec *= 10;
189 dec = 1;
198 if (dec > 1) {
199 total += (value * star) / dec;
/haiku-fatelf/src/tools/cppunit/
H A DTestUtils.cpp11 using std::dec;
185 cout << endl << "DecodeResult() -- " "0x" << hex << result << " (" << dec << result << ") == " << str << endl;
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Darch.S242 dec %ecx
262 dec %esi
274 dec %eax
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Darch.S229 dec %rcx
249 dec %rsi
265 dec %rax
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c5706 xmlSchemaValDecimal dec = val->value.decimal; local
5711 bufsize = dec.total + 2;
5712 if (dec.sign)
5715 if ((dec.frac == 0) || (dec.frac == dec.total))
5719 if (dec.sign)
5721 if (dec.frac == dec.total) {
5725 if (dec
5784 xmlSchemaValDecimal dec = val->value.decimal; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A DRKkana.c556 int dec; local
561 dec = *s - 0xb0;
569 dec = *s-- - '0';
575 code = hiragana[dec + '0'];
579 code = suujinew[dec];
586 digit[pend++] = dec;
635 code = hiragana[dec + '0'];
962 int dec, thru = *s; local
967 dec = *s-- - 0xa3b0;
972 dec
[all...]

Completed in 388 milliseconds

123