Searched refs:dst_i (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
H A D | float_dsp_mips.c | 151 float * dst_j, *win_j, *src0_i, *src1_j, *dst_i, *win_i; in vector_fmul_window_mips() local 162 dst_i = (float *)dst; in vector_fmul_window_mips() 196 "swc1 %[temp], 0(%[dst_i]) \n\t" /* dst[i] = s0*wj - s1*wi; */ in vector_fmul_window_mips() 198 "swc1 %[temp2], 4(%[dst_i]) \n\t" /* dst[i+1] = s01*wj1 - s11*wi1; */ in vector_fmul_window_mips() 208 "swc1 %[temp], 8(%[dst_i]) \n\t" /* dst[i+2] = s0*wj2 - s1*wi2; */ in vector_fmul_window_mips() 210 "swc1 %[temp2], 12(%[dst_i]) \n\t" /* dst[i+2] = s01*wj3 - s11*wi3; */ in vector_fmul_window_mips() 212 PTR_ADDIU "%[dst_i],16 \n\t" in vector_fmul_window_mips() 217 [src1_j]"+r"(src1_j), [win_j]"+r"(win_j), [dst_i]"+r"(dst_i), in vector_fmul_window_mips()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 492 for (int dst_i = 0; dst_i < dst_tmp_array.Size; dst_i++) in ImFontAtlasBuildWithFreeTypeEx() 493 dst_tmp_array[dst_i].GlyphsSet.Clear(); in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1875 for (int dst_i = 0; dst_i < dst_tmp_array.Size; dst_i++) in ImFontAtlasBuildWithStbTruetype() 1876 dst_tmp_array[dst_i].GlyphsSet.Clear(); in ImFontAtlasBuildWithStbTruetype()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 2426 for (int dst_i = 0; dst_i < dst_tmp_array.Size; dst_i++) in ImFontAtlasBuildWithStbTruetype() 2427 dst_tmp_array[dst_i].GlyphsSet.Clear(); in ImFontAtlasBuildWithStbTruetype()
|
/third_party/backends/backend/ |
H A D | avision.c | 6613 int dst_i = i / 2 + (i % 2) * (lines / 2); in get_background_raster() local 6619 dst_i = i / 2 + ((i+1) % 2) * (lines / 2); in get_background_raster() 6621 dst_raster = deinterlaced + bytes_per_line * dst_i; in get_background_raster() 6624 DBG(3, "get_background_raster: deinterlaced %d -> %d\n", i, dst_i); in get_background_raster()
|
Completed in 26 milliseconds