Searched refs:aoff (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 89 int aoff, int loff) { in vp9_set_contexts() argument 90 ENTROPY_CONTEXT *const a = pd->above_context + aoff; in vp9_set_contexts() 100 if (above_contexts + aoff > blocks_wide) in vp9_set_contexts() 101 above_contexts = blocks_wide - aoff; in vp9_set_contexts()
|
D | vp9_reconintra.c | 408 int aoff, int loff, int plane) { in vp9_predict_intra_block() argument 412 const int have_left = aoff || (xd->left_mi != NULL); in vp9_predict_intra_block() 413 const int have_right = (aoff + txw) < bw; in vp9_predict_intra_block() 414 const int x = aoff * 4; in vp9_predict_intra_block()
|
D | vp9_reconintra.h | 26 int aoff, int loff, int plane);
|
D | vp9_blockd.h | 287 int aoff, int loff);
|
/external/libaom/libaom/av1/common/ |
D | blockd.c | 33 int has_eob, int aoff, int loff) { in av1_set_contexts() argument 34 ENTROPY_CONTEXT *const a = pd->above_context + aoff; in av1_set_contexts() 42 const int above_contexts = AOMMIN(txs_wide, blocks_wide - aoff); in av1_set_contexts()
|
D | reconintra.h | 35 int dst_stride, int aoff, int loff, int plane);
|
D | blockd.h | 958 int has_eob, int aoff, int loff);
|