Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dsp.h107 void (*h264_add_pixels8_clear)(uint8_t *dst, int16_t *block, int stride); member
Dh264dsp.c75 c->h264_add_pixels8_clear = FUNC(ff_h264_add_pixels8, depth) in ff_h264dsp_init()
Dh264_mb.c631 idct_add = h->h264dsp.h264_add_pixels8_clear; in hl_decode_mb_predict_luma()
764 idct_add = IS_8x8DCT(mb_type) ? h->h264dsp.h264_add_pixels8_clear in hl_decode_mb_idct_luma()