Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatespu.c484 size_t max_nybbles[2]; in gst_kate_spu_decode_spu() local
566 max_nybbles[0] = 2 * (packet_size - ke->spu_pix_data[0]); in gst_kate_spu_decode_spu()
567 max_nybbles[1] = 2 * (packet_size - ke->spu_pix_data[1]); in gst_kate_spu_decode_spu()
571 if (G_UNLIKELY (nybble_offset[y & 1] >= max_nybbles[y & 1])) { in gst_kate_spu_decode_spu()
596 (guint) (max_nybbles[0] - nybble_offset[0]), in gst_kate_spu_decode_spu()
597 (guint) (max_nybbles[1] - nybble_offset[1])); in gst_kate_spu_decode_spu()