Searched refs:t_above (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c457 ENTROPY_CONTEXT_PLANES t_above, t_left; local
461 memcpy(&t_above, x->e_mbd.above_context, sizeof(ENTROPY_CONTEXT_PLANES));
464 ta = (ENTROPY_CONTEXT *)&t_above;
500 ENTROPY_CONTEXT_PLANES t_above, t_left; local
510 memcpy(&t_above, x->e_mbd.above_context, sizeof(ENTROPY_CONTEXT_PLANES));
513 ta = (ENTROPY_CONTEXT *)&t_above;
540 ENTROPY_CONTEXT_PLANES t_above, t_left; local
550 memcpy(&t_above, x->e_mbd.above_context, sizeof(ENTROPY_CONTEXT_PLANES));
553 ta = (ENTROPY_CONTEXT *)&t_above;
H A Drdopt.c555 ENTROPY_CONTEXT_PLANES t_above, t_left; local
559 memcpy(&t_above, mb->e_mbd.above_context, sizeof(ENTROPY_CONTEXT_PLANES));
562 ta = (ENTROPY_CONTEXT *)&t_above;
714 ENTROPY_CONTEXT_PLANES t_above, t_left; local
719 memcpy(&t_above, mb->e_mbd.above_context, sizeof(ENTROPY_CONTEXT_PLANES));
722 ta = (ENTROPY_CONTEXT *)&t_above;
820 ENTROPY_CONTEXT_PLANES t_above, t_left; local
824 memcpy(&t_above, mb->e_mbd.above_context, sizeof(ENTROPY_CONTEXT_PLANES));
827 ta = (ENTROPY_CONTEXT *)&t_above;
1125 ENTROPY_CONTEXT_PLANES t_above, t_lef local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h155 ENTROPY_CONTEXT t_above[16],
H A Dvp9_rd.c416 ENTROPY_CONTEXT t_above[16],
427 memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w);
432 t_above[i] = !!*(const uint16_t *)&above[i];
438 t_above[i] = !!*(const uint32_t *)&above[i];
444 t_above[i] = !!*(const uint64_t *)&above[i];
414 vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, const struct macroblockd_plane *pd, ENTROPY_CONTEXT t_above[16], ENTROPY_CONTEXT t_left[16]) argument
H A Dvp9_rdopt.c67 ENTROPY_CONTEXT t_above[16]; member in struct:rdcost_block_args
460 return cost_coeffs(args->x, plane, block, args->t_above + x_idx,
570 vp9_get_entropy_contexts(bsize, tx_size, pd, args.t_above, args.t_left);
982 ENTROPY_CONTEXT t_above[4], t_left[4]; local
985 memcpy(t_above, xd->plane[0].above_context, sizeof(t_above));
1003 bmode_costs, t_above + idx, t_left + idy,
1717 ENTROPY_CONTEXT t_above[2], t_left[2]; local
1734 memcpy(t_above, pd->above_context, sizeof(t_above));
[all...]

Completed in 60 milliseconds