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

  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 123 const int b4_h = block_size_high[bsize] >> ss_y; local
132 for (int y = 0; y < b8_h; y += b4_h) {
183 b4_w, b4_h, &conv_params, this_mbmi->interp_filters, &warp_types,
  /external/libaom/libaom/av1/decoder/
decodeframe.c 680 const int b4_h = block_size_high[bsize] >> ss_y; local
690 for (int y = 0; y < b8_h; y += b4_h) {
752 b4_h, &conv_params, this_mbmi->interp_filters, &warp_types,
    [all...]

Completed in 476 milliseconds