Searched refs:decode_subblock (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/etc1/ |
H A D | etc1.cpp | 175 void decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, in decode_subblock() function 237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped); in etc1_decode_block() 238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped); in etc1_decode_block()
|
/third_party/ffmpeg/libavcodec/ |
H A D | rv34.c | 235 static inline void decode_subblock(int16_t *dst, int code, const int is_block2, GetBitContext *gb, VLC *vlc, int q) in decode_subblock() function 302 decode_subblock(dst + 4*0+2, code, 0, gb, &rvlc->coefficient, q_ac2); in rv34_decode_block() 306 decode_subblock(dst + 4*2+0, code, 1, gb, &rvlc->coefficient, q_ac2); in rv34_decode_block() 310 decode_subblock(dst + 4*2+2, code, 0, gb, &rvlc->coefficient, q_ac2); in rv34_decode_block()
|
Completed in 5 milliseconds