Skip to main content

Module yuv

Module yuv 

Source

Functionsยง

clip ๐Ÿ”’
This function has been rewritten to encourage auto-vectorization.
fill_rgb_buffer_fancy ๐Ÿ”’
Fills an rgb buffer with the image from the yuv buffers Size of the buffer is assumed to be correct BPP is short for bytes per pixel, allows both rgb and rgba to be decoded
fill_rgb_buffer_simple ๐Ÿ”’
Simple conversion, not currently used but could add a config to allow for using the simple
fill_rgba_row_simple ๐Ÿ”’
fill_row_fancy_with_1_uv_row ๐Ÿ”’
fill_row_fancy_with_2_uv_rows ๐Ÿ”’
Fills a row with the fancy interpolation as detailed
get_fancy_chroma_value ๐Ÿ”’
mulhi ๐Ÿ”’
_mm_mulhi_epu16 emulation
set_pixel ๐Ÿ”’
yuv_to_b ๐Ÿ”’
yuv_to_g ๐Ÿ”’
yuv_to_r ๐Ÿ”’