Searched refs:top_dc (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred_init.c | 54 PRED8x8(top_dc, 10, sse2) 69 PRED8x8L(top_dc, 10, sse2) 70 PRED8x8L(top_dc, 10, avx) 95 PRED16x16(top_dc, 10, mmxext) 96 PRED16x16(top_dc, 10, sse2) 132 PRED8x8(top_dc, 8, mmxext) 148 PRED8x8L(top_dc, 8, mmxext) 149 PRED8x8L(top_dc, 8, ssse3)
|
/third_party/ffmpeg/libavcodec/ |
D | clearvideo.c | 81 int top_dc[3], left_dc[4]; member 189 c->block[0] += c->top_dc[0]; in decode_mb() 190 c->top_dc[0] = c->block[0]; in decode_mb() 209 c->block[0] += c->top_dc[i]; in decode_mb() 210 c->top_dc[i] = c->block[0]; in decode_mb() 545 c->top_dc[i] = 32; in clv_decode_frame()
|