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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.c 47 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
56 num_4x4_w + (xd->mb_to_right_edge >= 0
63 const int extra_step = ((num_4x4_w - max_blocks_wide) >> tx_size) * step;
vp9_reconinter.c 217 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
219 const int bw = 4 * num_4x4_w;
226 for (x = 0; x < num_4x4_w; ++x)
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 451 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local
459 memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w);
463 for (i = 0; i < num_4x4_w; i += 2)
469 for (i = 0; i < num_4x4_w; i += 4)
475 for (i = 0; i < num_4x4_w; i += 8)
vp9_encodemv.c 257 const int num_4x4_w = num_4x4_blocks_wide_lookup[mi->sb_type]; local
262 for (idx = 0; idx < 2; idx += num_4x4_w) {
vp9_bitstream.c 276 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
279 for (idx = 0; idx < 2; idx += num_4x4_w) {
309 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
313 for (idx = 0; idx < 2; idx += num_4x4_w) {
354 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
359 for (idx = 0; idx < 2; idx += num_4x4_w) {
    [all...]
vp9_pickmode.c 634 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
640 num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : xd->mb_to_right_edge >> 5);
644 const int bw = 4 * num_4x4_w;
689 for (c = 0; c < num_4x4_w; c += block_step) {
740 for (c = 0; c < num_4x4_w; c += block_step) {
    [all...]
vp9_encodeframe.c 1817 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
4754 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 768 const int num_4x4_w = 1 << xd->bmode_blocks_wl; local
778 for (idx = 0; idx < 2; idx += num_4x4_w) {
795 if (num_4x4_w == 2) mi->bmi[j + 1] = mi->bmi[j];
vp9_decodeframe.c 680 const int num_4x4_w = pd->n4_w; local
682 const int n4w_x4 = 4 * num_4x4_w;
687 for (x = 0; x < num_4x4_w; ++x) {
701 const int num_4x4_w = pd->n4_w; local
703 const int n4w_x4 = 4 * num_4x4_w;
796 const int num_4x4_w = pd->n4_w; local
801 num_4x4_w + (xd->mb_to_right_edge >= 0
829 const int num_4x4_w = pd->n4_w; local
834 num_4x4_w + (xd->mb_to_right_edge >= 0
    [all...]

Completed in 787 milliseconds