HomeSort by relevance Sort by last modified time
    Searched refs:b_width_log2_lookup (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 21 extern const uint8_t b_width_log2_lookup[BLOCK_SIZES];
vp9_common_data.c 15 const uint8_t b_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 1, 1, 1, 2, 2, variable
vp9_onyxc_int.h 430 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]);
vp9_mfqe.c 217 const int bsl = b_width_log2_lookup[bs];
  /external/libvpx/libvpx/test/
vp9_denoiser_test.cc 95 for (int w = 0; w < (4 << b_width_log2_lookup[bs_]); ++w) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 96 const int y_width_shift = (4 << b_width_log2_lookup[bsize]) >> 1;
vp9_denoiser.c 97 for (c = 0; c < (4 << b_width_log2_lookup[bs]); ++c) {
152 for (c = 0; c < (4 << b_width_log2_lookup[bs]); ++c) {
vp9_pickmode.c 287 const int nw = 1 << (bw - b_width_log2_lookup[unit_size]);
298 (b_width_log2_lookup[unit_size] +
338 const int bw = b_width_log2_lookup[bsize];
469 const int uv_bw = b_width_log2_lookup[uv_bsize];
471 const int sf = (uv_bw - b_width_log2_lookup[unit_size]) +
575 (b_width_log2_lookup[bsize] - b_width_log2_lookup[unit_size]) +
891 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]);
    [all...]
vp9_encodeframe.c 851 const int bsl = b_width_log2_lookup[bsize];
    [all...]
vp9_rdopt.c 196 int bw = 1 << (b_width_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
197 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
199 int lw = b_width_log2_lookup[unit_size] + 2;
    [all...]
vp9_rd.c 559 const int bw = b_width_log2_lookup[plane_bsize];
vp9_mcomp.c     [all...]
vp9_bitstream.c 426 const int bsl = b_width_log2_lookup[bsize];
    [all...]
vp9_encodemb.c 764 const int bwl = b_width_log2_lookup[plane_bsize];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_denoiser_neon.c 249 const int b_width = (4 << b_width_log2_lookup[bs]);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c 232 const int b_width = (4 << b_width_log2_lookup[bs]);

Completed in 195 milliseconds