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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.c 50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
61 int max_blocks_wide = num_4x4_w;
77 for (c = 0; c < num_4x4_w; c += (1 << tx_size)) {
84 for (i = 0; i < num_4x4_w * num_4x4_h; i += step)
vp9_reconinter.c 333 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
335 const int bw = 4 * num_4x4_w;
342 for (x = 0; x < num_4x4_w; ++x)
559 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
561 const int bw = 4 * num_4x4_w;
568 for (x = 0; x < num_4x4_w; ++x)
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.c 50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
61 int max_blocks_wide = num_4x4_w;
77 for (c = 0; c < num_4x4_w; c += (1 << tx_size)) {
84 for (i = 0; i < num_4x4_w * num_4x4_h; i += step)
vp9_reconinter.c 210 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
212 const int bw = 4 * num_4x4_w;
219 for (x = 0; x < num_4x4_w; ++x)
393 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
395 const int bw = 4 * num_4x4_w;
402 for (x = 0; x < num_4x4_w; ++x)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.c 50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
61 int max_blocks_wide = num_4x4_w;
77 for (c = 0; c < num_4x4_w; c += (1 << tx_size)) {
84 for (i = 0; i < num_4x4_w * num_4x4_h; i += step)
vp9_reconinter.c 210 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
212 const int bw = 4 * num_4x4_w;
219 for (x = 0; x < num_4x4_w; ++x)
393 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
395 const int bw = 4 * num_4x4_w;
402 for (x = 0; x < num_4x4_w; ++x)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 399 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
407 vpx_memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w);
411 for (i = 0; i < num_4x4_w; i += 2)
417 for (i = 0; i < num_4x4_w; i += 4)
423 for (i = 0; i < num_4x4_w; i += 8)
vp9_encodemv.c 249 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; local
254 for (idx = 0; idx < 2; idx += num_4x4_w) {
vp9_bitstream.c 269 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
272 for (idx = 0; idx < 2; idx += num_4x4_w) {
303 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
307 for (idx = 0; idx < 2; idx += num_4x4_w) {
352 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
357 for (idx = 0; idx < 2; idx += num_4x4_w) {
    [all...]
vp9_encodeframe.c 3535 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 249 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; local
254 for (idx = 0; idx < 2; idx += num_4x4_w) {
vp9_bitstream.c 272 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
275 for (idx = 0; idx < 2; idx += num_4x4_w) {
305 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
309 for (idx = 0; idx < 2; idx += num_4x4_w) {
355 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
360 for (idx = 0; idx < 2; idx += num_4x4_w) {
    [all...]
vp9_onyx_if.c 1045 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local
1083 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local
    [all...]
vp9_rdopt.c 704 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
712 vpx_memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w);
716 for (i = 0; i < num_4x4_w; i += 2)
722 for (i = 0; i < num_4x4_w; i += 4)
728 for (i = 0; i < num_4x4_w; i += 8)
    [all...]
vp9_encodeframe.c 2499 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local
3523 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 249 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; local
254 for (idx = 0; idx < 2; idx += num_4x4_w) {
vp9_bitstream.c 272 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
275 for (idx = 0; idx < 2; idx += num_4x4_w) {
305 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
309 for (idx = 0; idx < 2; idx += num_4x4_w) {
355 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
360 for (idx = 0; idx < 2; idx += num_4x4_w) {
    [all...]
vp9_onyx_if.c 1088 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local
1126 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local
    [all...]
vp9_rdopt.c 704 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
712 vpx_memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w);
716 for (i = 0; i < num_4x4_w; i += 2)
722 for (i = 0; i < num_4x4_w; i += 4)
728 for (i = 0; i < num_4x4_w; i += 8)
    [all...]
vp9_encodeframe.c 2333 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local
3359 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 473 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 local
479 for (idx = 0; idx < 2; idx += num_4x4_w) {
503 if (num_4x4_w == 2)
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 469 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 local
475 for (idx = 0; idx < 2; idx += num_4x4_w) {
499 if (num_4x4_w == 2)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 469 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 local
475 for (idx = 0; idx < 2; idx += num_4x4_w) {
499 if (num_4x4_w == 2)

Completed in 243 milliseconds