HomeSort by relevance Sort by last modified time
    Searched full:idx_32 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter.c 624 int idx_32, idx_16, idx_8; local
678 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
679 const int shift_y = shift_32_y[idx_32];
680 const int shift_uv = shift_32_uv[idx_32];
681 const int mi_32_col_offset = ((idx_32 & 1) << 2);
682 const int mi_32_row_offset = ((idx_32 >> 1) << 2);
705 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16]
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 624 int idx_32, idx_16, idx_8; local
678 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
679 const int shift_y = shift_32_y[idx_32];
680 const int shift_uv = shift_32_uv[idx_32];
681 const int mi_32_col_offset = ((idx_32 & 1) << 2);
682 const int mi_32_row_offset = ((idx_32 >> 1) << 2);
705 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c 624 int idx_32, idx_16, idx_8; local
678 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
679 const int shift_y = shift_32_y[idx_32];
680 const int shift_uv = shift_32_uv[idx_32];
681 const int mi_32_col_offset = ((idx_32 & 1) << 2);
682 const int mi_32_row_offset = ((idx_32 >> 1) << 2);
705 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16]
    [all...]

Completed in 269 milliseconds