BC_MAX_MV          44 source/encoder/bitcost.cpp             s_costs[qp] = X265_MALLOC(uint16_t, 4 * BC_MAX_MV + 1) + 2 * BC_MAX_MV;
BC_MAX_MV          53 source/encoder/bitcost.cpp             for (int i = 0; i <= 2 * BC_MAX_MV; i++)
BC_MAX_MV          64 source/encoder/bitcost.cpp                 s_fpelMvCosts[qp][j] = X265_MALLOC(uint16_t, BC_MAX_MV + 1) + (BC_MAX_MV >> 1);
BC_MAX_MV          70 source/encoder/bitcost.cpp                 for (int i = -(BC_MAX_MV >> 1); i < (BC_MAX_MV >> 1); i++)
BC_MAX_MV          99 source/encoder/bitcost.cpp         s_bitsizes = X265_MALLOC(float, 4 * BC_MAX_MV + 1) + 2 * BC_MAX_MV;
BC_MAX_MV         107 source/encoder/bitcost.cpp         for (int i = 1; i <= 2 * BC_MAX_MV; i++)
BC_MAX_MV         118 source/encoder/bitcost.cpp             X265_FREE(s_costs[i] - 2 * BC_MAX_MV);
BC_MAX_MV         129 source/encoder/bitcost.cpp                 X265_FREE(s_fpelMvCosts[i][j] - (BC_MAX_MV >> 1));
BC_MAX_MV         137 source/encoder/bitcost.cpp         X265_FREE(s_bitsizes - 2 * BC_MAX_MV);