Searched refs:get_ctx_shift (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 221 static void get_ctx_shift(MACROBLOCKD *xd, int *ctx_shift_a, int *ctx_shift_l, in get_ctx_shift() function 256 get_ctx_shift(xd, &ctx_shift_a, &ctx_shift_l, x, y, 1 << TX_8X8); in vp9_decode_block_tokens() 265 get_ctx_shift(xd, &ctx_shift_a, &ctx_shift_l, x, y, 1 << TX_16X16); in vp9_decode_block_tokens() 274 get_ctx_shift(xd, &ctx_shift_a, &ctx_shift_l, x, y, 1 << TX_32X32); in vp9_decode_block_tokens()
|