Home
last modified time | relevance | path

Searched refs:b_w (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c372 int dst_stride, int x, int y, int b_w, int b_h, in build_mc_border() argument
386 if (left > b_w) left = b_w; in build_mc_border()
388 if (x + b_w > w) right = x + b_w - w; in build_mc_border()
390 if (right > b_w) right = b_w; in build_mc_border()
392 copy = b_w - left - right; in build_mc_border()
410 int b_w, int b_h, int w, int h) { in high_build_mc_border() argument
424 if (left > b_w) left = b_w; in high_build_mc_border()
426 if (x + b_w > w) right = x + b_w - w; in high_build_mc_border()
428 if (right > b_w) right = b_w; in high_build_mc_border()
430 copy = b_w - left - right; in high_build_mc_border()
[all …]
/external/clang/test/Analysis/
Dmisc-ps-region-store.m1178 int b_w, int b_h, int dx, int dy) {
1187 for (x = 0; x < b_w + 1; x++) {