HomeSort by relevance Sort by last modified time
    Searched defs:y_bit (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
oct.c 141 const int y_bit = form & 1; local
145 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) {
186 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
234 int y_bit, BN_CTX *ctx) {
257 y_bit = (y_bit != 0);
312 if (y_bit != BN_is_odd(y)) {
321 if (y_bit != BN_is_odd(y)) {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 426 uint32_t n_s, y_bit, g_bit; local
428 RETURN_FALSE_ON_ERROR(parser->ReadBits(&y_bit, 1));
432 vp9->spatial_layer_resolution_present = y_bit ? true : false;
435 if (y_bit) {
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp 1841 static const uint32_t y_bit = 2; variable
    [all...]

Completed in 168 milliseconds