Home
last modified time | relevance | path

Searched refs:sidx (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmicrodvddec.c205 int i, sidx; in microdvd_open_tags() local
212 for (sidx = 0; sidx < sizeof(MICRODVD_STYLES) - 1; sidx++) in microdvd_open_tags()
213 if (tags[i].data1 & (1 << sidx)) in microdvd_open_tags()
214 av_bprintf(new_line, "{\\%c1}", MICRODVD_STYLES[sidx]); in microdvd_open_tags()
248 int i, sidx; in microdvd_close_no_persistent_tags() local
256 for (sidx = sizeof(MICRODVD_STYLES) - 2; sidx >= 0; sidx in microdvd_close_no_persistent_tags()
324 int i, sidx; microdvd_init() local
[all...]
H A Dgdv.c523 int sidx = PREAMBLE_SIZE, didx = 0; in gdv_decode_frame() local
527 memcpy(dst + didx, gdv->frame + sidx, avctx->width); in gdv_decode_frame()
528 sidx += avctx->width; in gdv_decode_frame()
532 int sidx = PREAMBLE_SIZE, didx = 0; in gdv_decode_frame() local
537 memcpy(dst + didx, gdv->frame + sidx, avctx->width); in gdv_decode_frame()
540 uint8_t *src2 = gdv->frame + sidx; in gdv_decode_frame()
545 sidx += !gdv->scale_v ? avctx->width : avctx->width/2; in gdv_decode_frame()
H A Dh264_direct.c125 int sidx = (h->picture_structure & 1) ^ 1; in ff_h264_direct_ref_list_init() local
129 cur->ref_count[sidx][list] = sl->ref_count[list]; in ff_h264_direct_ref_list_init()
131 cur->ref_poc[sidx][list][j] = 4 * sl->ref_list[list][j].parent->frame_num + in ff_h264_direct_ref_list_init()
161 sidx = sl->col_parity; in ff_h264_direct_ref_list_init()
172 fill_colmap(h, sl, sl->map_col_to_list0, list, sidx, ref1sidx, 0); in ff_h264_direct_ref_list_init()
H A Dmss3.c221 int send, sidx = 1; in model256_update() local
242 while (sidx <= send) in model256_update()
243 m->secondary[sidx++] = i - 1; in model256_update()
245 while (sidx < m->sec_size) in model256_update()
246 m->secondary[sidx++] = 255; in model256_update()
H A Dmobiclip.c1088 int sidx = -FFMAX(1, index) + s->current_pic; in predict_motion() local
1091 if (sidx < 0) in predict_motion()
1092 sidx += 6; in predict_motion()
1119 av_assert0(s->pic[sidx]); in predict_motion()
1122 if (!s->pic[sidx]->data[i]) in predict_motion()
1126 src_linesize = s->pic[sidx]->linesize[i]; in predict_motion()
1138 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion()
1148 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion()
1160 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion()
1172 src = s->pic[sidx] in predict_motion()
[all...]
H A Datrac9dec.c972 const float sidx = ( i + 0.5f) / len; in atrac9_decode_init() local
974 const float s_c = sinf(sidx*M_PI - M_PI_2)*0.5f + 0.5f; in atrac9_decode_init()
/third_party/mesa3d/src/mesa/main/
H A Duniform_query.cpp412 int sidx = i * dmul; in _mesa_get_uniform() local
418 sidx = column * align(components, 2) + row; in _mesa_get_uniform()
425 dst[didx].f = _mesa_half_to_float(((uint16_t*)src)[sidx]); in _mesa_get_uniform()
428 dst[didx].f = (float) src[sidx].u; in _mesa_get_uniform()
433 dst[didx].f = (float) src[sidx].i; in _mesa_get_uniform()
436 dst[didx].f = src[sidx].i ? 1.0f : 0.0f; in _mesa_get_uniform()
440 memcpy(&tmp, &src[sidx].f, sizeof(tmp)); in _mesa_get_uniform()
446 memcpy(&tmp, &src[sidx].u, sizeof(tmp)); in _mesa_get_uniform()
452 memcpy(&tmp, &src[sidx].i, sizeof(tmp)); in _mesa_get_uniform()
465 double f = _mesa_half_to_float(((uint16_t*)src)[sidx]); in _mesa_get_uniform()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java589 int sidx = result.indexOf('('); in getDisplayName()
591 if (sidx != -1 && eidx != -1 && (eidx - sidx) == 3) { in getDisplayName()
592 teststr = result.substring(sidx+1, eidx); in getDisplayName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGlobalizationPreferences.java591 int sidx = result.indexOf('('); in getDisplayName()
593 if (sidx != -1 && eidx != -1 && (eidx - sidx) == 3) { in getDisplayName()
594 teststr = result.substring(sidx+1, eidx); in getDisplayName()
/third_party/pulseaudio/src/pulsecore/
H A Dcli-text.c139 uint32_t sidx; in pa_card_list_to_string() local
171 PA_IDXSET_FOREACH(sink, card->sinks, sidx) in pa_card_list_to_string()
177 PA_IDXSET_FOREACH(source, card->sources, sidx) in pa_card_list_to_string()
/third_party/elfutils/src/
H A Dstrip.c2030 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf() local
2032 elf_assert (sidx < shnum); in handle_elf()
2033 sec = shdr_info[sidx].idx; in handle_elf()
2073 && shdr_info[sidx].shdr.sh_type != SHT_GROUP) in handle_elf()
2098 || ((shdr_info[sidx].shdr.sh_type in handle_elf()
2100 && (shdr_info[sidx].shdr.sh_info in handle_elf()
/third_party/python/Objects/
H A Drangeobject.c601 PyObject *sidx = PyNumber_FloorDivide(idx, r->step); in range_index() local
603 return sidx; in range_index()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c4446 unsigned sidx = deref_instr->strct.index; in get_sampler_desc_internal() local
4448 constant_index += glsl_get_struct_location_offset(deref_instr->type, sidx); in get_sampler_desc_internal()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 28 milliseconds