Searched refs:BS_8x8 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9shared.h | 87 BS_8x8, enumerator
|
H A D | vp9block.c | 219 if (b->bs > BS_8x8) { in decode_mode() 270 if (b->bs > BS_8x8) { in decode_mode() 574 if (b->bs <= BS_8x8) { in decode_mode() 623 if (b->bs > BS_8x8) { in decode_mode() 749 if (b->bs > BS_8x8) { in decode_mode() 1058 DECODE_Y_COEF_LOOP(1, b->bs > BS_8x8 ? n : 0,); in decode_coeffs() 1307 if (!has_coeffs && b->bs <= BS_8x8 && !b->intra) { in ff_vp9_decode_block()
|
H A D | vp9mvs.c | 59 [BS_8x8] = { { 0, -1 }, { -1, 0 }, { -1, -1 }, { 0, -2 }, in find_ref_mvs()
|
H A D | vp9_mc_template.c | 53 if (b->bs > BS_8x8) { in inter_pred()
|
H A D | vp9recon.c | 238 int mode = b->mode[b->bs > BS_8x8 && b->tx == TX_4X4 ? in intra_recon()
|
Completed in 6 milliseconds