Home
last modified time | relevance | path

Searched refs:s_index (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_template.c754 int s_index; in huffman_decode() local
761 s_index = 0; in huffman_decode()
774 memset(&g->sb_hybrid[s_index], 0, sizeof(*g->sb_hybrid) * 2 * j); in huffman_decode()
775 s_index += 2 * j; in huffman_decode()
793 g->sb_hybrid[s_index ] = in huffman_decode()
794 g->sb_hybrid[s_index + 1] = 0; in huffman_decode()
795 s_index += 2; in huffman_decode()
799 exponent= exponents[s_index]; in huffman_decode()
807 READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x) in huffman_decode()
813 g->sb_hybrid[s_index] in huffman_decode()
[all...]
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftbsdf.c731 FT_Int s_index; in bsdf_init_distance_map() local
748 s_index = ( s_rows - s_j - 1 ) * source->pitch; in bsdf_init_distance_map()
750 s_index = s_j * source->pitch; in bsdf_init_distance_map()
752 div = s_index + s_i / 8; in bsdf_init_distance_map()
780 FT_Int s_index; in bsdf_init_distance_map() local
795 s_index = ( s_rows - s_j - 1 ) * s_width + s_i; in bsdf_init_distance_map()
797 s_index = s_j * s_width + s_i; in bsdf_init_distance_map()
800 t[t_index].alpha = s[s_index]; in bsdf_init_distance_map()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp902 s_expression *s_index; in read_dereference() local
905 s_pattern array_pat[] = { "array_ref", s_subject, s_index }; in read_dereference()
918 ir_rvalue *idx = read_rvalue(s_index); in read_dereference()
/third_party/node/deps/ada/
H A Dada.cpp7803 char32_t s_index = input[input_count] - hangul_sbase;
7804 if (s_index % hangul_tcount != 0) {
7805 input[--descending_idx] = hangul_tbase + s_index % hangul_tcount;
7808 hangul_vbase + (s_index % hangul_ncount) / hangul_tcount;
7809 input[--descending_idx] = hangul_lbase + s_index / hangul_ncount;

Completed in 30 milliseconds