Searched defs:bwl (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | avg_neon.c | 163 int vpx_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl) { in vpx_vector_var_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | avg_intrin_sse2.c | 383 int vpx_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl) { in vpx_vector_var_sse2()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 166 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_c()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 723 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, in set_plane_n4() 736 int bh, int x_mis, int y_mis, int bwl, int bhl) { in set_offsets() 764 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in decode_block()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | avg_msa.c | 565 int vpx_vector_var_msa(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_msa()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 764 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra() local
|
D | vp9_mcomp.c | 1719 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
|
D | vp9_rdopt.c | 2376 int bwl = b_width_log2_lookup[bsize]; in single_motion_search() local
|