Searched refs:v_j (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.2.c | 6867 uint32_t v_j = 0; in wuffs_deflate__decoder__init_huff() local 7022 v_j = v_prev_cl; in wuffs_deflate__decoder__init_huff() 7023 while (v_j <= 15) { in wuffs_deflate__decoder__init_huff() 7024 if (v_remaining <= ((uint32_t)(v_counts[v_j]))) { in wuffs_deflate__decoder__init_huff() 7027 v_remaining -= ((uint32_t)(v_counts[v_j])); in wuffs_deflate__decoder__init_huff() 7032 v_j += 1; in wuffs_deflate__decoder__init_huff() 7035 if ((v_j <= 9) || (15 < v_j)) { in wuffs_deflate__decoder__init_huff() 7038 v_j -= 9; in wuffs_deflate__decoder__init_huff() 7039 v_initial_high_bits = (((uint32_t)(1)) << v_j); in wuffs_deflate__decoder__init_huff() 9428 uint32_t v_j = 0; wuffs_gif__decoder__decode_lsd() local 10807 uint64_t v_j = 0; wuffs_gif__decoder__copy_to_image_buffer() local [all...] |
H A D | wuffs-v0.3.c | 26398 uint32_t v_j = 0; in wuffs_deflate__decoder__init_huff() local 26546 v_j = v_prev_cl; in wuffs_deflate__decoder__init_huff() 26547 while (v_j <= 15) { in wuffs_deflate__decoder__init_huff() 26548 if (v_remaining <= ((uint32_t)(v_counts[v_j]))) { in wuffs_deflate__decoder__init_huff() 26551 v_remaining -= ((uint32_t)(v_counts[v_j])); in wuffs_deflate__decoder__init_huff() 26556 v_j += 1; in wuffs_deflate__decoder__init_huff() 26559 if ((v_j <= 9) || (15 < v_j)) { in wuffs_deflate__decoder__init_huff() 26562 v_j -= 9; in wuffs_deflate__decoder__init_huff() 26563 v_initial_high_bits = (((uint32_t)(1)) << v_j); in wuffs_deflate__decoder__init_huff() 29367 uint32_t v_j = 0; wuffs_gif__decoder__decode_lsd() local 30631 uint64_t v_j = 0; wuffs_gif__decoder__copy_to_image_buffer() local [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tex_sample.c | 3358 const int v_j[TGSI_QUAD_SIZE], in sp_get_texels() 3412 const int y = CLAMP(v_j[j], sp_sview->base.u.tex.first_layer, in sp_get_texels() 3424 const int y = CLAMP(v_j[j] + offset[1], 0, height - 1); in sp_get_texels() 3435 const int y = CLAMP(v_j[j] + offset[1], 0, height - 1); in sp_get_texels() 3447 int y = CLAMP(v_j[j] + offset[1], 0, height - 1); in sp_get_texels() 3356 sp_get_texels(const struct sp_sampler_view *sp_sview, const int v_i[TGSI_QUAD_SIZE], const int v_j[TGSI_QUAD_SIZE], const int v_k[TGSI_QUAD_SIZE], const int lod[TGSI_QUAD_SIZE], const int8_t offset[3], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_get_texels() argument
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 27485 uint32_t v_j = 0; in wuffs_deflate__decoder__init_huff() local 27636 v_j = v_prev_cl; in wuffs_deflate__decoder__init_huff() 27637 while (v_j <= 15) { in wuffs_deflate__decoder__init_huff() 27638 if (v_remaining <= ((uint32_t)(v_counts[v_j]))) { in wuffs_deflate__decoder__init_huff() 27641 v_remaining -= ((uint32_t)(v_counts[v_j])); in wuffs_deflate__decoder__init_huff() 27646 v_j += 1; in wuffs_deflate__decoder__init_huff() 27649 if ((v_j <= 9) || (15 < v_j)) { in wuffs_deflate__decoder__init_huff() 27652 v_j -= 9; in wuffs_deflate__decoder__init_huff() 27653 v_initial_high_bits = (((uint32_t)(1)) << v_j); in wuffs_deflate__decoder__init_huff() 30449 uint32_t v_j = 0; wuffs_gif__decoder__decode_lsd() local 31739 uint64_t v_j = 0; wuffs_gif__decoder__copy_to_image_buffer() local [all...] |
Completed in 104 milliseconds