Searched defs:bwl (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_avg_neon.c | 122 int vp9_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl) { in vp9_vector_var_neon()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_avg_intrin_sse2.c | 383 const int bwl) { in vp9_vector_var_sse2()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_avg.c | 162 const int bwl) { in vp9_vector_var_c()
|
D | vp9_encodemb.c | 778 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra() local
|
D | vp9_mcomp.c | 1741 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
|
D | vp9_rdopt.c | 2285 int bwl = b_width_log2_lookup[bsize]; in single_motion_search() local
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 774 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, in set_plane_n4() 788 int bwl, int bhl) { in set_offsets() 818 int bwl, int bhl) { in decode_block()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 294 const int bwl = b_width_log2_lookup[plane_bsize]; in txfrm_block_to_raster_xy() local
|