Home
last modified time | relevance | path

Searched refs:j_type (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp120 analysis::Type* j_type = type_manager.GetType(j->result_id()); in RemoveDuplicateTypes() local
121 assert(j_type); in RemoveDuplicateTypes()
122 if (*i_type == *j_type) { in RemoveDuplicateTypes()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp120 analysis::Type* j_type = type_manager.GetType(j->result_id()); in RemoveDuplicateTypes() local
121 assert(j_type); in RemoveDuplicateTypes()
122 if (*i_type == *j_type) { in RemoveDuplicateTypes()
/third_party/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp119 analysis::Type* j_type = type_manager.GetType(j->result_id()); in RemoveDuplicateTypes() local
120 assert(j_type); in RemoveDuplicateTypes()
121 if (*i_type == *j_type) { in RemoveDuplicateTypes()
/third_party/ffmpeg/libavcodec/
Dwmv2dec.c177 w->j_type = get_bits1(&s->gb); in ff_wmv2_decode_secondary_picture_header()
179 w->j_type = 0; // FIXME check in ff_wmv2_decode_secondary_picture_header()
181 if (!w->j_type) { in ff_wmv2_decode_secondary_picture_header()
208 s->dc_table_index, s->per_mb_rl_table, w->j_type); in ff_wmv2_decode_secondary_picture_header()
213 w->j_type = 0; in ff_wmv2_decode_secondary_picture_header()
266 if (w->j_type) { in ff_wmv2_decode_secondary_picture_header()
384 if (w->j_type) in ff_wmv2_decode_mb()
Dwmv2enc.c89 w->j_type = 0; in ff_wmv2_encode_picture_header()
96 put_bits(&s->pb, 1, w->j_type); in ff_wmv2_encode_picture_header()
Dwmv2.h42 int j_type; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc88 unsigned int j_type = joining_type(u); in get_joining_type() local
89 if (likely (j_type != JOINING_TYPE_X)) in get_joining_type()
90 return j_type; in get_joining_type()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc85 unsigned int j_type = joining_type(u); in get_joining_type() local
86 if (likely (j_type != JOINING_TYPE_X)) in get_joining_type()
87 return j_type; in get_joining_type()
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc88 unsigned int j_type = joining_type(u); in get_joining_type() local
89 if (likely (j_type != JOINING_TYPE_X)) in get_joining_type()
90 return j_type; in get_joining_type()