Searched refs:cfs (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_assemble.c | 334 write_cfs(struct ir2_context *ctx, instr_cf_t *cfs, unsigned cf_idx, in write_cfs() argument 340 cfs[cf_idx++].alloc = *alloc; in write_cfs() 347 cfs[cf_idx++].exec = *exec; in write_cfs() 362 instr_cf_t cfs[384]; in assemble() local 385 cfs[num_cf++].alloc = alloc; in assemble() 399 num_cf = write_cfs(ctx, cfs, num_cf, NULL, &exec); in assemble() 401 cfs[num_cf++].jmp_call = (instr_cf_jmp_call_t){ in assemble() 454 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); in assemble() 481 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); in assemble() 510 num_cf = write_cfs(ctx, cfs, num_c in assemble() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signalstats.c | 44 int cfs; // pixel count per frame of chroma planes member 178 s->cfs = s->chromaw * s->chromah; in config_output() 655 clowp = lrint(s->cfs * 10 / 100.); in filter_frame8() 656 chighp = lrint(s->cfs * 90 / 100.); in filter_frame8() 697 if (medhue == -1 && acchue > s->cfs / 2) in filter_frame8() 720 SET_META("UAVG", "%g", 1.0 * totu / s->cfs); in filter_frame8() 726 SET_META("VAVG", "%g", 1.0 * totv / s->cfs); in filter_frame8() 732 SET_META("SATAVG", "%g", 1.0 * totsat / s->cfs); in filter_frame8() 737 SET_META("HUEAVG", "%g", 1.0 * tothue / s->cfs); in filter_frame8() 740 SET_META("UDIF", "%g", 1.0 * difu / s->cfs); in filter_frame8() [all...] |
/third_party/mesa3d/src/freedreno/ir2/ |
H A D | disasm-a2xx.c | 623 instr_cf_t *cfs = (instr_cf_t *)dwords; in disasm_a2xx() local 627 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx() 635 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx()
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie-fd.c | 245 off_t cfs = 0; in lws_fts_cache_chunktable() local 266 lt->chunk_filepos_start = cfs; in lws_fts_cache_chunktable() 270 cfs += (int32_t)b32(&buf[bp + 4]); in lws_fts_cache_chunktable()
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 93 bool cfs = false; in ssp_calculate_intern() local 154 cfs = true; in ssp_calculate_intern() 160 cfs = true; in ssp_calculate_intern() 414 if (cfs && ssp->ssp_prm[di].frame_pulse_width > 0 && in ssp_calculate_intern()
|
/third_party/ffmpeg/libavformat/ |
H A D | rmdec.c | 905 int cfs = ast->coded_framesize; in ff_rm_parse_packet() local 918 readfull(s, pb, ast->pkt.data+x*2*w+y*cfs, cfs); in ff_rm_parse_packet()
|
H A D | matroskadec.c | 3296 const int cfs = track->audio.coded_framesize; in matroska_parse_rm_audio() local 3306 if (size < cfs * h / 2) { in matroska_parse_rm_audio() 3312 memcpy(track->audio.buf + x * 2 * w + y * cfs, in matroska_parse_rm_audio() 3313 data + x * cfs, cfs); in matroska_parse_rm_audio()
|
/third_party/FatFs/source/ |
H A D | ff.c | 3064 FATFS *cfs; in f_mount() local 3073 cfs = FatFs[vol]; /* Pointer to the filesystem object of the volume */ in f_mount() 3075 if (cfs) { /* Unregister current filesystem object if regsitered */ in f_mount() 3077 clear_share(cfs); in f_mount() 3080 if (!ff_del_syncobj(&cfs->sobj)) return FR_INT_ERR; in f_mount() 3082 cfs->fs_type = 0; /* Invalidate the filesystem object to be unregistered */ in f_mount()
|
Completed in 24 milliseconds