Home
last modified time | relevance | path

Searched refs:inds (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfastaudio.c128 int inds[4], pads[4]; in fastaudio_decode() local
139 inds[3 - i] = read_bits(6, &pos, src); in fastaudio_decode()
145 float value = av_int2float((inds[i] + 1) << 20) * powf(2.f, 116.f); in fastaudio_decode()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1239 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; in store_aos_array() local
1250 inds[i] = indices[i]; in store_aos_array()
1252 inds[i] = linear_inds[i]; in store_aos_array()
1254 io_ptrs[i] = LLVMBuildGEP2(builder, io_type, io_ptr, &inds[i], 1, ""); in store_aos_array()
1283 io_ptrs[i], inds[i], val); in store_aos_array()
1387 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; in store_clip() local
1395 inds[i] = lp_build_const_int32(gallivm, i); in store_clip()
1396 io_ptrs[i] = LLVMBuildGEP2(builder, io_type, io_ptr, &inds[i], 1, ""); in store_clip()

Completed in 8 milliseconds