Home
last modified time | relevance | path

Searched defs:bwl (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Davg_neon.c163 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/
Davg_intrin_sse2.c383 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/
Davg.c166 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/
Dvp9_decodeframe.c723 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/
Davg_msa.c565 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/
Dvp9_encodemb.c764 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra() local
Dvp9_mcomp.c1719 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
Dvp9_rdopt.c2376 int bwl = b_width_log2_lookup[bsize]; in single_motion_search() local