Home
last modified time | relevance | path

Searched refs:bwl (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_avg_neon.c122 int vp9_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl) { in vp9_vector_var_neon() argument
123 int width = 4 << bwl; in vp9_vector_var_neon()
157 const int shift_factor = bwl + 2; in vp9_vector_var_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_avg.c162 const int bwl) { in vp9_vector_var_c() argument
164 int width = 4 << bwl; in vp9_vector_var_c()
174 var = sse - ((mean * mean) >> (bwl + 2)); in vp9_vector_var_c()
Dvp9_mcomp.c1740 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() argument
1745 int bw = 4 << bwl; // redundant variable, to be changed in the experiments. in vector_match()
1747 this_sad = vp9_vector_var(&ref[d], src, bwl); in vector_match()
1760 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
1773 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
1786 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
1799 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
Dvp9_encodemb.c778 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra() local
779 const int diff_stride = 4 * (1 << bwl); in vp9_encode_block_intra()
805 vp9_predict_intra_block(xd, bwl, tx_size, mode, x->skip_encode ? src : dst, in vp9_encode_block_intra()
Dvp9_rdopt.c2252 int bwl = b_width_log2_lookup[bsize]; in single_motion_search() local
2254 int tlevel = x->pred_mv_sad[ref] >> (bwl + bhl + 4); in single_motion_search()
/external/libvpx/config/arm64/
Dvp9_rtcd.h112 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
113 int vp9_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h112 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
113 int vp9_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h291 const int bwl = b_width_log2_lookup[plane_bsize]; in txfrm_block_to_raster_xy() local
292 const int tx_cols_log2 = bwl - tx_size; in txfrm_block_to_raster_xy()
/external/libvpx/config/x86/
Dvp9_rtcd.h126 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
127 int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/config/x86_64/
Dvp9_rtcd.h129 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
130 int vp9_vector_var_sse2(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_avg_intrin_sse2.c383 const int bwl) { in vp9_vector_var_sse2() argument
385 int width = 4 << bwl; in vp9_vector_var_sse2()
423 return _mm_cvtsi128_si32(sse) - ((mean * mean) >> (bwl + 2)); in vp9_vector_var_sse2()
/external/libvpx/config/arm/
Dvp9_rtcd.h104 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/config/mips64/
Dvp9_rtcd.h104 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/config/generic/
Dvp9_rtcd.h104 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/config/mips32/
Dvp9_rtcd.h104 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h107 int vp9_vector_var_c(int16_t const *ref, int16_t const *src, const int bwl);
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c773 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, in set_plane_n4() argument
779 xd->plane[i].n4_wl = bwl - xd->plane[i].subsampling_x; in set_plane_n4()
787 int bwl, int bhl) { in set_offsets() argument
802 set_plane_n4(xd, bw, bh, bwl, bhl); in set_offsets()
817 int bwl, int bhl) { in decode_block() argument
820 const int bw = 1 << (bwl - 1); in decode_block()
826 bw, bh, x_mis, y_mis, bwl, bhl); in decode_block()