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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 48 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];
66 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES];
67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES][COEF_BANDS]
vp9_entropy.c 368 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {
533 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {
698 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {
863 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {
    [all...]
vp9_enums.h 106 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE;
vp9_thread_common.c 331 for (j = 0; j < PLANE_TYPES; j++)
342 for (j = 0; j < PLANE_TYPES; j++)
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 49 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
vp9_bitstream.c 519 for (i = 0; i < PLANE_TYPES; ++i) {
553 for (i = 0; i < PLANE_TYPES; ++i) {
588 for (i = 0; i < PLANE_TYPES; ++i) {
624 for (i = 0; i < PLANE_TYPES; ++i) {
682 vp9_coeff_stats frame_branch_ct[PLANE_TYPES];
683 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES];
    [all...]
vp9_rd.c 91 vp9_coeff_probs_model (*p)[PLANE_TYPES]) {
95 for (i = 0; i < PLANE_TYPES; ++i)
vp9_encoder.h 322 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
vp9_ethread.c 29 for (j = 0; j < PLANE_TYPES; j++)
vp9_encodemb.c 62 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
    [all...]
vp9_encoder.c 181 for (j = 0; j < PLANE_TYPES; ++j) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 72 milliseconds