Home
last modified time | relevance | path

Searched refs:j_type (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwmv2dec.c43 int j_type; member
246 w->j_type = get_bits1(&s->gb); in ff_wmv2_decode_secondary_picture_header()
248 w->j_type = 0; // FIXME check in ff_wmv2_decode_secondary_picture_header()
250 if (!w->j_type) { in ff_wmv2_decode_secondary_picture_header()
275 "qscale:%d rlc:%d rl:%d dc:%d mbrl:%d j_type:%d \n", in ff_wmv2_decode_secondary_picture_header()
277 s->dc_table_index, s->per_mb_rl_table, w->j_type); in ff_wmv2_decode_secondary_picture_header()
282 w->j_type = 0; in ff_wmv2_decode_secondary_picture_header()
335 if (w->j_type) { in ff_wmv2_decode_secondary_picture_header()
455 if (w->j_type) in ff_wmv2_decode_mb()
H A Dwmv2enc.c36 int j_type; member
108 w->j_type = 0; in ff_wmv2_encode_picture_header()
115 put_bits(&s->pb, 1, w->j_type); in ff_wmv2_encode_picture_header()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A 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/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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/
H A Dremove_duplicates_pass.cpp117 analysis::Type* j_type = type_manager.GetType(j->result_id()); in RemoveDuplicateTypes() local
118 assert(j_type); in RemoveDuplicateTypes()
119 if (*i_type == *j_type) { in RemoveDuplicateTypes()
/third_party/skia/third_party/externals/harfbuzz/src/
H A 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/json/tests/src/
H A Dunit-bjdata.cpp2526 json j_type = json({{"_ArrayData_", {1, 2, 3, 4, 5, 6}}, {"_ArraySize_", {2, 3}}, {"_ArrayType_", "invalidtype"}}); variable
2530 CHECK(json::from_bjdata(json::to_bjdata(j_type), true, true) == j_type); variable

Completed in 11 milliseconds